Hi,

I setup my mail server with two instance of postfix to listen on port 25 for
incomming mail, and port 11234 for outgoing mail. Only mail coming through
port 25 are filtered by SA. But now I have too many spam from my server,
they have bot to auto connect to our server and sending mail to me.

I want SA to auto delete mail from my domain test.com. So I just write a new
rule:

header LOCAL_DEMONSTRATION_FROM From =~ /test\.com/i
score LOCAL_DEMONSTRATION_FROM 100

I marked it 100 point and intend to get SA auto delete them but I just get
the instruction to auto delete by using procmail. I integrated SA to postfix
by adding:

smtp inet n - n - - smtpd -o content_filter=spamassassin

to /etc/postfix/main.cf. How could I setup for auto deleting in this case?
(SA's running normally and detect spam well)

Or any solution for this?

Thanks for your help.

Reply via email to