We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bc1e1d commit d90ab94Copy full SHA for d90ab94
install/tpl/mysql-virtual_forwardings.cf.master
@@ -4,6 +4,6 @@ dbname = {mysql_server_database}
4
table = mail_forwarding
5
select_field = destination
6
where_field = source
7
-additional_conditions = and type != 'aliasdomain' and active = 'y' and server_id = {server_id}
8
-# additional_conditions = and active = 'y' and server_id = {server_id}
+# additional_conditions = and type != 'aliasdomain' and active = 'y' and server_id = {server_id}
+additional_conditions = and active = 'y' and server_id = {server_id}
9
hosts = {mysql_server_ip}
0 commit comments