Problem of replicated of table "mail_user_filter" from mysql.

Discussion in 'Installation/Configuration' started by atomlab, Sep 21, 2011.

  1. atomlab

    atomlab New Member

    Hi.
    I have Master Server and one Slaver Mail Server.
    I edit a User "Mail Filter" on the master server:
    Email Accounts -> Email Mailbox -> Select account -> Mail Filter

    All data insert to mysql "mail_user_filter" table and "mail_user" to collumn "costom_mailfilter".

    Slave Server connect to Master Server and replicated only "mail_user" table, but not "mail_user_filter".

    I very much need replicated "mail_user_filter" too!
    How to make it?

    Excuse for my English!

    Thank you!
     
  2. Mark_NL

    Mark_NL Member

    Have you assigned the filter to the correct server?
     
  3. till

    till Super Moderator Staff Member ISPConfig Developer

    Thats intended, as the mail_user_filter table is used in the interface only and its data is stored into custom_mailfilter field of the mail_user table. Only tables that have a server_id column and were required on the server are replicated.
     
  4. atomlab

    atomlab New Member

    Thanks for the answer.

    Ok. I will use "custom_mailfilter" column.
     

Share This Page