Jordi,

> If from another machine I perform a ping test, i get response from both
> the "high-available" ip address and the amavis main ip. However, if I
> perform a telnet test to the high-available ip, i get this message:
> telnet: Unable to connect to remote host: Connection refused

> 13:00:09.455528 IP 192.168.1.211.40183 > 192.168.1.243.10024: S
> 512299019:512299019(0) win 5840 <mss 1460,sackOK,timestamp 345815
> 0,nop,wscale 7>
> 13:00:09.455560 IP 192.168.1.243.10024 > 192.168.1.211.40183: R 0:0(0)
> ack 512299020 win 0

> Is there something I have to consider in order to have a system like this?

Perhaps you have amavisd configured to bind to a single interface
(maybe even to a loopback interface only), which does not include
the interface where the ha IP address is.

To lift a restriction:
  $inet_socket_bind = undef;

Check also that @inet_acl includes the 192.168.1.211
(or its entire network, e.g. 192.168.1.0/24).

  Mark


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
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/

Reply via email to