Hello,
I have a question about how a user can login to exim/dovecot without pop3/imap/webmail login!
I see from logs: /var/log/maillog that users connects as:
But also from /var/log/exim_mainlog I noticed that a user that is not before connected (send mail) as pop3/imap/webmail login they can send message as:
Is possible a user send mail from smtp without connect before as pop3/imap?
What is the difference that I see in logs from A=dovecot_login vs A=dovecot_plain
Some users do that and some other no.
Can please explain how can they use SMTP connection to send email without login to pop3/imap/webmail?
A mail client as outlook/thunderbird do that?
I want to be sure that this connection is legitimate and not something else... From the logs seems is legitimate but how they can do that?
Thank you very much!
I have a question about how a user can login to exim/dovecot without pop3/imap/webmail login!
I see from logs: /var/log/maillog that users connects as:
Code:
pop3-login: Login: user=<[email protected]>, method=PLAIN, rip=xxx.xxx.xxx.xxx, lip=xxx.xxx.xxx.xxx, mpid=SOMENUMBER, TLS, session=<SomeID>
Code:
SMTP connection from [xxx.xxx.xxx.xxx]:1020 (TCP/IP connection count = 1)
P=esmtpsa X=TLSv1:DES-CBC3-SHA:168 CV=no A=dovecot_login
SMTP connection from ISP notes (PC USER ID) [xxx.xxx.xxx.xxx]:1020 closed by QUIT
What is the difference that I see in logs from A=dovecot_login vs A=dovecot_plain
Some users do that and some other no.
Can please explain how can they use SMTP connection to send email without login to pop3/imap/webmail?
A mail client as outlook/thunderbird do that?
I want to be sure that this connection is legitimate and not something else... From the logs seems is legitimate but how they can do that?
Thank you very much!