OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Re: authentication when sending mail

From: denis moeller (nimbuslatrina.de)
Date: Mon Feb 07 2005 - 10:55:48 CST


At 17:39 07.02.2005 +0100, Patrick Ben Koetter wrote:
> > >Take a look at log messages from the auth facility. SASL logs there. you
> > >should see some output there.
> >
> > guess that's auth.log - it's empty (auth.debug in syslog.conf)
>
>What do "server" and "client" give as output?

server:
trying 10, 1, 6
trying 2, 1, 6
bind: Address already in use
accepted new connection
send: {21}
LOGIN ANONYMOUS PLAIN
recv: {5}
LOGIN
recv: {1}
N
send: {9}
Username:
recv: {13}
testtest.com
send: {9}
Password:
recv: {4}
****
performing SASL negotiation: user not foundclosing connection

client:
receiving capability list... recv: {21}
LOGIN ANONYMOUS PLAIN
LOGIN ANONYMOUS PLAIN
send: {5}
LOGIN
send: {1}
N
recv: {9}
Username:
please enter an authentication id: testtest.com
Password:
send: {13}
testtest.com
recv: {9}
Password:
send: {4}
****
authentication failed
closing connection