Displaying 2 results from an estimated 2 matches for "username_out".
2007 Apr 26
0
Dovecot, Postfix and SMTP AUTH.... one more time...
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 is when get_password returns something like this...
vmail=# SELECT username_out as username, password_out FROM
get_password(lower(''),lower(''));
LOG: statement: SELECT us...
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 is when get_password returns something like this...
vmail=# SELECT username_out as username, password_out FROM
get_password(lower(''),lower(''));
LOG: statement: SELECT us...