On 5/12/25 12:41, Sean McBride wrote:

Hmm, the dovecot-related settings in main.cf seem to be:

mailbox_transport = lmtp:unix:private/dovecot-lmtp

This sends all local deliveries to dovecot before consulting aliases.

smtpd_sasl_auth_enable = yes
smtpd_sasl_type = dovecot
smtpd_sasl_path = private/auth
smtpd_sasl_local_domain=$myhostname
smtpd_sender_login_maps = hash:/usr/local/etc/postfix/smtpd_sender_login_maps.txt
virtual_transport = lmtp:unix:private/dovecot-lmtp

and this sends all virtual mailbox deliveries to dovecot. I'm not sure if this trumps virtual_alias_maps, but it doesn't matter because virtual_alias_maps will map a virtual alias list address to a local address in alias_maps and mailbox_transport will send that to dovecot.

I can't recall if there is a resolution to a MM 2.1 configuration with dovecot, but this search https://mail.python.org/archives/search?mlist=mailman-users%40python.org&q=dovecot may turn something up. I think the answer, if there is one, is to somehow configure dovecot to be aware of the mailman lists and route those addresses to mailman.


--
Mark Sapiro <m...@msapiro.net>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan

------------------------------------------------------
Mailman-Users mailing list -- mailman-users@python.org
To unsubscribe send an email to mailman-users-le...@python.org
https://mail.python.org/mailman3/lists/mailman-users.python.org/
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: https://www.mail-archive.com/mailman-users@python.org/
   https://mail.python.org/archives/list/mailman-users@python.org/
Member address: arch...@mail-archive.com

Reply via email to