Has anyone seen SMTP-AUTH done from an SQL database ? I've a postgres table of email addresses & passwords, and I'd like to be able to do SMTP AUTH with that. Though postfix seems to only use cyrus-sasl, which is limited in what auth mechanisms it'll support. Do I have to write it myself ? john