Jonathan Tripathy: > Hi Folks, > > As many of you will probably know, SPF breaks forwarding using aliases. > The solution is to re-write the from-evenlope when forwarding email. > > Does anyone know how to do this with postfix?
With an external MILTER program (Postfix >= 2.6): http://www.postfix.org/MILTER_README.html Or with an external content filter (Postfix >= 1.0): http://www.postfix.org/FILTER_README.html Wietse