On Fri, Apr 17, 2009 at 11:26:50AM -0400, Shelley Waltz wrote:
> Apr 12 05:25:21 roadrunner postfix/smtp[10809]: B7D9311D8008:
> to=<[email protected]>, relay=none, delay=43453,
> delays=43453/0.01/0/0, dsn=4.4.6, status=SOFTBOUNCE (mail for
> buena.cabm.rutgers.edu loops back to myself)
Masquerading is not applied to envelope recipients. The default setting
is:
masquerade_classes = envelope_sender, header_sender, header_recipient
masquerade_domains =
masquerade_exceptions =
The solution is to list "root" in the virtual alias table, when the
domain is $myorigin or listed in $mydestination (or see docs) the bare
username is used as a lookup key in virtual(5).
On null-client systems, I don't rely on masquerading, instead I set
$myorigin to the desired domain. See, for example,
http://www.postfix.org/MULTI_INSTANCE_README.html#quick
--
Viktor.
Disclaimer: off-list followups get on-list replies or get ignored.
Please do not ignore the "Reply-To" header.
To unsubscribe from the postfix-users list, visit
http://www.postfix.org/lists.html or click the link below:
<mailto:[email protected]?body=unsubscribe%20postfix-users>
If my response solves your problem, the best way to thank me is to not
send an "it worked, thanks" follow-up. If you must respond, please put
"It worked, thanks" in the "Subject" so I can delete these quickly.