[Mimedefang] Syslog, Solaris

David F. Skoll dfs at roaringpenguin.com
Tue Oct 15 08:45:01 EDT 2002


Hi,

I'm trying to make MIMEDefang and Syslog work better on Solaris.  Could
someone who has access to a Solaris machine on which setlogsock('unix')
fails please e-mail me the output of this Perl script:

#-----------------------------------------------
use Sys::Syslog qw(:DEFAULT setlogsock);
$a = setlogsock('unix');
if (defined($a)) {
    print "Result: $a\n";
} else {
    print "Undefined\n";
}
#-----------------------------------------------

(Please mail to me, not the list, if you can remember... :-))

I'm also looking at using Unix::Syslog if it's detected, but there are
issues because it uses constants which could cause compiler errors
if they're not defined.

Thanks,

David.




More information about the MIMEDefang mailing list