On Wed, Mar 25, 2009 at 1:20 PM, Brian Evans - Postfix List <grkni...@scent-team.com> wrote:
> We prefer 'postconf -n' for a reason. It makes for a much shorter email Next time I will use the -n switch. >> local_recipient_maps = proxy:unix:passwd.byname $alias_maps >> mydestination = $myhostname, localhost.$mydomain, localhost >> mydomain = lereta.com >> myhostname = scaciio01.lereta.com >> myorigin = $mydomain > When unqualified domains are given to postfix from the sendmail(1) > command, myorigin is appended. > Your myorigin is not in mydestination so it relays to wherever > lereta.com normally goes. > alias_maps are only applied to items delivered using local(8) delivery > agent. > local(8) delivers to destinations located in mydestination. Jeez! I must have looked at that 100+ times today and I didn't see it. I changed myorigin to $myhostname and all is working correctly again. This was driving me and the other mail admin (he's a Sendmail guy) buggy. I knew it should work but it didn't. Thank you very much... -- Stephen Carville