![]() |
SMTP Auth failure debian 3.1 sarge
Hello, I installed a new server this week. I followed perfect and everything works fine. I created a webaccount and an emailaccount.
Sending emails with outlook is okay. But receiving not. /var/log/auth.log gives me this error: Code:
Apr 2 18:49:41 h778760 saslauthd[833]: do_auth : auth failure: [user=web1_myaccount@mydomain.de] [service=imap] [realm=] [mech=shadow] [reason=Unknown]Code:
myhostname:~# testsaslauthd -u web1_myaccount -p mypassword -f /var/spool/postfix/var/run/saslauthd/muxCode:
0: OK "Success."Code:
testsaslauthd -u web1_myaccount@mydomain.de -p mypassword -f /var/spool/postfix/var/run/saslauthd/muxCode:
0: NO "authentication failed"I hope it isn't a big problem. Thx for help. |
You must use usernames for the login (e.g. web1_myaccount), not email addresses like web1_myaccount@mydomain.de!
|
I use only web1_myaccount in outlook for smtp.
That is the output of /var/log/mail.log: Code:
Apr 2 22:43:08 h778760 postfix/smtpd[4532]: warning: dslb-xx-063-xx-xx.pools.arcor-ip.net[xx.xx.xx.xx]: SASL LOGIN authentication failedCode:
myserver:~# Apr 2 22:43:00 myserver saslauthd[835]: do_auth : auth failure: [user=web1_myaccount@myserver.serverkompetenz.net] [service=smtp] [realm=myserver.serverkompetenz.net] [mech=shadow] [reason=Unknown]The password is okay. Receiving emails work fine. |
What's in /etc/default/saslauthd?
|
Here is the content of /etc/default/saslauthd:
Code:
# This needs to be uncommented before saslauthd will be run automatically |
I solved the problem this morning.
In perfect setup for debian 3.1 you write: Code:
The file /etc/postfix/main.cf should now look like this:Code:
smtpd_sasl_local_domain =Dirk Schmid |
| All times are GMT +2. The time now is 18:43. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.