<HTML>
<HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META content="Open WebMail 2.10 20030720" name=GENERATOR>
</HEAD>
<BODY bgColor=#ffffff>

<p><font size="2">&gt; The commands  are... 
<br />&gt; 
<br />&gt; spamassassin -D --lint </font></p>

<p><font size="2">I got no errors here.</font></p>

<p><font size="2">&gt; spamassassin -D --lint 
<br />&gt; --config-file=/etc/MailScanner/spam.assassin.prefs.conf </font></p>

<p><font size="2">This one ran REAL fast and here's what got:</font></p>

<p><font size="2">debug: Score set 0 chosen.
<br />debug: running in taint mode? no
<br />debug: ignore: using a test message to lint rules
<br />debug: using &quot;/etc/MailScanner/spam.assassin.prefs.conf&quot; for default rules dir
<br />debug: using &quot;/etc/mail/spamassassin&quot; for site rules dir
<br />debug: using &quot;/root/.spamassassin&quot; for user state dir
<br />debug: using &quot;/root/.spamassassin/user_prefs&quot; for user prefs file
<br />debug: using &quot;/root/.spamassassin&quot; for user state dir
<br />debug: bayes: 13662 tie-ing to DB file R/O /root/.spamassassin/bayes_toks
<br />debug: bayes: 13662 tie-ing to DB file R/O /root/.spamassassin/bayes_seen
<br />debug: bayes: found bayes db version 0
<br />debug: bayes: Not available for scanning, only 1 spam(s) in Bayes DB &lt; 200
<br />debug: bayes: 13662 untie-ing
<br />debug: bayes: 13662 untie-ing db_toks
<br />debug: bayes: 13662 untie-ing db_seen
<br />debug: Score set 1 chosen.
<br />debug: Initialising learner
<br />debug: using &quot;/root/.spamassassin&quot; for user state dir
<br />debug: bayes: 13662 tie-ing to DB file R/O /root/.spamassassin/bayes_toks
<br />debug: bayes: 13662 tie-ing to DB file R/O /root/.spamassassin/bayes_seen
<br />debug: bayes: found bayes db version 0
<br />debug: bayes: Not available for scanning, only 1 spam(s) in Bayes DB &lt; 200
<br />debug: bayes: 13662 untie-ing
<br />debug: bayes: 13662 untie-ing db_toks
<br />debug: bayes: 13662 untie-ing db_seen
<br />debug: running header regexp tests; score so far=0
<br />debug: running body-text per-line regexp tests; score so far=0
<br />debug: running raw-body-text per-line regexp tests; score so far=0
<br />debug: running uri tests; score so far=0
<br />debug: uri tests: Done uriRE
<br />debug: running full-text regexp tests; score so far=0
<br />debug: running meta tests; score so far=0
<br />debug: is spam? score=0 required=5 tests=</font></p>

<p><font size="2">&gt; Possibly, the whole line would have been nice!</font></p>

<p><font size="2">  Here's the whole line:</font></p>

<p><font size="2">Sep  6 17:30:45 home sm-msp-queue[11614]: h85D9arc008082: to=postmaster, delay=1+08:20:30, xdelay=00:00:00, mailer=relay, pri=15064715, relay=[127.0.0.1], dsn=4.0.0, stat=Deferred: Connection refused by [127.0.0.1]</font></p>

<p><font size="2">&gt; Presumably this is being 
<br />&gt; logged by a sendmail process?  possibly a sign that sendmail isn't 
<br />&gt; listening on the loopback interface.  You can find out by doing... 
<br />&gt; IIRC RedHat's sendmail by default listens only on 127.0.0.1, maybe 
<br />&gt; someone has changed this to an IP of an external interface? </font></p>

<p><font size="2">But you are right and this confuses me. If I set up sendmail options with:</font></p>

<p><font size="2">  Port=smtp,Addr=127.0.0.1, Name=MTA</font></p>

<p><font size="2">then I don't get any incoming mail. However if I set it up with the public IP it works fine. Is that how it's supposed to work?</font></p>

</BODY>
</HTML>