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 at 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?
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. -------------- next part -------------- A non-text attachment was scrubbed... Name: PGP.sig Type: application/pgp-signature Size: 186 bytes Desc: This is a digitally signed message part URL: <http://dovecot.org/pipermail/dovecot/attachments/20050130/126b5848/attachment-0001.bin>
Timo Sirainen 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. johannes