Re: [EXIM] Exim and "Unified Domain-Wide POP Account"

Página Principal
Apagar esta mensagem
Responder a esta mensagem
Autor: Ben Smithurst
Data:  
Para: Scott Hanson, exim-users
Assunto: Re: [EXIM] Exim and "Unified Domain-Wide POP Account"
Scott Hanson wrote:

> Is anyone doing anything like this with exim? How can I best implement this?
> I'm using exim with Debian Linux.


Won't Envelope-To: suffice? If that mailer needs X-Real-To:, you could
try something like this on the local_delivery transport:

headers_add = $h_envelope-to

to duplicate the Envelope-To: header. I'm not sure that would work though,
the header may not be seen before it's delivered. It may be easier to
to edit the code and replace Envelope-To: with X-Real-To:, look around
line 433 of transport.c, assuming that's the only place it's used.

--
Ben Smithurst : ben@??? : http://www.scientia.demon.co.uk/

PGP: 0x99392F7D - 3D 89 87 42 CE CA 93 4C  68 32 0E D5 36 05 3D 16
     http://www.scientia.demon.co.uk/ben/pgp-key.html (or use keyservers)


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