Hi guys,
I'm running a server since a year and a half, with DTCAdmin.
Everything went fine until a few days, with the last update.
So, i use dtc-toaster, with postfix and cyrus (although i don't know really how all those things work together ^^)
I experiment some huge issues with smtpd (configured to use the submission port 587).
The fact is, i can't login my smtp server, Outlook Express ask me a realm first, and if I cancel, I get the correct credential asks... which doesn't work...
BTW the pop server works fine...
here is some logs and conf files, ask me if you need more informations :
in /var/log/mail.info :
Code:
SASL LOGIN authentication failed: authentication failure
cat /etc/postfix/sasl/smtpd.conf
Code:
# Configured by DTC v0.25 : Please don't touch this line !
pwcheck_method: auxprop
auxprop_plugin: sql
sql_engine: mysql
sql_hostnames: localhost
sql_user: dtcdaemons
sql_passwd: xxxxxxxxxx
sql_database: dtc
#password_format: crypt
#sql_select: SELECT crypt FROM pop_access WHERE fullemail = '%u@%r'
#sql_update: UPDATE pop_access SET crypt = '%v' WHERE fullemail = '%u@%r'
sql_select: SELECT passwd FROM pop_access WHERE fullemail = '%u@%r'
sql_update: UPDATE pop_access SET passwd = '%v' WHERE fullemail = '%u@%r'
sql_verbose: yes
# End of DTC configuration v0.25 : please don't touch this line !
cat /etc/default/saslauthd
Code:
MECHANISMS="pam"
MECH_OPTIONS=""
THREADS=5
# Configured by DTC v0.20 : Please don't touch this line !
START=yes
OPTIONS="-r -c -m /var/spool/postfix/var/run/saslauthd"
# End of DTC configuration v0.20 : Please don't touch this line !
NAME="saslauthd"
DESC="SASL Authentification Daemon"
Hope you can help me =) I tried so many things, I think i've read almost all threads with a similar error...
Recent comments
2 days 6 hours ago
2 days 15 hours ago
2 days 18 hours ago
2 days 19 hours ago
2 days 21 hours ago
2 days 22 hours ago
3 days 22 min ago
3 days 1 hour ago
3 days 17 hours ago
3 days 18 hours ago