[Dovecot] dovecot last logged in via sql
5 Jul
2010
5 Jul
'10
10:46 a.m.
hello, i am currently matching users via sql database with:
password_query = SELECT clear as password FROM users,domains WHERE
users.username = '%u'
AND users.enabled = '1' AND (users.type='local' OR users.type='piped')
and domains.enabled='1'
and domains.domain_id = users.domain_id
user_query = SELECT pop as home, uid, gid FROM users WHERE username = '%u'
is there any way i can also insert into database when users successfully logged in?
thanks!
5 Jul
5 Jul
1:04 p.m.
On Mon, 2010-07-05 at 11:46 +0300, Daniel Petre wrote:
is there any way i can also insert into database when users successfully logged in?
5253
Age (days ago)
5253
Last active (days ago)
1 comments
2 participants
participants (2)
-
Daniel Petre
-
Timo Sirainen