451 4.3.0 Error: queue file write error
Benny Pedersen
me at junc.eu
Sat Jun 18 17:14:24 CEST 2016
On 2016-06-18 11:53, Lorenzo Milesi wrote:
>> check that MTA is accepting mails from amavisd on the reinjecting
>> ip:port hint :)
>
> # telnet localhost 10027
> Trying ::1...
note here ipv6 works :)
> telnet: connect to address ::1: Connection refused
> Trying 127.0.0.1...
mta do not listen on that port 10027
> Connected to localhost.
> Escape character is '^]'.
> 220 ganesha.maxxer.it ESMTP Postfix
failback to ipv4 ?
>> possible MTA does not listen on ipv6 ?
>
> indeed it is, but where is it trying to connect to ipv6?
Jun 17 19:06:01 ganesha.ispconfig.it /usr/sbin/amavisd[20815]:
(20815-01) Blocked MTA-BLOCKED {TempFailedOutbound}, ORIGINATING/MYNETS
LOCAL [::1]:50570 <lorenzo at senderdomain.it> ->
<giovanni at recipientdomain.it>, Queue-ID: DC9E9C1A309F, Message-ID:
<20160617075136.DC9E9C1A309F at ganesha.ispconfig.it>, mail_id:
6bWSglL4uemm, Hits: 1.974, size: 331, 837 ms
note [::1]:50570 did mta listen there ?
> anyway I
> tried addding a ::1 row in master.cf and it doesn't work anyway, very
> same error
in amavisd.conf
$notify_method = 'smtp:*:*';
$forward_method = 'smtp:*:*'; # set to undef with milter!
no ip, no port, fail
is it not more
$notify_method = 'smtp:127.0.0.1:10027';
$forward_method = 'smtp:127.0.0.1:10027'; # set to undef with milter!
note i do not use amavisd
so i might be at fail
More information about the amavis-users
mailing list