hi,

i have a question regarding ipop3 - the following is the usual setup of the pop3 or pop3s service in xinetd:

service pop3
{
        disable = no
        socket_type             = stream
        wait                    = no
        user                    = root
        server                  = /usr/sbin/ipop3d
        log_on_success          += HOST DURATION
        log_on_failure          += HOST
}

about the logging options, i see only HOST and DURATION. What other options are available? Say, if iwant to log the sender of an email downloaded by a user, the subject, and its size, plus other options.. What i also want to redirect the log to a separate logfile, apart from the usual maillog?

i cant seem to find any documentation about this anywhere..

thanks for any answers.

--
Regards,
Ernest
_______________________________________________
LUG mailing list
[email protected]
http://kym.net/mailman/listinfo/lug
%LUG is generously hosted by INFOCOM http://www.infocom.co.ug/

Reply via email to