Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Dec 2007 13:33:25 -0600
From:      "Noel Jones" <noeldude@gmail.com>
To:        "Clint Olsen" <clint.olsen@gmail.com>
Cc:        questions@freebsd.org
Subject:   Re: Hopefully an easy header rewriting problem for Postfix
Message-ID:  <cce506b0712071133jd373b01p81d261e20c5c6f3c@mail.gmail.com>
In-Reply-To: <20071207182353.GA90102@0lsen.net>
References:  <20071207182353.GA90102@0lsen.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Dec 7, 2007 12:23 PM, Clint Olsen <clint.olsen@gmail.com> wrote:
> I essentially want to rewrite all envelope senders of the form:
>
> @host.my.domain
>
> to just
>
> @my.domain

http://www.postfix.org/ADDRESS_REWRITING_README.html#masquerade

Looks like exactly what you describe.

Just set in main.cf:
masquerade_domains = my.domain
and then run  "postfix reload"

-- 
Noel Jones



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?cce506b0712071133jd373b01p81d261e20c5c6f3c>