• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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