Displaying 1 result from an estimated 1 matches for "jlfs5a609cdsn4wh".
2020 Nov 16
1
last-login Plugin
...working but other informations are written only the first
time. Any update is ignored but last_login time.
Debugging MySQL, I notice that dovecot is using this query:
INSERT INTO last_login (last_login,userid,rip,protocol,session) VALUES
(1605350938,'xxxx',x.x.x.x','imap','jLFs5A609cdSN4Wh') ON DUPLICATE KEY
UPDATE last_login=1605350938
How can I modify the configuration?
conf.d/95-last_login.conf:
dict {
??? lastlogin = mysql:/etc/dovecot/dovecot-last-login.conf.ext
}
plugin {
??? last_login_dict = proxy::lastlogin
??? last_login_key = last-login/%u/%r/%s/%{session}
}
prot...