Paul Fox wrote:
>
>as i understand it, it's done automatically by postfix, if you
>tell it about all the maps.  if you weren't using mysql, the
>definition of virtual_alias_maps should include the alias maps
>for any virtual domains:
>
>virtual_alias_maps = 
>       hash:/usr/local/mailman/data/virtual-mailman
>
>and the postfix definition of "alias_maps" should refer to both
>/etc/aliases and /usr/local/mailman/data/aliases:
>
>alias_maps = 
>        hash:/etc/aliases
>       hash:/usr/local/mailman/data/aliases
>
>postfix will resolve using first the virtual_alias_maps, and then
>the alias_maps.
>
>but i don't know how mysql affects any of that.


My understanding is that if you are using mysql, you might have
something like

alias_maps = 
        mysql:/etc/aliases
        hash:/usr/local/mailman/data/aliases

i.e., you could still use a hash for mailman's aliases and
virtual-mailman.

-- 
Mark Sapiro <[EMAIL PROTECTED]>       The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan

------------------------------------------------------
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/
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