
Originally Posted by
leenewton
What am I missing, how are these requests being formed?
Had the same problem.
After some digging I found that these log entries are caused by SMTP authentication.
Steps to reproduce:
Code:
ivan@nsk-eclipse:~> echo test_user | base64
dGVzdF91c2VyCg==
ivan@nsk-eclipse:~> telnet mail 25
ehlo test
auth login
dGVzdF91c2VyCg==
dGVzdF91c2VyCg==
quit
ivan@nsk-eclipse:~>
Code:
root@mail:~# grep test_user /opt/zimbra/log/mailbox.log
2012-10-31 05:05:00,625 INFO [btpool0-975://mail.propertyminder.com:7071/service/admin/soap/] [ip=10.0.1.11;] SoapEngine - handler exception: authentication failed for [test_user], account not found
root@mail:~# grep SASL /var/log/maillog | tail -1
Oct 31 05:05:00 mail postfix/smtpd[13571]: warning: unknown[192.168.77.62]: SASL login authentication failed: authentication failure
Bug report related to this problem: Bug 44120 - IP Address in server logs shows server ip on failed logins