Eduardo, > 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 can change a value of a $localhost_name. Set it preferably to some fqdn, or at least to something that postfix won't mind: # $localhost_name is the name of THIS host running amavisd # (typically 'localhost'). It is used in HELO SMTP command # when reinjecting mail back to MTA via SMTP for final delivery, # and in inserted Received header field $localhost_name = 'localhost'; amavisd.conf: $localhost_name = 'yourhost.example.com'; Mark ------------------------------------------------------------------------------ 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/