Re: [Dovecot] Dovecot, Postfix and SMTP AUTH....

2007-05-13 Thread Timo Sirainen
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

[Dovecot] Dovecot, Postfix and SMTP AUTH.... one more time...

2007-04-27 Thread Bartosz Toczek
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,

[Dovecot] Dovecot, Postfix and SMTP AUTH....

2007-04-25 Thread Bartosz Toczek
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,