|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
Re: "Blocked MTA-BLOCKED", fwd-connect error with amavisd<->postfix
From: mouss (mouss
netoyen.net)
Date: Sat Jan 19 2008 - 10:38:06 CST
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Oskar Eyb wrote:
> here it is:
>
> https://chuck.ath.cx/amavisd.conf.txt
fix these:
$forward_method = 'smtp:[[172.16.0.2]]:10026'; # where to forward
checked mail
$notify_method = 'smtp:[[172.16.0.2]]:10026'; # where to submit
notifications
change to
$forward_method = 'smtp:[127.0.0.1]:10025'; # where to forward checked mail
$notify_method = 'smtp:[127.0.0.1]:10025'; # where to submit notifications
if you want another IP, you must configure postfix to listen on. yours
is listening on 127.0.0.1:10025 according to your previously posted
master.cf.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]