[Dovecot] Execute Query after Logon ...
Hello list,
is there a possibility to submit a query after a login. I use this feature in tpop3d to write a popb4smtp log into mysql. I would like to replace tpop3d with dovecot for pop3 and imap.
Therefor I would need something similar.
Thanks for answers. Regards Karl-Heinz
Do you Yahoo!? Yahoo! Mail - You care about security. So do we. http://promotions.yahoo.com/new_mail
--On Wednesday, January 26, 2005 5:49 AM -0800 wiki kaha wkaha@yahoo.com wrote:
is there a possibility to submit a query after a login. I use this feature in tpop3d to write a popb4smtp log into mysql. I would like to replace tpop3d with dovecot for pop3 and imap.
Just curious, what clients are you supporting that don't do SMTP AUTH?
--- Kenneth Porter shiva@sewingwitch.com wrote:
--On Wednesday, January 26, 2005 5:49 AM -0800 wiki kaha wkaha@yahoo.com wrote:
is there a possibility to submit a query after a login. I use this feature in tpop3d to write a popb4smtp log into mysql. I would like to replace tpop3d with dovecot for pop3 and imap.
Just curious, what clients are you supporting that don't do SMTP AUTH?
You're right. The option is more or less for the users we still have. Not for the new one.
-- Karl-Heinz
Do you Yahoo!? Yahoo! Mail - Helps protect you from nasty viruses. http://promotions.yahoo.com/new_mail
On 26.1.2005, at 15:49, wiki kaha wrote:
is there a possibility to submit a query after a login. I use this feature in tpop3d to write a popb4smtp log into mysql. I would like to replace tpop3d with dovecot for pop3 and imap.
If you are using mysql userdb, it should be possible to add ";insert into ..." after the user_query.
On Mon, 2005-01-31 at 13:58 +0100, Johannes Berg wrote:
If you are using mysql userdb, it should be possible to add ";insert into ..." after the user_query.
But that is executed for each login attempt, and thus not only after a successful login.
No. password_query is executed for each login attempt, user_query is executed only after successful login.
participants (4)
-
Johannes Berg
-
Kenneth Porter
-
Timo Sirainen
-
wiki kaha