Hi There, Currently we are using postfix (2.5.5-1.1) on debian lenny sasl support thus:
# cat smtpd.conf auxprop_plugin: sql mech_list: plain login cram-md5 digest-md5 sql_engine: mysql sql_hostnames: xxx.xxx.xxx.xxx sql_user: xxxx sql_passwd: xxxx sql_database: xxxx sql_select: select passwd from xxxx_users where userid ='%u Which works well! I was wondering if there is a way we can add another source to the mix so that postfix would check 2 seperate servers/databases/tables with a different table structure on the second mysql server? Thanks! Simon