[tpop3d-discuss] timestamp ?

Ian Riddler ian at griffler.co.nz
Tue, 9 Dec 2003 18:21:21 +1300


I'd like to record a timestamp whenever people check their email.

I'm using auth-mysql

In the onlogin query below, the last_ip works, and the last_check does
not...

auth-mysql-onlogin-query: update postfix_users set
last_check='$(timestamp)', last_ip = '$(clienthost)' \
                          WHERE email = CONCAT('$(local_part)','@',
'$(domain)')

Can anyone help?

Regards,
Ian Riddler