Displaying 1 result from an estimated 1 matches for "timestamp_in_second".
2005 Dec 07
2
"pop before smtp" dovecot.conf
Bonjour a Tous,
I would like to generate (on the fly) a list "popbeforesmtp"
when dovecot POP/IMAP authentication succeed.
Intended Format will/should be such as:
'timestamp_in_second' user_id remote_ip
one user per line.
My guess we have all the needed information within dovecot
to make such list.
But I have seen no way to 'trick' dovecot (dovecot-1.0.alpha3)
to do it...
Could someone on the list able to give me some advices?
I know there is Perl script t...