Displaying 1 result from an estimated 1 matches for "uribl_ab_surbl".
2007 Apr 24
2
Dovecot, Postfix and SMTP AUTH....
Hello.
I've notice a problem with SMTP AUTH in postfix with dovecot. My
configuration is based on Postgresql. I've created a function in
postgresql which returns password and username and attached it to
password_query. Query looks like this
password_query = SELECT username_out as username, password_out as
password FROM get_password(lower('%n'),lower('%d'));
Problem