• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Issue errors in log about dovecot

raykai

Basic Pleskian
hi im getting some dovecot log errors:

Code:
Feb 24 21:06:34  dovecot: pop3-login: Aborted login (no auth attempts in 0 secs): user=<>, rip=127.0.0.1, lip=127.0.0.1, TLS, session=<q2y2S1FJ5ox/AAAB>
Feb 24 21:06:34  dovecot: pop3-login: Aborted login (no auth attempts in 0 secs): user=<>, rip=127.0.0.1, lip=127.0.0.1, secured, session=<1Z+2S1FJNJF/AAAB>
Feb 24 21:06:35  dovecot: imap-login: Aborted login (no auth attempts in 0 secs): user=<>, rip=127.0.0.1, lip=127.0.0.1, TLS, session=<7Wa3S1FJLNt/AAAB>
Feb 24 21:06:35  dovecot: imap-login: Aborted login (no auth attempts in 0 secs): user=<>, rip=127.0.0.1, lip=127.0.0.1, secured, session=<MZS3S1FJZJB/AAAB>

Just wandering if this is normal ?
 
Login attempt without a user name. Possibly a malware trying to login, but likely a user who has not set a user name for the login in his mail client.
 
im the only one that uses the mail server its showing the ip :127.0.0.1 so how can i figure out more whats going on with it ?

i have about 4 of these errors every 3 seconds in my logs. :(
 
Do you have a website that has the capability of checking into mailboxes? For example your own webmail software installation?
 
only one is the one that comes with plesk roundcube (1.2.2)

i only have WordPress and a Phpbb forum on my server for now.

when your talking about a possibility of a malware trying to login, would this malware be hosted on my server ?
 
Yes, it must be a software residing on localhost, else you would not see 127.0.0.1 twice in the log lines. It can however also be a mail module of some sort, for instance a software that can check bounces from newsletters or bounces from forum registration mails. That might simply be unconfigured, so that it tries to login but as the configuration data is missing, it does not know what access credentials it uses. Unfortunately I do not know phpbb well enough whether that has a bounce feature.
 
Back
Top