summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCHTEKK <CHTEKK@localhost>2006-06-14 23:23:52 +0000
committerCHTEKK <CHTEKK@localhost>2006-06-14 23:23:52 +0000
commit5fc5e7151d1c7d54fa9842156d647facc8cfcf58 (patch)
treee55f0971ccd39a33b1624e2baa82f82e4be13e7d /syscp/patches/gentoo-config-files/nodns/gentoo/postfix/etc_sasl2_smtpd.conf
parentAdd updated Horde-IMP 4.1.1, Horde-Ingo 1.1.1 and Horde-SAM-20060614 snapshot (diff)
downloadchtekk-5fc5e7151d1c7d54fa9842156d647facc8cfcf58.tar.gz
chtekk-5fc5e7151d1c7d54fa9842156d647facc8cfcf58.tar.bz2
chtekk-5fc5e7151d1c7d54fa9842156d647facc8cfcf58.zip
Add the SysCP ebuild and it's patches&tarballs
svn path=/; revision=3
Diffstat (limited to 'syscp/patches/gentoo-config-files/nodns/gentoo/postfix/etc_sasl2_smtpd.conf')
-rw-r--r--syscp/patches/gentoo-config-files/nodns/gentoo/postfix/etc_sasl2_smtpd.conf12
1 files changed, 12 insertions, 0 deletions
diff --git a/syscp/patches/gentoo-config-files/nodns/gentoo/postfix/etc_sasl2_smtpd.conf b/syscp/patches/gentoo-config-files/nodns/gentoo/postfix/etc_sasl2_smtpd.conf
new file mode 100644
index 0000000..2089cbb
--- /dev/null
+++ b/syscp/patches/gentoo-config-files/nodns/gentoo/postfix/etc_sasl2_smtpd.conf
@@ -0,0 +1,12 @@
+pwcheck_method: auxprop
+auxprop_plugin: sql
+allowanonymouslogin: no
+allowplaintext: yes
+mech_list: PLAIN LOGIN
+password_format: crypt
+sql_engine: mysql
+sql_hostnames: <SQL_HOST>
+sql_user: <SQL_UNPRIVILEGED_USER>
+sql_passwd: <SQL_UNPRIVILEGED_PASSWORD>
+sql_database: <SQL_DB>
+sql_select: SELECT password_enc FROM mail_users where username='%u@%r'