Hi at all,

Recently I have upgrade my system from OpenBSD 5.4 to 5.5 and 5.6.
In old system I installed the port of Postfix with SASL and MySQL support.
In the 5.4 the program work fine. After the two aupgrade with the same 
configuration I have problem with authentication.
If try to test with 

# telnet localhost 25
Trying 127.0.0.1...
Connected to localhost.
Escape carecter is '^]'.
220 mail1.home.it ESMTP Postfix
ehlo tin.it
250-mail1.home.it
250-PIPELINING
250-SIZE 10240000
250-VRFY
250-ETRN
250-STARTTLS
250-AUTH PLAIN LOGIN
250-AUTH=PLAIN LOGIN
250-ENHANCEDSTATUSCODES
250-8BITMIME
250 DSN
AUTH PLAIN encryptedpassword
535 5.7.8 Error: authentication failed: generic failure
quit
221 2.0.0 Bye
Connection closed by foreign host.

My /var/log/maillog show:

Nov 15 11:55:51 mail1 postfix/smtpd[31957]: initializing the server-side TLS 
engine
Nov 15 11:55:51 mail1 postfix/smtpd[31957]: connect from localhost[127.0.0.1]
Nov 15 11:56:03 mail1 postfix/smtpd[31957]: warning: SASL authentication 
failure: could not verify password
Nov 15 11:56:03 mail1 postfix/smtpd[31957]: warning: SASL authentication 
failure: Password verification failed
Nov 15 11:56:03 mail1 postfix/smtpd[31957]: warning: localhost[127.0.0.1]: SASL 
PLAIN authentication failed: generic failure
Nov 15 11:56:03 mail1 authdaemond: Authenticated: sysusername=<null>, 
sysuserid=2000, sysgroupid=2000, homedir=/var/vmail, address=mai...@home.it, 
fullname=Mail Admin, mail$
Nov 15 11:56:03 mail1 authdaemond: Authenticated: clearpasswd=clear, 
passwd=encrypted
Nov 15 11:56:06 mail1 postfix/smtpd[31957]: disconnect from localhost[127.0.0.1]

Postfix don't authenticate the user but the authdaemond yes. 
What are the difference of the old and new Postfix port in OpenBSD system?
What are difference of path in configuration? I don't see in postfix 
documentation.

Thanks.

-- 
Isaia Luciano
----------------------------------------------
Le informazioni contenute nella presente e-mail e nei documenti/files
eventualmente allegati sono confidenziali. Essi  sono riservati
esclusivamente al destinatario della stessa. La loro eventuale
comunicazione, diffusione o, comunque, rivelazione a terzi, nonche' la
copiatura e/o conservazione e' vietata. Se avete ricevuto questa e-mail per
errore, Vi preghiamo cortesemente di informare immediatamente il mittente
della stessa e di distruggerla o, comunque, cancellarla dal Vostro sistema.

This e-mail contains confidential and/or privileged information. If you are
not the intended recipient (or have received this e-mail in error), please
notify the sender immediately and destroy this e-mail. Any unauthorised
communication, diffusion, disclosure and copy of the material in this
e-mail is strictly forbidden.
----------------------------------------------

Reply via email to