On Sat, Dec 20, 2008 at 02:41:21PM -0300, Reinaldo de Carvalho wrote: > How hash table in transport_maps has '*' support and it in others > options (e.g. check_client_access) dont work? Postfix always query for > '*'? > > Why it is necessary if relayhost exist?
The semantics are not the same. - relayhost overrides the default (i.e. recipient domain) "nexthop" for remote deliveries ("relay" and "default" address classes). - the "*" transport entry specifies both a transport *and* a nexthop, and does change the nexthop for ":" (NOOP) entries in the transport table. The two mechanisms solve slightly different problems, specifically, see the "EXAMPLES" section in transport(5). -- 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:majord...@postfix.org?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.