Re: [Exim] Preserving header information

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Gyan Mathur
Fecha:  
A: Russ Paton
Cc: Gyan Mathur, exim-users, gyan
Asunto: Re: [Exim] Preserving header information
In response to Russ Paton:

> > You just need a director like:
> >
> > forward_to_other:
> >    domains = somedomain.com
> >    driver = smartuser
> >    new_address = ${local_part}@???

> >
> > and that will send the mail on without touching the headers.


> Could a dbm be used for multiple domains? Or does this director only work
> with single domains?


The first part, "domains = " , is a domain list so it can contain eg
"rubbish.com:nonsense.com" or a file name. See "Domain lists" in the
on-line documentation.

The second part, "new_address = " , is an expanded string. See
"String expansions" in the on-line documentation but yes, the
expansion can contain a database look-up.

Gyan.