On Fri, Sep 05, 2008 at 12:00:26PM -0500, Noel Jones wrote: > >mydestination = $myhostname, XXX.com, localhost, localhost.$mydomain > >relay_domains = hash:/etc/postfix/relay_domains > >relay_recipient_maps = hash:/etc/postfix/relay_recipients > > > >My instinct tells me this has something to do with the fact that im > >specifying > >"relay_domains" AND "recipient_relay_maps", but maybe im missing > >somethign in the documentation? > > [please don't top post] > > No, you must specify both relay_domains - to tell postfix > which domains to relay for - and relay_recipient_maps - to > tell postfix which users are valid in those domains. > > Recipient validation can be broken by wildcard entries in > sender_canonical_maps, recipient_canonical_maps, > canonical_maps or virtual_alias_maps, or by a domain wildcard > in relay_recipient_maps. > > It doesn't appear you are using *canonical_maps or > virtual_alias_maps, so I assume you have a wildcard entry in > your relay_recipient_maps. Don't do that. > http://www.postfix.org/postconf.5.html#relay_recipient_maps
And of course recipient validation for domains listed in $mydestination is done via local_recipient_maps. -- 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]> 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.