Operating System - HP-UX
1834391 Members
1924 Online
110066 Solutions
New Discussion

Re: logging for TCP Wrapper

 
Crystal_1
Frequent Advisor

logging for TCP Wrapper

Hi, guys,

This really bugs me....

I installed TCP Wrapper on my hpux 11.0 machine. However, I cannot figure out how to set up the log properly. As you know, all mail systems are not running on the system. In the mean time, TCP Wrapper uses LOG_MAIL by default. If no mail system running, how can I log the logs?

Anyone has experience?

Thanks,

Crystal
2 REPLIES 2
Jordan Bean
Honored Contributor

Re: logging for TCP Wrapper


"LOG_MAIL" most likely refers to one of syslog's several logging facilities like LOG_KERN, LOG_DAEMON, LOG_AUTH, etc. You will probably find the information in /var/adm/syslog/mail.log, but check /etc/syslog.conf in case it has been redirected.

Crystal_1
Frequent Advisor

Re: logging for TCP Wrapper

I found out the problem and fixed it already! It is all about /etc/syslog.conf....