On Tue, Dec 18, 2012 at 02:59:28PM +0100, Petra Humann wrote: > Am 17.12.2012 um 21:18 schrieb /dev/rob0: > > >/path/to/postfix/ldapsender.cf : > >... > >result_format = %s,specialuser > > Thank you very much for your suggestion. > It works.
For the record, the "result_format" in LDAP queries is applied to *each* result value. So if LDAP returns two results: "userA" and "userB", the combined result will be: userA,specialuser,userB,specialuser this is largely harmless in this context, but may matter in other contexts. -- Viktor.