[Mimedefang] syslogd can't be running with -t option?

David F. Skoll dfs at roaringpenguin.com
Tue Feb 3 16:10:09 EST 2004


On Tue, 3 Feb 2004, Mike Van Pelt wrote:

> use Unix::Syslog qw(:macros :subs); $Features{"Unix::Syslog"} = 1;

OK; I've duplicated the problem.  It seems that Unix::Syslog requires
the syslog daemon to listen on a UDP or TCP port.

In other words, you can't use the -t option.  If you're concerned about
security, you need to use firewall rules to ensure that only the localhost
can send to the syslog daemon.  On Solaris, it appears there's no way to tell
syslogd to bind its listening socket to the loopback address.

Regards,

David.



More information about the MIMEDefang mailing list