----- Mensagem de Bob Jones <[email protected]> ---------
   Data: Thu, 4 Dec 2014 22:25:46 -0800
     De: Bob Jones <[email protected]>
Assunto: Re: amavisd failing to connect to ::1
   Para: [email protected]


There is no reference to localhost in the amavisd.conf.

There is one line that uses localhost, but that line is commented.

@mynetworks had a reference to ::1 but removing that and doing a "service amavisd restart" did not seem to change this behavior either. There were few other ipv6 addressed in @mynetworks and removing those did not help either.

If there is no ::1 in your configuration and amavis is trying to use it, it is using a default configuration since you use IPv6 in your system. Try configuring variables that are not in your configuration file, like:

@mynetworks = qw( 127.0.0.0/8 );
$inet_socket_bind = '127.0.0.1';
@inet_acl = qw( 127.0.0.1 );
$forward_method = 'smtp:[127.0.0.1]:10025'; # 10025 or whatever port number you use (10024?)
$requeue_method = 'smtp:[127.0.0.1]:25';
$notify_method = 'smtp:[127.0.0.1]:10025'; # 10025 or whatever port number you use (10024?)

How it looks your MTA configuration to use amavis?

Mauricio


--------------------------------------------
On Tue, 12/2/14, Noel Jones <[email protected]> wrote:

 Subject: Re: amavisd failing to connect to ::1
 To: [email protected]
 Date: Tuesday, December 2, 2014, 10:11 PM

 Find everywhere you have
 configured "localhost" in your amavisd
 config.  Replace "localhost" with
 "127.0.0.1".


----- Final da mensagem de Bob Jones <[email protected]> -----




Maurício José T. Tecles
Núcleo de Informática
Instituto de Biofísica Carlos Chagas Filho - UFRJ
[email protected]
Tel.: (21) 3938-6526 ou 3938-6544


--
This mail was scanned by BitDefender
For more information please visit http://www.bitdefender.com/frams/


Reply via email to