From: Ramprasad (no email)
Date: Wed May 03 2006 - 05:54:03 EDT
On Tue, 2006-05-02 at 13:03 -0400, Victor Duchovni wrote:
> On Tue, May 02, 2006 at 11:54:28AM -0500, Noel Jones wrote:
>
> > add a custom header:
> > # main.cf
> > smtpd_data_restrictions =
> > check_sender_access regexp:/etc/postfix/add_x_envelope_from
> >
> > # add_x_envelope_from
> > /^$/ PREPEND X-Envelope-From: <>
> > /^(.*)$/ PREPEND X-Envelope-From: <$1>
>
> The first expression should have been (else it is redundant):
>
> /^<>$/ PREPEND X-Envelope-From: <>
>
> the second one is correct. This assumes the default:
>
> smtpd_null_access_lookup_key = <>
>
That did it , thanks a lot
|
|
|