Skip to content

Commit 1505919

Browse files
author
Marius Cramer
committed
- ported patch
1 parent 8b49ff7 commit 1505919

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
user = {mysql_server_ispconfig_user}
2+
password = {mysql_server_ispconfig_password}
3+
dbname = {mysql_server_database}
4+
table = mail_user
5+
select_field = sender_cc
6+
where_field = email
7+
additional_conditions = and postfix = 'y' and disabledeliver = 'n' and disablesmtp = 'n'
8+
hosts = 127.0.0.1

0 commit comments

Comments
 (0)