I am using the following to help keep the spam down and it has been working great on my own server.
FEATURE(`access_db', `hash -T<TMPF> -o /etc/access')dnl
FEATURE(`dnsbl', `sbl-xbl.spamhaus.org', `"571 ACCESS DENIED to <"$&f"> thru "$&{client_name}" by /spamhaus/ ;Please see
The problem is that I have my company e-mail address forwarded/relayed to my mail server and it doesn’t block any spam.
Is there a way I can apply the same blocking to messages that are relayed to me from my corporate mail server without blocking that mail server all together?
FEATURE(`access_db', `hash -T<TMPF> -o /etc/access')dnl
FEATURE(`dnsbl', `sbl-xbl.spamhaus.org', `"571 ACCESS DENIED to <"$&f"> thru "$&{client_name}" by /spamhaus/ ;Please see
The problem is that I have my company e-mail address forwarded/relayed to my mail server and it doesn’t block any spam.
Is there a way I can apply the same blocking to messages that are relayed to me from my corporate mail server without blocking that mail server all together?