Issue with send mail to my domain in mailman3
I get this error in mail.log when I try to send mail to my domain Recipient address rejected: SMTP AUTH is required for users under this sender domain (in reply to RCPT TO command)). My setup is such that the server hosting the mailman3 (lists@tld) lists is different from the mail server (mail@tld) Please advise.
On 4/11/22 10:36, Paul Ssekamatte via Mailman-users wrote:
I get this error in mail.log when I try to send mail to my domain Recipient address rejected: SMTP AUTH is required for users under this sender domain (in reply to RCPT TO command)). My setup is such that the server hosting the mailman3 (lists@tld) lists is different from the mail server (mail@tld) Please advise.
This is an MTA configuration issue. The mail@tld MTA needs to deliver list mail via LMTP to Mailman's LMTP runner at lists@tld or alternatively via SMTP to an MTA at lists@tld which relays via LMTP to Mailman.
We can't begin to advise you without knowing more detail about the MTA(s) configuration.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
the mta configurations are as follows:
[mta] verp_confirmations: yes verp_personalized_deliveries: yes verp_delivery_interval: 1
incoming: mailman.mta.postfix.LMTP outgoing: mailman.mta.deliver.deliver lmtp_host: mail.tld lmtp_port: 8024 smtp_host: mail.tld smtp_port: 25
On 4/11/22 23:55, Paul Ssekamatte via Mailman-users wrote:
the mta configurations are as follows:
[mta] verp_confirmations: yes verp_personalized_deliveries: yes verp_delivery_interval: 1
incoming: mailman.mta.postfix.LMTP outgoing: mailman.mta.deliver.deliver lmtp_host: mail.tld lmtp_port: 8024 smtp_host: mail.tld smtp_port: 25
Your issue is with Postfix. We are not Postfix experts, but to help we'd
need to see all the Postfix mail.log messages relating to the failed
delivery an also at least the output of postconf -n
.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
participants (2)
-
Mark Sapiro
-
Paul Ssekamatte