• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

I want enable on smtp auth.

  • Thread starter ä¿¡æ˜ é
  • Start date
Ã

ä¿¡æ˜ é

Guest
I use 10.1 plesk.
I want to use qmail-scanner, and I compiled with qmailqueue-patch.
I checked smpt auth. and I checked pop before smtp too.
I did command.

telnet myserver.com 25
EHLO [email protected]
250-myserver.com
250-AUTH LOGIN CRAM-MD5 PLAIN
250-AUTH=LOGIN CRAM-MD5 PLAIN
250-PIPELINING
250 8BITMIME
MAIL FROM:[email protected]
250 ok
RCPT TO:[email protected]
250 ok

I thought, returned error message when I did command RCPT TO.
But it was 250 ok

I want to enable smtp auth.
Please teach me someone.
 
I have this problem too or quite similar.

I figure out that file /var/qmail/control/rcpthosts has a whitelist that allow to send from any and to any of this domains without password.

If you remove it you solve the problem BUT YOU CANNOT RECEIVE ANY EMAIL so this is not a solution... but is related to this.
 
Back
Top