From: "Alberto Iovino" <[EMAIL PROTECTED]>

Hi

I had this error running spamd:

# /usr/local/spamassassin/bin/spamd start
[16517] warn: unix dgram connect: Socket operation on non-socket at /usr/local/lib/perl5/site_perl/5.8.5/Mail/SpamAssassin/Logger/Syslog.pm line 79

...

Perl -T PROCESS-PATH --syslog-socket=inet -d

I've perl 5.8.5 installed on a Solaris 9 machine and I have installed Mail-SpamAssassin-3.1.3. The required version of perl for Mail-SpamAssassin-3.1.3 is 5.6.0 but I have an advanced one so it should work.
When I make start spamd with

perl -T /usr/local/bin/spamd --syslog-socket=inet -d

<< This is not generally regarded as a correct way to run spamd.

the process start correctly but if I do the same with spamc

perl -T /usr/local/bin/spamc --syslog-socket=inet -d

I get the following error

Unrecognized character \x7F at /usr/local/bin/spamc line 1

Can you explain me why?

<< I can. Can you read it if I do? You've been answered at least once
<< already. You CANNOT run spamc, a binary program, using perl.

{^_^}

Reply via email to