Hi to the spamassassin group,
I still have not been able to get spam assassin running on my machine.
I suggest that you try a dual qmail installation w/ amavisd-new as the glue...
Installed qmail in
/var/qmail_in /var/qmail_out
/var/qmail_in will listen on port 25 and have /var/qmail/control/smtproutes setup to forward all mail to 127.0.0.1:10024. qmail_in will recieve mail and pass it. Thats it. You can configure it to do other things later on if needed but thats need be required to work.
Installed amavisd-new and set it up to listen on 127.0.0.1:10024. amavisd-new can call spamassassin, a hole host of anti-virus programs, and its really configurable..
Once amavisd-new has recieved and sanitized mail have it pass mail to localhost:10025 where qmail_out will be listening on.. qmail_out will handle delivery or pass mail on to a final mail store somewhere else, via smtproutes or just regular delivery.
This may seem like overkill but is well worth it. Dual smtp server setups are common this way.. They also work will any mta as mail is passed mta->amavisd-new->mta via sockets. This passing will show up in the headers.
You can side step the process by having just 1 instance of qmail - listening on localhost:10025 and have amavisd-new be a mta(listening on port 25) but your loose alot of features and robustness that way.
------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _______________________________________________ Spamassassin-talk mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/spamassassin-talk