aaPanel_Kern
Can you give me a hint on what to look? because it's happening only when I try to reject sending emails from the root.
That is the error that I'm receiving
Versions:
WordPress: 6.0.3
WordPress MS: No
PHP: 7.4.33
WP Mail SMTP: 3.8.0
Params:
Mailer: smtp
Constants: Yes
ErrorInfo: SMTP Error: The following recipients failed: recipient@me.com: : Sender address rejected: Server configuration error
Host: mail.mydomain.com
Port: 465
SMTPSecure: ssl
SMTPAutoTLS: bool(true)
SMTPAuth: bool(true)
Server:
OpenSSL: OpenSSL 1.0.2u 20 Dec 2019
Debug:
Email Source: WP Mail SMTP Pro
Mailer: Other SMTP
PHPMailer was able to connect to SMTP server but failed while trying to send an email.
Email Source: WP Mail SMTP Pro
Mailer: Other SMTP
SMTP Error: The following recipients failed: recipient@me.com: : Sender address rejected: Server configuration error
SMTP Debug:
2023-05-08 05:33:55 Connection: opening to ssl://mail.mydomain.com:465, timeout=300, options=array()
2023-05-08 05:33:55 Connection: opened
2023-05-08 05:33:55 SERVER -> CLIENT: 220 mail.mydomain.com ESMTP Postfix (3.4.7)
2023-05-08 05:33:55 CLIENT -> SERVER: EHLO tikair.co.il
2023-05-08 05:33:55 SERVER -> CLIENT: 250-mail.mydomain.com250-PIPELINING250-SIZE 102400000250-VRFY250-ETRN250-AUTH PLAIN LOGIN250-ENHANCEDSTATUSCODES250-8BITMIME250-DSN250-SMTPUTF8250 CHUNKING
2023-05-08 05:33:55 CLIENT -> SERVER: AUTH LOGIN
2023-05-08 05:33:55 SERVER -> CLIENT: 334 VXNlcm5hbWU6
2023-05-08 05:33:55 CLIENT -> SERVER: [credentials hidden]
2023-05-08 05:33:55 SERVER -> CLIENT: 334 UGFzc3dvcmQ6
2023-05-08 05:33:55 CLIENT -> SERVER: [credentials hidden]
2023-05-08 05:33:55 SERVER -> CLIENT: 235 2.7.0 Authentication successful
2023-05-08 05:33:55 CLIENT -> SERVER: MAIL FROM:noreply@mydomain.com
2023-05-08 05:33:55 SERVER -> CLIENT: 250 2.1.0 Ok
2023-05-08 05:33:55 CLIENT -> SERVER: RCPT TO:recipient@me.com
2023-05-08 05:33:55 SERVER -> CLIENT: 451 4.3.5 noreply@mydomain.com: Sender address rejected: Server configuration error
2023-05-08 05:33:55 SMTP ERROR: RCPT TO command failed: 451 4.3.5 noreply@mydomain.com: Sender address rejected: Server configuration error
2023-05-08 05:33:55 CLIENT -> SERVER: QUIT
2023-05-08 05:33:55 SERVER -> CLIENT: 221 2.0.0 Bye
2023-05-08 05:33:55 Connection: closed
SMTP Error: The following recipients failed: recipient@me.com: noreply@mydomain.com: Sender address rejected: Server configuration error