Skip to content

Commit ff920a3

Browse files
author
Marius Burkard
committed
Merge branch '3.1.15p2-updates' into 'stable-3.1'
FIXES bug mysql-virtual_outgoing_bcc.cf table is not configured with correct... See merge request ispconfig/ispconfig3!934
2 parents 2600935 + b92c60a commit ff920a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

install/tpl/mysql-virtual_outgoing_bcc.cf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ table = mail_user
55
select_field = sender_cc
66
where_field = email
77
additional_conditions = and postfix = 'y' and disabledeliver = 'n' and disables$
8-
hosts = 127.0.0.1
8+
hosts = {mysql_server_ip}

install/tpl/mysql-virtual_outgoing_bcc.cf.master

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ table = mail_user
55
select_field = sender_cc
66
where_field = email
77
additional_conditions = and postfix = 'y' and disabledeliver = 'n' and disablesmtp = 'n' and sender_cc != ''
8-
hosts = 127.0.0.1
8+
hosts = {mysql_server_ip}

0 commit comments

Comments
 (0)