integrating mm3 with postfix / lmtp
Hello,
I have mm3 up and running via docker (courtesy of maxking/docker-mailman) but when i send an email to my test list, it bounces back claiming user unknown. it states:
<"lmtp:[172.19.199.2]:8024"@>: unknown user: "lmtp:[172.19.199.2]:8024"
looking at the email source, it seems as though the message is trying to be delivered to:
Final-Recipient: rfc822; "lmtp:[172.19.199.2]:8024"@<my email server's FQDN> Original-Recipient: rfc822;test123@<my list's email domain>
all of various alias transport maps are defined in postfix's main.cf. not sure where to go from here. does anyone have any clues?
--
Thanks,
Fabian S.
OpenPGP: 3C3FA072ACCB7AC5DB0F723455502B0EEB9070FC
On 10/25/2017 01:08 PM, Fabian A. Santiago wrote:
Hello,
I have mm3 up and running via docker (courtesy of maxking/docker-mailman) but when i send an email to my test list, it bounces back claiming user unknown. it states:
<"lmtp:[172.19.199.2]:8024"@>: unknown user: "lmtp:[172.19.199.2]:8024"
looking at the email source, it seems as though the message is trying to be delivered to:
Final-Recipient: rfc822; "lmtp:[172.19.199.2]:8024"@<my email server's FQDN> Original-Recipient: rfc822;test123@<my list's email domain>
all of various alias transport maps are defined in postfix's main.cf. not sure where to go from here. does anyone have any clues?
For the docker image, the tables have to be defined in Postfix as regexp: tables. Are they?
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
On October 25, 2017 7:53:39 PM EDT, Mark Sapiro <mark@msapiro.net> wrote:
On 10/25/2017 01:08 PM, Fabian A. Santiago wrote:
Hello,
I have mm3 up and running via docker (courtesy of maxking/docker-mailman) but when i send an email to my test list, it bounces back claiming user unknown. it states:
<"lmtp:[172.19.199.2]:8024"@>: unknown user: "lmtp:[172.19.199.2]:8024"
looking at the email source, it seems as though the message is trying to be delivered to:
Final-Recipient: rfc822; "lmtp:[172.19.199.2]:8024"@<my email server's FQDN> Original-Recipient: rfc822;test123@<my list's email domain>
all of various alias transport maps are defined in postfix's main.cf. not sure where to go from here. does anyone have any clues?
For the docker image, the tables have to be defined in Postfix as regexp: tables. Are they?
Yes they are.
Thanks,
Fabian S.
OpenPGP: 3C3FA072ACCB7AC5DB0F723455502B0EEB9070FC
participants (2)
-
Fabian A. Santiago
-
Mark Sapiro