Skip to content

Commit a7f817f

Browse files
magenbrotOliver Völker
authored andcommitted
Fix for #4335 - localhost hardcoded in mysql-virtual_outgoing_bcc.cf.master
1 parent c31eeea commit a7f817f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)