Skip to content

Commit d90ab94

Browse files
author
Marius Cramer
committed
Reverted change in mail aliasdomain (makes aliasdomains non-functional)
1 parent 3bc1e1d commit d90ab94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install/tpl/mysql-virtual_forwardings.cf.master

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ dbname = {mysql_server_database}
44
table = mail_forwarding
55
select_field = destination
66
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}
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}
99
hosts = {mysql_server_ip}

0 commit comments

Comments
 (0)