|
List Info
Thread: any trouble with ultramonkey and amavis?
|
|
| any trouble with ultramonkey and
amavis? |
  Spain |
2008-01-21 07:07:58 |
Hi.
I would like to know if there is something reported about
ultramonkey
and amavisd-new.
The thing is I managed to set up all the options I wanna to
include in
my filtering system and now I want to go on to build a
high-available
filtering system.
I've been using ultramonkey for quite a long time now I
would prefer it
if I could keep using it.
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
*****
The thing is that a tcpdump process which is running from
the amavis
server says this:
********
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
********
192.168.1.211 is the main ip of the server performing the
telnet and
192.168.1.243 is the ip from which i get the
high-availability.
So, actually... amavis is sending some data back.
Is there something I have to consider in order to have a
system like this?
------------------------------------------------------------
-------------
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/
a>
_______________________________________________
AMaViS-user mailing list
AMaViS-user lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amav
is.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/ho
wto/
|
|
| Re: any trouble with ultramonkey and
amavis? |
  Slovenia |
2008-01-21 07:47:28 |
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/
a>
_______________________________________________
AMaViS-user mailing list
AMaViS-user lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amav
is.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/ho
wto/
|
|
| Re: |
  Spain |
2008-01-21 09:07:38 |
Hi Mark,
That's it. That was my new silly missconfiguration :( . In
order for the
ultramonkey to work properly you have to tell amavis to
listen to any
interface, cause it sends the data back through the loopback
interface.
Thank you.
En/na Mark Martinec ha escrit:
> 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/
a>
> _______________________________________________
> AMaViS-user mailing list
> AMaViS-user lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/amavis-user
> AMaViS-FAQ:http://www.amav
is.org/amavis-faq.php3
> AMaViS-HowTos:http://www.amavis.org/ho
wto/
>
------------------------------------------------------------
-------------
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/
a>
_______________________________________________
AMaViS-user mailing list
AMaViS-user lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amav
is.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/ho
wto/
|
|
[1-3]
|
|
|
about | contact Other archives ( Real Estate discussion Medical topics )
|