[Dovecot] verbose pop3 logging
Hi Im new to dovecot and am looking for some options in the /etc/dovecot.conf to make dovecot a bit more verbose in terms pop3 usage, What ip a user is coming from? How many mails the user downloaded? Timing? Errors occurred while downloading mail?? Is this all possible with dovecot?
On Tue, 2005-07-12 at 15:24 +0200, Ilo Lorusso wrote:
Hi Im new to dovecot and am looking for some options in the /etc/dovecot.conf to make dovecot a bit more verbose in terms pop3 usage,
What ip a user is coming from?
auth_verbose = yes should show that.
How many mails the user downloaded?
Latest 1.0-test releases support reporting this.
Timing?
What does this mean? If you just want login+logout lines, then 1.0-test writes it.
Errors occurred while downloading mail??
Dovecot's internal errors are logged, and I think with 1.0-tests it also logs the reason why connection was closed. Is something else needed?
Timo Sirainen wrote:
On Tue, 2005-07-12 at 15:24 +0200, Ilo Lorusso wrote:
Hi Im new to dovecot and am looking for some options in the /etc/dovecot.conf to make dovecot a bit more verbose in terms pop3 usage,
What ip a user is coming from?
auth_verbose = yes should show that.
How many mails the user downloaded?
Latest 1.0-test releases support reporting this.
It is safe to install the 1.0-test release on production servers? I know it is a test release, but it seems that people are using it.
I too need this log of what action the user have taken. Like readed or deleted emails. Something like uw-imap. Its for basic accounting needs.
Thanks Oliver
-- Oliver Schulze L. oliver@samera.com.py
participants (3)
-
Ilo Lorusso
-
Oliver Schulze L.
-
Timo Sirainen