amavisd failing to connect to ::1
Mauricio Jose T. Tecles
mtecles at biof.ufrj.br
Fri Dec 5 14:40:29 CET 2014
----- Mensagem de Bob Jones <sckalleon at yahoo.com> ---------
Data: Thu, 4 Dec 2014 22:25:46 -0800
De: Bob Jones <sckalleon at yahoo.com>
Assunto: Re: amavisd failing to connect to ::1
Para: amavis-users at amavis.org
> 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 <njones at megan.vbhcs.org> wrote:
>
> Subject: Re: amavisd failing to connect to ::1
> To: amavis-users at amavis.org
> 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 <sckalleon at yahoo.com> -----
Maurício José T. Tecles
Núcleo de Informática
Instituto de Biofísica Carlos Chagas Filho - UFRJ
mtecles at biof.ufrj.br
Tel.: (21) 3938-6526 ou 3938-6544
--
This mail was scanned by BitDefender
For more information please visit http://www.bitdefender.com/frams/
More information about the amavis-users
mailing list