On Sun, 26 May 2002, Johannes M. Posel wrote:
> adapt it to MySQL, and my tries failed. I'm hoping that somebody who
> has it already going (SMTP AUTH via CRAM-MD5 using MySQL table) could
> share his MD5 authenticator...
cram:
driver = cram_md5
public_name = CRAM-MD5
server_secret = ${lookup mysql{select clear from mail where email = '${quote_mysql:$1}'}}
server_set_id = $1
note that you need the cleartext password here.
--
[-]