Re: [Exim] Yet another stupid question from me

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Nico Erfurth
Fecha:  
A: Thomas Kinghorn
Cc: 'Noah K Sematimba', 'exim-users@exim.org'
Asunto: Re: [Exim] Yet another stupid question from me
Thomas Kinghorn wrote:
> I would add the domains to the relay_to_domains
> but as indicated, i have 2000+ domains to provide the spool for.
> that would make managing the relay_to_domains impossible.
>
> Is there not a way to specify a domain list in , say,
> /usr/exim/virtualusertable ????


yes, how about

relay_to_domains = /usr/exim/virtualusertable ?
or
relay_to_domains = cdb;/usr/exim/virtualusertable
or
relay_to_domains = mysql;select domain from domains where domain =
                          ${quote_mysql:$domain}


more examples needed?

Check your docs!