Hi,
one of our developers wanted to point out an error he found in mailman
3.1, docker container maxking/mailman-core-0.1
The entries in /opt/mailman/core/var/data/postfix_lmtp are not set
correctly, example:
/^testlist(a)mailman\.example\.com$/ lmtp:[172.19.199.2# IP
Address of mailman-core container]:8024
this actually should look like this:
/^testlist(a)mailman\.example\.com$/ lmtp:[172.19.199.2]:8024
Regards,
Alex