Mailman not seeing mails with postfix
Hi List,
I am having a problem with mailman/postfix and hope, someone can help me :)
I configured Postfix and dovecot with virtual mailboxes and this just works fine.
Then I installed and configured mailman, well, the result is, I can send mail _from_ mailman (e.g. invitations from the web interface), but mailman never receives any responses here.
But postfix receives and saves them!
I saved my output of postconf -n here: http://rauchs-home.de/tmp/postconf.txt and configured mailman as below in mm_cfg.py:
MTA = 'Postfix' POSTFIX_STYLE_VIRTUAL_DOMAINS=['rauchs-home.dyndns.info'] DEFAULT_EMAIL_HOST = 'rauchs-home.dyndns.info' DEFAULT_URL_HOST = 'rauchs-home.dyndns.info' POSTFIX_ALIAS_CMD = '/usr/sbin/postalias' POSTFIX_MAP_CMD = '/usr/sbin/postmap' DELIVERY_MODULE = 'SMTPDirect' SMTPHOST = '192.168.0.2' SMTPPORT = '25' add_virtualhost(DEFAULT_URL_HOST, DEFAULT_EMAIL_HOST)
I can create lists, I receive creation notification, postfix receives mails and saves them to a file in /home/postfix.
That's the first weird thing. all 'normal' virtual users have a Mailbox folder, not a single file
I have the following folder structure in there (with 2 users and one list created):
domain/user@domain/ << folder domain/user2@domain/ << folder list-request << single file
Anyone knows, how to configure mailman to see these mails?
Regards,
Rauch Christian
At 10:14 AM +0100 2/16/07, Rauch Christian wrote:
I can create lists, I receive creation notification, postfix receives mails and saves them to a file in /home/postfix.
Sounds like you didn't set up your aliases to tell postfix to hand all Mailman-related e-mail over to the Mailman programs, and therefore it thinks that this is "normal" e-mail for some virtual user.
Try setting up your aliases.
-- Brad Knowles <brad@shub-internet.org>, Consultant & Author LinkedIn Profile: <http://tinyurl.com/y8kpxu> Slides from Invited Talks: <http://tinyurl.com/tj6q4>
Rauch Christian schrieb:
I saved my output of postconf -n here: http://rauchs-home.de/tmp/postconf.txt
*ouch*
Never mind, I found my error, now it works!
I stated for virtual_alias_maps /var/lib/mailman/data/aliases, whereas it should be virtual-mailman!
Sorry for the noise!
Regards, Rauch Christian
participants (2)
-
Brad Knowles -
Rauch Christian