Problem of replicated of table "mail_user_filter" from mysql.
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?
Posts: 31,903
Thanks: 693
Thanked 4,193 Times in 3,211 Posts
Quote:
Slave Server connect to Master Server and replicated only "mail_user" table, but not "mail_user_filter".
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.
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.
Recent comments
18 hours 45 min ago
1 day 1 hour ago
1 day 5 hours ago
1 day 6 hours ago
1 day 15 hours ago
2 days 48 min ago
2 days 1 hour ago
2 days 5 hours ago
2 days 9 hours ago
2 days 9 hours ago