Hi guys.  I am running SA3 via qmail-scanner.  I setup razor/pyzor/dcc as per the SA site guides.  I need to tell SA to use the shared config area for these, using:
 
-C /etc/mail/spamassassin
 
 
In my qmail-scanner-queue.pl file I have:
==========================================

# st: fast_spamassassin options=" -c -f " / verbose_spamassassion options=" -f "

# remember that the routine sa_alt ignore this options.

my $spamc_options=' -c ';

my $spamc_subject="*****SPAM*****"; # st: if fast_spamassassin mode is selected

my $spamassassin_binary='/usr/bin/spamassassin';

# st: If somebody is using spamassassin with unix socket...

my $spamc_socket='';

$spamc_binary.=" -U $spamc_socket" if ($spamc_socket ne "");

===========================================

I think I have to change my $spamc_options=' -c '; to $spamc_options=' -c -C /etc/mail/spamassassin', but I am not sure if the -c and -C are the same, maybe I should use $spamc_options=' -C /etc/mail/spamassassin'?

I realise this looks like a qmail-scanner question rather than spamassassin, but the real question is as to the case sensitivity of SA flags?  I have the local.cf setup correctly but I still get:

Oct 18 04:44:26 plesk spamd[17520]: connection from plesk.okulyillari.com [127.0.0.1] at port 59856

Oct 18 04:44:26 plesk spamd[17520]: handle_user: unable to find user '[EMAIL PROTECTED]'!

Oct 18 04:44:26 plesk spamd[17520]: checking message <[EMAIL PROTECTED]> for [EMAIL PROTECTED]:2520.

Oct 18 04:44:26 plesk spamd[17520]: Pyzor -> check failed: Can't fork at /usr/lib/perl5/vendor_perl/5.8.3/Mail/SpamAssassin/Util.pm line 1014.

Oct 18 04:44:26 plesk spamd[17520]: DCC -> check failed: Can't fork at /usr/lib/perl5/vendor_perl/5.8.3/Mail/SpamAssassin/Util.pm line 1014.

Oct 18 04:44:26 plesk spamd[17520]: clean message (-2.8/5.0) for [EMAIL PROTECTED]:2520 in 0.4 seconds, 6177 bytes.

Oct 18 04:44:26 plesk spamd[17520]: result: . -2 - ALL_TRUSTED,AWL scantime=0.4,size=6177,mid=<[EMAIL PROTECTED]>,autolearn=unavailable

Oct 18 04:44:27 plesk X-Qmail-Scanner-1.23st: [plesk.okulyillari.com109806386766013323] cannot call /usr/bin/reformime -x/var/spool/qmailscan/tmp/plesk.okulyillari.com109806386766013323/ - Cannot allocate memory

Oct 18 04:44:27 plesk X-Qmail-Scanner-1.23st: [plesk.okulyillari.com109806386666013312] Unable to open pipe to /var/qmail/bin/qmail-queue.orig [111] (#4.3.0) -

Oct 18 04:44:27 plesk X-Qmail-Scanner-1.23st: [plesk.okulyillari.com109806386666013312] Unable to close pipe to /var/qmail/bin/qmail-queue.orig [111] (#4.3.0) - Illegal seek

Oct 18 04:44:27 plesk X-Qmail-Scanner-1.23st: [plesk.okulyillari.com109806386566013302] Unable to open pipe to /var/qmail/bin/qmail-queue.orig [111] (#4.3.0) -

In my mail log.

 

Many Thanks,
 
Justin Fielding,
Intelliweb Ltd UK.
 
A mission statement is defined as "a long awkward sentence that demonstrates management's inability to think clearly." All good companies have one. - Scott Adams, The Dilbert Principle, 1996"
 
 

Reply via email to