greetings Configuring Sender-Dependent SASL authentication
there is a a line in the docs thats says, " If you are creative, then you can try to combine the two tables into one single MySQL database, and configure different Postfix queries to extract the appropriate information." I would like to use an ldap database for smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd & /etc/postfix/sender_relay use an ldapsearch maybe ? Ive done it with transports and local user info, but password auth shouldn't be much different, but i can't find any syntax references. Can i use my ldap server located on another system to get the password information or dos it have to be a localhost ? also,.. the passwords listed in sasl_passwd, if i can't use ldap whats the best way to generate these. Im sketchy about plain text passwords sitting on a file; sshken openldap htpass hand written binary ? -j