        ....
|
Guardian Digital Inc. >
InfoCenter >
Mailing List Archives >
Amavis
Amavis Mailing List Archive
> Hi There, Would anyone know why this is happening? I have just put in
> a new filewall and in doing so, chucked the mail server in its own DMZ
> therefore changing the IP address of the server itself... After that,
> amavis gives me this message in the postfix mail.log (amavis-new is
> running!)
>
> Dec 30 13:58:43 mx2 postfix/lmtp[10515]: D4F211E52EE:
> to=<postmaster@xxxxxxx.co.nz>, relay=127.0.0.1[127.0.0.1], delay=2,
> status=deferred (
> host 127.0.0.1[127.0.0.1] said: 450 4.4.1 Can't connect to 127.0.0.1
> port 10025, Bad file descriptor at /usr/sbin/amavisd-new line 2912, <GEN
> 11> line 365., id=10319-01-9 (in reply to end of DATA command))
>
You probably forget to allow trafic from/to interface lo
${IPTABLES} -A INPUT -i lo -j ACCEPT
also check if postfix listens on 10025
netstat -an|grep 10025
Regards
Marcin Lemański
-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
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/
|