Marius Cramer
2014-03-24 d90ab94f3b1785e13abffee431f48554a248d4db
Reverted change in mail aliasdomain (makes aliasdomains non-functional)
1 files modified
4 ■■■■ changed files
install/tpl/mysql-virtual_forwardings.cf.master 4 ●●●● patch | view | raw | blame | history
install/tpl/mysql-virtual_forwardings.cf.master
@@ -4,6 +4,6 @@
table = mail_forwarding
select_field = destination
where_field = source
additional_conditions = and type != 'aliasdomain' and active = 'y' and server_id = {server_id}
# 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}
hosts = {mysql_server_ip}