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!
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.