Eduardo Júnior a écrit :
> Hi,
> 
> 
> I have set my Amavis in a independent machine, separate of postfix.
> But when my Amavis is reinjecting the message to postfix, it does a
> tcp connection to port 10025 (my config)
> And, i'm using smtpd_helo_required = yes, and then my Amavis must
> provide its HELO/EHLO
> 
> But per default, i think, Amavis does helo with localhost and this is going 
> on.
> What I need modify in my config to change greeting of the Amavis?
> That because my Postfix reject messages of clients with HELO/EHLO
> localhost or its addresss IP.
> 

you should disable spam checks after the filter. there is no point
rechecking mail.

127.0.0.1:10025 ..... smtpd
        ...
        -o mynetworks=127.0.0.1
        -o smtpd_client_restrictions=
        -o smtpd_helo_restrictions=
        -o smtpd_sender_restrictions=
        -o smtpd_reipient_restrictions=permit_mynetworks,reject
        ...


------------------------------------------------------------------------------
Are you an open source citizen? Join us for the Open Source Bridge conference!
Portland, OR, June 17-19. Two days of sessions, one day of unconference: $250.
Need another reason to go? 24-hour hacker lounge. Register today!
http://ad.doubleclick.net/clk;215844324;13503038;v?http://opensourcebridge.org
_______________________________________________
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net 
https://lists.sourceforge.net/lists/listinfo/amavis-user 
 AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 
 AMaViS-HowTos:http://www.amavis.org/howto/ 

Reply via email to