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/[EMAIL PROTECTED]/ << folder
domain/[EMAIL PROTECTED]/ << folder
list-request << single file

Anyone knows, how to configure mailman to see these mails?

Regards,

Rauch Christian
------------------------------------------------------
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&amp;file=faq01.027.htp

Reply via email to