Re: [Exim] Few Questions

Pàgina inicial
Delete this message
Reply to this message
Autor: Greg Ward
Data:  
A: Pete Barnwell
CC: Exim-Users
Assumpte: Re: [Exim] Few Questions
On 10 October 2001, Pete Barnwell said:
> b) I have a situation where I want to alter the 'To:' header before
> delivering. What I want is to be able to send mail to <user>@<fax No>.fax,
> and snip off the '.fax' bit before sending it to Hylafax...


Exim has nice rewriting capabilities. I suspect you should be able to
do this. See chapter 34 of the Exim spec for details:
http://www.exim.org/exim-html-3.30/doc/html/spec_34.html

Of course, you could probably do it with Postfix if you write a little
script to sit between Postfix and Hylafax and munge the headers to your
delight. That might be less bother than switching MTAs.

        Greg