I'm having the following problem. The /var/log/maillog and /var/log/exim_reject are reporting a large number of failed authentication logins from my own client PCs.
For example, one PC uses Thunderbird as an email client. When Thunderbird loads, it produces an authentication failure, but right after that it starts to download emails without a problem. This causes my automated scripts to think that this is an attack and eventually the IP address of that Thunderbird machine is blocked. Most of these systems use Kaspersky as an anti-virus.
Here is what I see in /var/log/maillog:
and this is what I see in /var/log/exim_rejectlog:
Why does the Thunderbird client try LOGIN method first, then twice with PLAIN method? And since it has the correct password, why does it still fail to authenticate?
I see the same problem with Oulook, except it fails with two PLAIN methods only, it doesn't try a LOGIN method. It fails to authenticate a few times then starts to work fine.
Any help would be appreciated.
Thank you.
For example, one PC uses Thunderbird as an email client. When Thunderbird loads, it produces an authentication failure, but right after that it starts to download emails without a problem. This causes my automated scripts to think that this is an attack and eventually the IP address of that Thunderbird machine is blocked. Most of these systems use Kaspersky as an anti-virus.
Here is what I see in /var/log/maillog:
Code:
Mar 4 09:35:29 server dovecot: pop3-login: Disconnected (auth failed, 2 attempts): user=<[email protected]>, method=LOGIN, rip=<remoteip>, lip=<localip>, TLS
Mar 4 09:36:12 server dovecot: pop3-login: Disconnected (auth failed, 3 attempts): user=<[email protected]>, method=PLAIN, rip=<remoteip>, lip=<localip>, TLS
Mar 4 09:38:06 server dovecot: pop3-login: Disconnected (auth failed, 3 attempts): user=<[email protected]>, method=PLAIN, rip=<remoteip>, lip=<localip>, TLS
Code:
2014-03-04 14:12:50 dovecot_plain authenticator failed for <removehost> ([127.0.0.1]) [<removeip>]:12918: 535 Incorrect authentication data (set_id=<emailaddress>)
2014-03-04 14:12:53 dovecot_login authenticator failed for <removehost> ([127.0.0.1]) [<removeip>]:12918: 535 Incorrect authentication data (set_id=<emailaddress>)
2014-03-04 14:22:38 dovecot_plain authenticator failed for <removehost> ([127.0.0.1]) [<removeip>]:13327: 535 Incorrect authentication data (set_id=<emailaddress>)
Why does the Thunderbird client try LOGIN method first, then twice with PLAIN method? And since it has the correct password, why does it still fail to authenticate?
I see the same problem with Oulook, except it fails with two PLAIN methods only, it doesn't try a LOGIN method. It fails to authenticate a few times then starts to work fine.
Any help would be appreciated.
Thank you.