Quote:
|
Originally Posted by falko
Please try this instead:
Code:
pwcheck_method: authdaemond
log_level: 3
mech_list: PLAIN LOGIN
authdaemond_path:/var/spool/authdaemon/socket
allow_plaintext: true
auxprop_plugin: mysql
sql_hostnames: 127.0.0.1
sql_user: mail_admin
sql_passwd: mail_admin_password
sql_database: mail
sql_select: select password from users where email = '%u'
|
I've made the changes to the smtpd.conf and I don't see the error in /var/log/messages anymore.
However, I still get error in /var/log/maillog
Quote:
Apr 29 11:29:08 fh-1 maildrop[23597]: Unable to change to home directory.
Apr 29 11:29:08 fh-1 postfix/pipe[23596]: 9C056FA53: to=<evelyn@domain1.com>, relay=maildrop, delay=0, status=deferred (temporary failure. Command output: /usr/bin/maildrop: Unable to change to home directory. )
|