Hi, I'm new to Mailman and I have problem with genaliases. I'm using Mailman 2.1.5 on RHEL 4 with Postfix.
I read the /usr/share/doc/mailman-2.1.5.1/README.POSTFIX and tried to setup postfix like mentioned in 'VIRTUAL DOMAINS' section. Postfix's /etc/postfix/main.cf: -------------------------------- virtual_alias_maps = pgsql:/etc/postfix/pgsql/alias_domains_maps.cf \ pgsql:/etc/postfix/pgsql/alias_mailbox_maps.cf \ hash:/usr/lib/mailman/data/virtual-mailman recipient_delimiter = - Mailman's /usr/lib/mailman/Mailman/mm_cfg.py: ---------------------------------------------- VERP_FORMAT = '%(bounces)s+%(mailbox)s=%(host)s' VERP_REGEXP = r'^(?P<bounces>[^+]+?)\-(?P<mailbox>[^=]+)=(?P<host>[EMAIL PROTECTED])@.*$' VERP_PROBE_REGEXP = r'^(?P<bounces>[^+]+?)\-(?P<token>[EMAIL PROTECTED])@.*$' VERP_CONFIRM_FORMAT = '%(addr)s+%(cookie)s' VERP_CONFIRM_REGEXP = r'^(?P<addr>[^+]+?)\-(?P<cookie>[EMAIL PROTECTED])@.*$' MTA = 'Postfix' POSTFIX_STYLE_VIRTUAL_DOMAINS = ['our_domain.com'] I also tried to create a new list by command 'bin/newlist [EMAIL PROTECTED]' and wrote what I've been asked. Then I created 'data' directory, with chmod and chown, make bin/genaliases and /etc/init.d/mailman restart. After typing genaliases command I expected mailman to create data/virtual-mailman and data/virtual-mailman.db files, but absolutely nothing happened. What I'm doing wrong? I found nothing about it in README* documents nor in FAQ. Thank you for help, Tomas ------------------------------------------------------ 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&file=faq01.027.htp