Hello everyone,

I have done an exhaustive search of the archives/google and did find a
few gems on virtual domains with mailman...but have only messed things
up even further. Hopefully, someone can assist. First, my setup...

Mandrake Linux 8.2
Postfix version 2.0.4
Mailman 2.1.2

I have many many virtual domains on this machine. I currently have
mailman running fine for just one of the domains, and would like to add
the service for one of the others, possibly more in the future. I have
read through the postfix.readme but I'm having trouble understanding all
of the various pieces needed. First question...is there a good HOWTO or
FAQ specifically for virtual domain support and Mailman? If not, can
someone help me with the following questions?

I have added to mm_cfg.py:

MTA = 'Postfix'
POSTFIX_STYLE_VIRTUAL_DOMAINS = ['www.virtualdomain.tld','virtualdomain.tld']

I have added to main.cf:

virtual_maps = hash:/etc/postfix/virtual
 hash:/var/www/html/mailman/data/virtual-mailman  <---added this line

In virtual-mailman:

[EMAIL PROTECTED]              info
[EMAIL PROTECTED]        info-admin
[EMAIL PROTECTED]      info-bounces
[EMAIL PROTECTED]      info-confirm
[EMAIL PROTECTED]         info-join
[EMAIL PROTECTED]        info-leave
[EMAIL PROTECTED]        info-owner
[EMAIL PROTECTED]      info-request
[EMAIL PROTECTED]    info-subscribe
[EMAIL PROTECTED]  info-unsubscribe

In aliases:

info:             "|/var/www/html/mailman/mail/mailman post info"
info-admin:       "|/var/www/html/mailman/mail/mailman admin info"
info-bounces:     "|/var/www/html/mailman/mail/mailman bounces info"
info-confirm:     "|/var/www/html/mailman/mail/mailman confirm info"
info-join:        "|/var/www/html/mailman/mail/mailman join info"
info-leave:       "|/var/www/html/mailman/mail/mailman leave info"
info-owner:       "|/var/www/html/mailman/mail/mailman owner info"
info-request:     "|/var/www/html/mailman/mail/mailman request info"
info-subscribe:   "|/var/www/html/mailman/mail/mailman subscribe info"
info-unsubscribe: "|/var/www/html/mailman/mail/mailman unsubscribe info"

I have postmap'd and newaliased, bin/genaliased, and postfix reloaded.
Still doesn't work. Mail sent to "[EMAIL PROTECTED]" seems to just
ignore mailman and gets sent to the admin address of the list.

Does anybody see something I'm missing here?

-- 
Regards,
Matt


------------------------------------------------------
Mailman-Users mailing list
[EMAIL PROTECTED]
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/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Reply via email to