On Fri, Aug 28, 2009 at 05:10:47PM +0700, Olivier Nicole wrote: > -- an example of postmap; I understand that maps first try to find > with the full address, then with the left part only. Obviously the > search with the left part is successful. > > $ postmap -q sanjeet.ama...@toto.tutu ldap:/usr/local/etc/ldap_uncanonical > sanjeet
NO. The underlying table drivers (which are exercised by postmap(1)) DO NOT use partial keys. The lookup key is exactly what you specify. So your table either matches the full key, or you are using "%u" and ignoring the domain. -- 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.