Skip to content

Commit 6bfc78a

Browse files
author
Till Brehm
committed
Fixed: FS#3021 - error in mysql-virtual_forwardings.cf
1 parent 15b96b9 commit 6bfc78a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

install/tpl/mysql-virtual_forwardings.cf.master

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

0 commit comments

Comments
 (0)