On Tue, Jan 13, 2009 at 10:10:20PM +0800, MSG Support wrote: > Our mail server encounter below error on the log: > > Dec 4 04:34:09 localhost postfix/cleanup[26596]: warning: > 3E0582648E7: virtual_alias_maps map lookup problem for > u...@internaldomain
There is invariably more error detail logged above this warning. Please don't leave out important error details. With LDAP lookups expect to find "dict_ldap_lookup: ..." messages in the logs, but report anything relevant from the same cleanup process earlier in the logs. > /etc/postfix/ldap-users.conf: > Change from > query_filter = (&(mail=%s)(objectclass=person)) > to > query_filter = (&(mail...@%d)(objectclass=person)) The old query runs for all input strings, the new query only for addresses of the form u...@domain. If the input domain is local Postfix will also query for the bare username. For some reason, the bare username queries are failing, but you have not reported the relevant error messages. -- 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.