We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The delivery is failing for me because of the hostname.
To what is the fully-qualified hostname set in a container? Can it be set with MAILNAME?
MAILNAME
758 delivering 1l7rgZ-0000CD-EJ 758 R: dnslookup for [email protected] 759 T: remote_smtp for [email protected] 759 Connecting to spool.mail.gandi.net [217.70.178.1]:25 ... connected 759 SMTP<< 220 spool.mail.gandi.net ESMTP Postfix 759 SMTP>> EHLO 15b0717dc4c2 759 SMTP<< 250-spool.mail.gandi.net 759 250-PIPELINING 759 250-SIZE 35651584 759 250-ETRN 759 250-STARTTLS 759 250-ENHANCEDSTATUSCODES 759 250-8BITMIME 759 250 DSN 759 SMTP>> STARTTLS 759 SMTP<< 220 2.0.0 Ready to start TLS 759 SMTP>> EHLO 15b0717dc4c2 759 SMTP<< 250-spool.mail.gandi.net 759 250-PIPELINING 759 250-SIZE 35651584 759 250-ETRN 759 250-ENHANCEDSTATUSCODES 759 250-8BITMIME 759 250 DSN 759 SMTP>> MAIL FROM:<> SIZE=3764 759 SMTP>> RCPT TO:<[email protected]> 759 SMTP>> DATA 759 SMTP<< 250 2.1.0 Ok 759 SMTP<< 504 5.5.2 <15b0717dc4c2>: Helo command rejected: need fully-qualified hostname 759 SMTP<< 554 5.5.1 Error: no valid recipients 759 SMTP>> QUIT 759 SMTP(close)>> 758 LOG: MAIN 758 ** [email protected] R=dnslookup T=remote_smtp H=spool.mail.gandi.net [217.70.178.1] X=TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256 CV=no DN="CN=spool.mail.gandi.net": SMTP error from remote mail server after RCPT TO:<[email protected]>: 504 5.5.2 <15b0717dc4c2>: Helo command rejected: need fully-qualified hostname 758 LOG: MAIN 758 Frozen (delivery error message)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The delivery is failing for me because of the hostname.
To what is the fully-qualified hostname set in a container?
Can it be set with
MAILNAME
?The text was updated successfully, but these errors were encountered: