Skip to content
Snippets Groups Projects
Commit b92c60a8 authored by Ales Seifert's avatar Ales Seifert
Browse files

FIXES bug mysql-virtual_outgoing_bcc.cf table is not configured with correct...

FIXES bug mysql-virtual_outgoing_bcc.cf table is not configured with correct DB server host when postfix configuration is updated during ISPConfig installation or update
parent 26009352
No related branches found
No related tags found
No related merge requests found
...@@ -5,4 +5,4 @@ table = mail_user ...@@ -5,4 +5,4 @@ table = mail_user
select_field = sender_cc select_field = sender_cc
where_field = email where_field = email
additional_conditions = and postfix = 'y' and disabledeliver = 'n' and disables$ additional_conditions = and postfix = 'y' and disabledeliver = 'n' and disables$
hosts = 127.0.0.1 hosts = {mysql_server_ip}
\ No newline at end of file \ No newline at end of file
...@@ -5,4 +5,4 @@ table = mail_user ...@@ -5,4 +5,4 @@ table = mail_user
select_field = sender_cc select_field = sender_cc
where_field = email where_field = email
additional_conditions = and postfix = 'y' and disabledeliver = 'n' and disablesmtp = 'n' and sender_cc != '' additional_conditions = and postfix = 'y' and disabledeliver = 'n' and disablesmtp = 'n' and sender_cc != ''
hosts = 127.0.0.1 hosts = {mysql_server_ip}
\ No newline at end of file \ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment