Hello,
I am trying to integrate amavisd, clamav, spamassassin with scalix. Here is my
environment:
FC5 + Scaix 11.1.0 + amavisd-milter 1.3.1 + amavisd 2.4.4.1-1.fc5 +
spamassassin 3.1.9-1.fc5 + clamd 0.92-1.fc5 + sendmail-cf / sendmail 8.13.8-1.fc5
I just follow below wiki guideline for setting:
http://www.scalix.com/wiki/index.php?ti ... -New_HOWTO
After installed all components and then restart all services, I cannot receive any email
from outside, so I stop all services except sendmail and scalix for testing, but the
results were same. So I comment SMTPFILTER=TRUE in smtpd.cfg and then start up
all services again that can receive email, I think this is the problem caused cannot receive any email.
Here is smtpd.cfg where I added SMTPFILTER=TRUE location.
EXTENSIONS=AUTH,DSN,8BITMIME
#SMTPFILTER=TRUE
# Uncomment the following lines to enable the Submission and LMTP listeners
#SUBMIT=ON
#LMTP=ON
P.S Since I followed this wiki guideline in Centos 5 that was successfully, is there had
bugs in FC5 ?
Thx