Mailscanner restarting all the time...

Patrick Vogt p.vogt at FIRESTARTER.CH
Wed Sep 1 23:08:16 IST 2004


Hello!


I own a RAQ550 and decided to install Mailscanner with f-prot and Spamassissin.

I've followed the how-to at http://www.qitc.net/support/mailscanner/
and the installation went fine.

I can start mailscanner, no problems. But when the first mail arrives:

MailScanner[7107]: MailScanner E-Mail Virus Scanner version 4.33.1 starting...
MailScanner[7056]: New Batch: Scanning 1 messages, 1083 bytes
MailScanner[7056]: MCP Checks: Starting
MailScanner[7056]: Spam Checks: Starting
MailScanner[7107]: Using locktype = flock
MailScanner[7107]: New Batch: Scanning 1 messages, 1083 bytes
MailScanner[7107]: MCP Checks: Starting
MailScanner[7107]: Spam Checks: Starting
MailScanner[7083]: New Batch: Scanning 1 messages, 1083 bytes
MailScanner[7083]: MCP Checks: Starting
MailScanner[7083]: Spam Checks: Starting
MailScanner[7081]: New Batch: Scanning 1 messages, 1083 bytes
MailScanner[7081]: MCP Checks: Starting
MailScanner[7081]: Spam Checks: Starting
and so on...

ps aux shows MailScanner <defunct>

If I set 'Virus Scanning = no', all messages are delivered w/o any problems
and no restarting is seen (So, sendmail should be ok)

If I set 'Virus Scanning = yes' and 'Virus Scanners = none' and 'Spam Checks
= no' the problem arrives.

With this setting, the problem must be just Mailscanner (f-prot and
SpamAssasin are disabled, or not?).

If I start with
'debug = yes'
'Virus Scanners = 'f-prot'
'Spam Checks = yes'
and do a check_mailscanner, nothing really helpful is printed:

Starting MailScanner...
In Debugging mode, not forking...
debug: Score set 0 chosen.
debug: running in taint mode? no
SA bayes lock is /root/.spamassassin/bayes.lock
Bayes lock is at /root/.spamassassin/bayes.lock
debug: ignore: test message to precompile patterns and load modules
debug: using "/usr/share/spamassassin" for default rules dir
debug: using "/etc/mail/spamassassin" for site rules dir
debug: using "/etc/MailScanner/spam.assassin.prefs.conf" for user prefs file
debug: bayes: 7940 tie-ing to DB file R/O /root/.spamassassin/bayes_toks
debug: bayes: 7940 tie-ing to DB file R/O /root/.spamassassin/bayes_seen
debug: bayes: found bayes db version 2
debug: bayes: Not available for scanning, only 0 spam(s) in Bayes DB < 200
debug: bayes: 7940 untie-ing
debug: bayes: 7940 untie-ing db_toks
debug: bayes: 7940 untie-ing db_seen
debug: Score set 1 chosen.
debug: Initialising learner
debug: bayes: 7940 tie-ing to DB file R/O /root/.spamassassin/bayes_toks
debug: bayes: 7940 tie-ing to DB file R/O /root/.spamassassin/bayes_seen
debug: bayes: found bayes db version 2
debug: bayes: Not available for scanning, only 0 spam(s) in Bayes DB < 200
debug: bayes: 7940 untie-ing
debug: bayes: 7940 untie-ing db_toks
debug: bayes: 7940 untie-ing db_seen
debug: is Net::DNS::Resolver available? yes
debug: trying (3) w3.org...
debug: looking up MX for 'w3.org'
debug: MX for 'w3.org' exists? 1
debug: MX lookup of w3.org succeeded => Dns available (set dns_available to
hardcode)
debug: is DNS available? 1
debug: all '*From' addrs: ignore at compiling.spamassassin.taint.org
debug: running header regexp tests; score so far=0
debug: running body-text per-line regexp tests; score so far=1.27
debug: Razor2 is not available
debug: running raw-body-text per-line regexp tests; score so far=1.27
debug: running uri tests; score so far=1.27
debug: uri tests: Done uriRE
debug: running full-text regexp tests; score so far=1.27
debug: Razor2 is not available
debug: DCCifd is not available: no r/w dccifd socket found.
debug: DCC is not available: no executable dccproc found.
debug: Current PATH is: /sbin:/bin:/usr/sbin:/usr/bin
debug: Pyzor is not available: pyzor not found
debug: all '*To' addrs:
debug: RBL: success for 1 of 1 queries
debug: running meta tests; score so far=1.27
debug: is spam? score=1.27 required=5 tests=DATE_MISSING,NO_REAL_NAME
debug: bayes: 7942 tie-ing to DB file R/O /root/.spamassassin/bayes_toks
debug: bayes: 7942 tie-ing to DB file R/O /root/.spamassassin/bayes_seen
debug: bayes: found bayes db version 2
debug: bayes: Not available for scanning, only 0 spam(s) in Bayes DB < 200
debug: bayes: 7942 untie-ing
debug: bayes: 7942 untie-ing db_toks
debug: bayes: 7942 untie-ing db_seen
debug: received-header: parsed as [ ip=xxx rdns=xxx helo=xxxx by=xxxx ident= ]
debug: received-header: 'by' xxx has public IP xxx
debug: received-header: relay xxxx trusted? no
debug: is Net::DNS::Resolver available? yes
debug: all '*From' addrs: xxxxx
debug: running header regexp tests; score so far=0
debug: running body-text per-line regexp tests; score so far=0
debug: Razor2 is not available
debug: running raw-body-text per-line regexp tests; score so far=3.527
debug: running uri tests; score so far=3.527
debug: uri tests: Done uriRE
debug: running full-text regexp tests; score so far=3.527
debug: Razor2 is not available
debug: DCCifd is not available: no r/w dccifd socket found.
debug: DCC is not available: no executable dccproc found.
debug: Pyzor is not available: pyzor not found
debug: all '*To' addrs: xxx
debug: forged-HELO: from=xx helo=xxx by=xxx
debug: DNS MX records found: 2
debug: RBL: success for 8 of 8 queries
debug: running meta tests; score so far=3.527
debug: auto-learn? ham=0.1, spam=12, body-hits=3.527, head-hits=0
debug: auto-learn: currently using scoreset 1.  no need to recompute.
debug: auto-learn? no: inside auto-learn thresholds
debug: is spam? score=3.527 required=5 tests=TRACKER_ID

I've read through MAQs and FAQs and the Archive, but nothing could help
me... I'm I too stupid?

Thanks for your help!
Patrick

------------------------ MailScanner list ------------------------
To unsubscribe, email jiscmail at jiscmail.ac.uk with the words:
'leave mailscanner' in the body of the email.
Before posting, read the MAQ (http://www.mailscanner.biz/maq/) and
the archives (http://www.jiscmail.ac.uk/lists/mailscanner.html).



More information about the MailScanner mailing list