View previous topic :: View next topic |
Author |
Message |
pmatos Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
Joined: 06 Jun 2003 Posts: 1246 Location: Eckental, Germany
|
Posted: Mon Aug 16, 2004 10:05 pm Post subject: qmail-scanner bug with spamassassin 2.64? |
|
|
Hi all,
I've emerged spamassassin 2.64 and then qmail-scanner 1.16-r2 and then I get during qmail config the followin:
Code: | Something like the SpamAssassin spamc is present, but not working
(didn't include a "X-Spam-Status" line in output) - ignoring... |
And then spamc info is not showing up in qmail-scanner script.
Any ideas on how to solve this?
Cheers, _________________ Paulo Matos |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Utoxin Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/13197540244c9107e4aeb9d.jpg)
Joined: 19 Apr 2002 Posts: 413 Location: American Fork, UT
|
Posted: Mon Aug 16, 2004 10:09 pm Post subject: |
|
|
Post the contents of your /etc/conf.d/spamd and /etc/mail/spamassassin/local.cf files. _________________ Gentoo:
1. A small fast penguin from Antarctica.
2. A small fast penguin on your computer.
Cool. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
pmatos Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
Joined: 06 Jun 2003 Posts: 1246 Location: Eckental, Germany
|
Posted: Tue Aug 17, 2004 9:13 am Post subject: |
|
|
Utoxin wrote: | Post the contents of your /etc/conf.d/spamd and /etc/mail/spamassassin/local.cf files. |
Sorry, my error. spamd was not running while installing qmail-scanner. _________________ Paulo Matos |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
sutko n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
![](images/avatars/504568899420074f8227ec.jpg)
Joined: 21 Aug 2004 Posts: 2
|
Posted: Tue Aug 31, 2004 6:56 pm Post subject: |
|
|
I have the same problem, but my spamd is running.
my spamd contains only:
SPAMD_OPTS="-d -u vpopmail -v -x -D -a -m5 -C /etc/mail/spamassassin/local.cf"
and local.cf:
required_hits 5.0
rewrite_subject 1
subject_tag *****SPAM*****
report_safe 1
report_header 1
use_bayes 1
auto_learn 1
skip_rbl_checks 0
use_razor2 1
use_dcc 1
use_pyzor 1
ok_languages all
ok_locales all |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
AlienDaycare n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 01 Oct 2003 Posts: 8
|
Posted: Wed Sep 01, 2004 9:27 pm Post subject: |
|
|
For one, your -C flag should be followed by the *path* to your config files, not the file itself. (According to the smapd manpage anyway.)
What errors are you seeing? Is debug turned on?
Let's see some qmail-queue.log file from /var/spool/qmailscan.
Also, I think spamd is daemonized by it's invocation in /etc/init.d/spamd already, so your -d flag is redundant at the least. Not sure about that though.
Incidentally, the default flags after emerging spamassassin is '-a -c' which is stupid IMO.
- AlienDaycare
No, I ain't your daddy. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|