Hi,
in my humble opinion:
re: incoming: you only need to configure the process that serves your incoming mail to route/forward it to the LMTP port of mailman as described in the docs, for example here: https://docs.mailman3.org/projects/mailman/en/latest/src/mailman/docs/mta.ht...
in
# /etc/exim4/conf.d/transport/55_mm3_transport mailman3_transport: driver = smtp protocol = lmtp allow_localhost hosts = localhost port = MM3_LMTP_PORT rcpt_include_affixes = true
you replace the localhost stanza with the host mailman runs on.
Best regards
Am 12.09.21 um 09:21 schrieb Florian Schulze:
Hi!
But LMTP is the "Local" Mail Transfer Protocol. I only have access to IMAP, POP3 and SMTP. Outgoing seems to be simple, but what about incoming?
Regards, Florian Schulze