On Sep 30, 2010, at 8:16 AM, Cimoni Enwis Ogwujiakwu wrote:

> Hello,
> I have setup a postfix server for scanning mails for spam relayed through it 
> and I have redirected all port 25 traffic through it from my firewall but 
> when I try sending mails through
> telnet for example smtp.gmail.com 25
>  I still get through without seeing any transcation on the postfix server and 
> no scanning by the spam assassin.
> What I am getting wrong here.
>  
> 

postconf -n 

SA doesn't run on port 25 usually. in main.cf you should have a content_filter 
statement. 

eg;
content_filter = smtp-amavis:[127.0.0.1]:10024

Reply via email to