On Thu, Jan 18, 2018, at 2:39 PM, Mark Sapiro wrote:
On 01/18/2018 02:25 PM, Dmitry Makovey wrote:
transport_maps = regexp:/opt/mailman/core/var/data/postfix_lmtp local_recipient_maps = regexp:/opt/mailman/core/var/data/postfix_lmtp relay_domains = regexp:/opt/mailman/core/var/data/postfix_domains
The initial implementation of Mailman's regexp maps for Postfix was broken. This was fixed by <https://gitlab.com/mailman/mailman/merge_requests/323>. The bottom line is if /opt/mailman/core/var/data/postfix_lmtp contains entries like
Also, MR 323 was backported to Core's 3.1 release. So if you are running the newer images with 3.1.1 release, you should ideally have the fix.
/^foo-bounces@lists\.my\.com$/ lmtp:[172.19.199.2]:8024 /^foo-confirm@lists\.my\.com$/ lmtp:[172.19.199.2]:8024
these entries (only the -confirm and -bounces, not the others) need to be
/^foo-bounces(\+.*)?@lists\.my\.com$/ lmtp:[172.19.199.2]:8024 /^foo-confirm(\+.*)?@lists\.my\.com$/ lmtp:[172.19.199.2]:8024
because Postfix recipient_delimiter = + is not effective for regexp tables.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
Mailman-users mailing list mailman-users@mailman3.org https://lists.mailman3.org/mailman3/lists/mailman-users.mailman3.org/ Email had 1 attachment:
- signature.asc 1k (application/pgp-signature)
-- Abhilash Raj maxking@asynchronous.in