[TriLUG] RH /etc/xinetd.d/pop3s
Jon Carnes
jonc at nc.rr.com
Thu Apr 17 11:36:42 EDT 2003
do a man on xinetd.conf. It has all these values explained:
PID logs the server process id (if the service
is implemented by xinetd without forking
another process the logged process id will
be 0)
HOST logs the remote host address
USERID logs the user id of the remote user using
the RFC 1413 identification protocol.
This option is available only for multi-
threaded stream services.
EXIT logs the fact that a server exited along
with the exit status or the termination
signal (the process id is also logged if
the PID option is used)
DURATION logs the duration of a service session
Jon
On Thu, 2003-04-17 at 10:53, Turnpike Man wrote:
> I've got a 7.2 and 7.3 system and they have different default values in
> /etc/xinetd.d/pop3s. I'm about to allow pop3s connections on the 7.2 system.
> The 7.3 system is currently already working and has this pop3s:
>
> service pop3s
> {
> socket_type = stream
> wait = no
> user = root
> server = /usr/sbin/ipop3d
> log_on_success += HOST DURATION
> log_on_failure += HOST
> disable = no
> }
>
> Yet, the 7.2 system has this pop3s:
>
> service pop3s
> {
> socket_type = stream
> wait = no
> user = root
> server = /usr/sbin/ipop3d
> log_on_success += USERID
> log_on_failure += USERID
> disable = yes
> }
>
> What's the difference in the values of "log_on_success" and "log_on_failure" ??
>
> Thanks!
> David M.
>
> ~~"Life is but a dream and we are the imagination of ourselves."~~
>
> __________________________________________________
> Do you Yahoo!?
> The New Yahoo! Search - Faster. Easier. Bingo
> http://search.yahoo.com
> _______________________________________________
> TriLUG mailing list
> http://www.trilug.org/mailman/listinfo/trilug
> TriLUG Organizational FAQ:
> http://www.trilug.org/faq/TriLUG-faq.html
More information about the TriLUG
mailing list