Current time: 11-29-2024, 05:14 PM Hello There, Guest! (LoginRegister)


Post Reply 
Mail problems after upgrade
Author Message
kilburn Offline
Development Team
*****
Dev Team

Posts: 2,182
Joined: Feb 2007
Reputation: 34
Post: #7
RE: Mail problems after upgrade
Code:
...
mech_list: sql plain login
...

mech_list specifies the user/password transmission mechanisms available, not the checking methods. "sql" is NOT a valid mechanism, so you should remove it from here.

Code:
...
smtpd_sasl_security_options = noanonymous, noplaintext
...

You MUST use plain text passwords with the current SASL setup (Postfix docs on SASL), so this should be:

Code:
...
smtpd_sasl_security_options = noanonymous
...

Try changing those things and tell us if it works Wink
07-04-2008 08:16 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
Mail problems after upgrade - skysel - 06-19-2008, 05:42 AM
RE: Mail problems after upgrade - Quemeros - 06-19-2008, 07:17 AM
RE: Mail problems after upgrade - skysel - 06-19-2008, 07:28 AM
RE: Mail problems after upgrade - skysel - 06-20-2008, 11:19 PM
RE: Mail problems after upgrade - skysel - 07-03-2008, 08:14 PM
RE: Mail problems after upgrade - kilburn - 07-04-2008 08:16 AM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)