I put my howto into the wiki...
At the moment i stucked with SASL, i tried serveral configuration and
nothing worked for me.
I installed those packages:
aptitude install libsasl2 sasl2-bin libsasl2-modules-sql
created this file: /etc/postfix/sasl/smtpd.conf with
pwcheck_method: auxprop
auxprop_plugin: sql
sql_engine: mysql
mech_list: DIGEST-MD5 CRAM-MD5 PLAIN LOGIN
sql_engine: mysql
sql_hostnames: 127.0.0.1
sql_user: dbmail
sql_passwd: changeMe
sql_database: dbmail
sql_verbose: yes
sql_select: SELECT passwd FROM dbmail_users WHERE userid = '%u' AND
userid != '__@!internal_delivery_user!@__' AND userid != 'anyone' AND userid
!= '__public__' AND passwd IS NOT NULL AND passwd != ''
and added this lines in main.cf :
smtpd_sasl_auth_enable = yes
smtpd_sasl_security_options = noanonymous
smtpd_sasl_local_domain = $myhostname
broken_sasl_auth_clients=yes
If got no error messages in any log, but it didn't. Where is the misstake?
Does someone know a better way?
--
View this message in context:
http://old.nabble.com/A-very-simple-working-installation-of-DBMail-3.0-tp33516767p33544659.html
Sent from the dbmail users mailing list archive at Nabble.com.
_______________________________________________
DBmail mailing list
[email protected]
http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail