From 15059193e4c7f82425d84a035537234072e378ec Mon Sep 17 00:00:00 2001
From: Marius Cramer <m.cramer@pixcept.de>
Date: Wed, 15 Apr 2015 09:56:04 -0400
Subject: [PATCH] - ported patch

---
 install/tpl/mysql-virtual_outgoing_bcc.cf.master |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/install/tpl/mysql-virtual_outgoing_bcc.cf.master b/install/tpl/mysql-virtual_outgoing_bcc.cf.master
new file mode 100644
index 0000000..6ca154f
--- /dev/null
+++ b/install/tpl/mysql-virtual_outgoing_bcc.cf.master
@@ -0,0 +1,8 @@
+user = {mysql_server_ispconfig_user}
+password = {mysql_server_ispconfig_password}
+dbname = {mysql_server_database}
+table = mail_user
+select_field = sender_cc
+where_field = email
+additional_conditions = and postfix = 'y' and disabledeliver = 'n' and disablesmtp = 'n'
+hosts = 127.0.0.1
\ No newline at end of file

--
Gitblit v1.9.1