Florian Effenberger wrote: > >I've reproduced the configuration according to various howtos, >including the documentation inside the Python file, and every >configuration all of a sudden throws this "User unknown" error, unless >I disable the local_recipient_maps. Anyone else ever experienced these >problems? > >I'm a bit clueless where the problem lies. :-(
As are we unless you at least post the output from "postconf -n", the Postfix log (maillog) entry for the reject, and the other relevant master.cf, local_recipient_maps and transport table entries. Note that while people on this list may be willing/able to help you with this, this is not really a GNU Mailman question. It is a Postfix question or possibly a Debian/Ubuntu packaging question. Based on what you have posted so far, postfix_to_mailman.py works if list mail actually gets to it (i.e. when local_recipient_maps is null) so the problem would seem to be entirely that Postfix is not routing list mail to the mailman transport (postfix_to_mailman.py). Just a wild guess - did you perhaps add the list domain to mydestination in main.cf? If so, remove it. -- Mark Sapiro <[email protected]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ Mailman-Users mailing list [email protected] http://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: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org
