On Tue, Apr 14, 2015 at 11:06:04AM +0800, [email protected] wrote: > Thanks Viktor, in practical what is the suggested field to use as a result > attribute? Thanks again.
http://www.postfix.org/ldap_table.5.html
# The "mail" attribute holds the user's primary address
#
result_attribute = mail
OR
# upper case %S returns the lookup key
#
result_format = %S
depending on whether you want to canonicalize or simply validate
the address.
--
Viktor.
