J.M.Roth writes:
> Hi there,
> is there a possibility to log who accessed webmail and when?
> So that f.e. it would appear alongside the other entries (generated via
> POP3d) in /var/log/maillog or similar
>
> Thanks
>
> jmr
>
You could try modifying authdaemond a little. Is it really worth the effort?
Sqwebmail is a short-running CGI binary. Every click means checking if a
user is valid. I guess you would have to track initial passworded logins
before soft timeouts. You webserver's log also carries an entry for every
submit to sqwebmail, you could parse access log to generate very possibly
unreliable login counts.
--
Dan