Hello Mark, finally it works! The clue was that the VIRTUAL_MAILMAN_LOCAL_DOMAIN = 'localhost' was missing in mm_cfg.py. After that the mail was delivered locally, and mailman could send it to the list members. The /usr/lib/mailman/bin/postfix-to- mailman.py line in master.cf is commented out, it indeed works fine following your hints.
Thank you again a lot for your patience! You will agree there are a lot of documents on the net leading in the wrong direction. Eggert Am Freitag, 8. Januar 2016, 10:08:04 schrieb Mark Sapiro: > On 01/08/2016 08:42 AM, Eggert Ehmke wrote: > > Am Freitag, 8. Januar 2016, 14:05:49 schrieb Eggert Ehmke: > >> When I send a mail to [email protected], it is forwarded to > >> [email protected], > >> which does not work of course. > >> > >> Jan 8 13:56:05 domain1 postfix/pipe[2066]: 9EE1C1003F1: > >> to=<[email protected]>, orig_to=<[email protected]>, relay=dovecot, > >> delay=0.03, > >> delays=0.02/0/0/0.02, dsn=5.1.1, status=bounced (user unknown) > > Something is wrong here because if everything is properly configured per > the FAQ at <http://wiki.list.org/x/10715238> the transport (relay) > should be 'local' not 'dovecot' > . > > > I think this is because in the virtual_mailman all list addresses are > > mapped to the naked list name, and postfix then appends the default > > domain. > Again, if things are properly configured per the FAQ at > <http://wiki.list.org/x/10715238>, virtual-mailman is only used to build > transport-mailman and only aliases and transport-mailman are used by > postfix for Mailman mail. > > > I thought > > this would be prevented by the mailman/bin/postfix-to-mailman.py script, > > but it does not work. > > postfix-to-mailman.py is incompatible with this and definitely won't > work well in a multi-domain environment. See the FAQ at > <http://wiki.list.org/x/15564817>. > > > I also found a comment of you stating you don't see the reason > > for this script. However, what can be done to make it work? > > You probably can't make it work in your environment. > > For further help, please post the output from 'postconf -n' and the > contents of /etc/postfix/master.cf. ------------------------------------------------------ Mailman-Users mailing list [email protected] https://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: https://mail.python.org/mailman/options/mailman-users/archive%40jab.org
