• Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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