|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
Re: alias maps, virtual domains, and LDAP
From: mouss (usebsd
free.fr)
Date: Sun Jul 02 2006 - 07:56:39 CDT
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Greg Woods wrote:
> [snip]
>
> So I was just trying to get too cute. In the end, the only aliases I
> have to maintain are those directly related to the Mailman system, and
> I've always had to do that anyway. I also have to make sure that there
> are not two Mailman lists in the two domains with the same name, but a
> list name can conflict with an LDAP alias in the other domain, or two
> LDAP aliases can conflict, and everything works as expected. Problem
> solved.
>
>
The conflict can be solved with virtual_alias_maps. for instance,
news
ucar.edu => news+ucar
listserver.example.org
news
nlr.net => news+nrl
listserver.example.org
then use news+ucar and news+nlr in your alias_maps. you can choose othe
forms, but '+' is nice if you also have it as an extension delimiter (so
that if no match is found, "news" will be tried).
A more general form would be
listname
listdomain.example =>
locallistname+listname=listdomain
listserver.example.org
but don't use wildcards as they break recipient validation.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]