Skip to content

Commit 41949ac

Browse files
committed
Fixed: FS#519 - Enable Receiving option for mailbox doesn't work
1 parent 8eafcef commit 41949ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

install/tpl/mysql-virtual_domains.cf.master

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ dbname = {mysql_server_database}
44
table = mail_domain
55
select_field = domain
66
where_field = domain
7-
additional_conditions = and server_id = {server_id}
7+
additional_conditions = and active = 'y' and server_id = {server_id}
88
hosts = {mysql_server_ip}

install/tpl/mysql-virtual_email2email.cf.master

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ dbname = {mysql_server_database}
44
table = mail_user
55
select_field = email
66
where_field = email
7-
additional_conditions = and server_id = {server_id}
7+
additional_conditions = and postfix = 'y' and server_id = {server_id}
88
hosts = {mysql_server_ip}

0 commit comments

Comments
 (0)