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.
_______________________________________________
Visit http://www.mimedefang.org and http://www.canit.ca
MIMEDefang mailing list
[EMAIL PROTECTED]
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

Reply via email to