On Mon, Mar 31, 2003 at 07:46:45AM -0800, Ray Dzek (RD) wrote: RD> RD> Can somebody provide a sample of how virtual domains are set up in the RD> mm_cfg.py please? RD> RD> RedHat 8 RD> Postfix - postfix-1.1.11-5 RD> Mailman 2.1.1
I'm using pfix 2.0 on fbsd 4.7, but that shouldnt be that dissimilar .. here's the interesting part of the mm_cfg.py: MTA = 'Postfix' POSTFIX_STYLE_VIRTUAL_DOMAINS = ['sub1.example.org', 'sub2.example.org', 'sub3.example.org'] DEFAULT_EMAIL_HOST = 'sub1.example.org' DEFAULT_URL_HOST = 'sub1.example.org' DEFAULT_URL_PATTERN = 'http://%s/mailman/' DEFAULT_HOST_NAME = 'sub1.example.org' add_virtualhost(DEFAULT_URL_HOST, DEFAULT_EMAIL_HOST) And the pfix config interesting bit: alias_maps = hash:/etc/aliases, hash:/usr/local/mailman/data/aliases virtual_alias_maps = hash:${config_directory}/domains, hash:/usr/local/mailman/data/virtual-mailman HTH, Nils ------------------------------------------------------ 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
