• 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
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

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