b...@bitrate.net: > On Apr 26, 2012, at 18.47, Wietse Venema wrote: > > >>postmap appears to fold to lowercase by default for ldap queries: > > > >That is documented under the -f option. > > am i misunderstanding the last paragraph under "input file format"? > the postmap documentation seems to state that case folding happens > by default only with certain tables.
Most table lookup mechanisms say that NIS, LDAP or SQL etc. use the same lookups as with db or dbm files. For example, quote from access(5): Normally, the access(5) table is specified as a text file that serves as input to the postmap(1) command. The result, an indexed file in dbm or db format, is used for fast searching by the mail system. [...] When the table is provided via other means such as NIS, LDAP or SQL, the same lookups are done as for ordinary indexed files. Wietse