OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
xclient and sasl

From: Andrzej Kwiatkowski (andrzej.kwiatkowskigmail.com)
Date: Fri Jun 16 2006 - 03:59:19 CDT


Hi,

i was wondering if is it possible to put somewhere in xclient sasl auth name ?

now with smtpd_authorized_xclient_hosts option and before queue filter
i've situation where on one mta i've got in logs:

Jun 16 09:50:09 cygnus postfix/smtpd[28967]: disconnect from unknown[ip]
Jun 16 09:50:09 cygnus postfix/smtpd[28972]: NOQUEUE:
client=unknown[ip], sasl_method=PLAIN,
sasl_username=usernamedomain.com
Jun 16 09:50:09 cygnus postfix/smtpd[28973]: DAB683F7C: client=unknown[ip]

and on second

Jun 16 09:31:06 crux postfix/smtpd[5317]: connect from unknown[av_ip]
Jun 16 09:31:06 crux postfix/smtpd[5317]: D446B278B5: client=unknown[ip]
Jun 16 09:31:11 crux postfix/cleanup[5320]: D446B278B5: message-id=<....>
Jun 16 09:31:11 crux postfix/qmgr[1683]: D446B278B5:
from=<usernamedomain.com>, size=563, nrcpt=1 (queue active)
Jun 16 09:31:11 crux postfix/smtpd[5317]: disconnect from unknown[av_ip]
Jun 16 09:31:11 crux postfix/smtp[5321]: D446B278B5: to=<recipient>,
relay=[remote_host], delay=5, status=sent (250 Ok: queued as
..............
Jun 16 09:31:11 crux postfix/qmgr[1683]: D446B278B5: removed

How can i put sasl_username in log on second mta ?

Thanks
AK