Re: [EXIM] include_domain combined with dbm*

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Paul Mansfield
Fecha:  
A: James FitzGibbon
Cc: exim-users
Asunto: Re: [EXIM] include_domain combined with dbm*
On Mon, 23 Mar 1998, James FitzGibbon wrote:
> virtual_domains:
> driver = aliasfile
> file = /opt/mail/etc/virtual_aliases.db
> search_type = dbm*
> include_domain


to get the alias "*" to pick up defaults, I had to use (on John H's advice):

virtual:
driver = aliasfile,
domains = dbm*;/opt/exim/etc/mailmaps,
no_more;
optional,
modemask = 002,
file = /opt/exim/etc/incoming/$domain.map,
search_type = lsearch*,
expand,
user = exim


I think the magic bit is 'expand'.

P.


--
*** Exim information can be found at http://www.exim.org/ ***