On 10/27/2009 7:22 AM, Carlos Williams wrote:
On Thu, Sep 24, 2009 at 11:05 AM, Noel Jones<njo...@megan.vbhcs.org> wrote:
Some older versions of postfix give special treatment to the postmaster
address. To disable this special treatment, add
# main.cf
address_verify_sender = $double_bounce_sender
So when you note "older" I am going to assume 2.3.x qualifies, right?
Basically I should simply add the following anywhere in my 'main.cf'
config file, right?
*address_verify_sender = $double_bounce_sender*
Yes. Well, don't include the stars...
Or you can have postfix add it to main.cf for you by typing
the command:
# postconf -e 'address_verify_sender=$double_bounce_sender'
-- Noel Jones