On Tue, 2007-04-24 at 16:39 +0200, Bartosz Toczek wrote:
> Problem is when get_password returns something like this...
..
> username | password_out
> --+--
> |
Isn't it possible to make PostgreSQL function not return a row?
Anyway, there's nothing in Dovecot side yo
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,
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,