The problem is corrected.
By default, spamd listen only in 127.0.0.1
The corrects options for my purpose are:
/usr/sbin/spamd -m 10 -i -A 172.19.3.1 -A 172.19.3.2 -A 127.0.0.1 -d
Where:
-A is used for permit connections from 3.1 and 3.2 (plus localhost)
and
-i make spamd listen on all their i
Paco Yepes <[EMAIL PROTECTED]> wrote on 05/18/2005
08:16:09 AM:
> I want to connect spamc in IP 172.19.3.1 to spamd in IP 172.19.2.1
>
> spamd is running in 2.1 with the following options:
>
> # ps -ef | grep spamd
> root 11192 1 0 14:20 ?
00:00:00 /usr/sbin/spamd -m 10 -A
> 172
Paco Yepes wrote:
I want to connect spamc in IP 172.19.3.1 to spamd in IP 172.19.2.1
spamd is running in 2.1 with the following options:
# ps -ef | grep spamd
root 11192 1 0 14:20 ?00:00:00 /usr/sbin/spamd -m 10 -A
172.19.3.1 -A 172.19.3.2 -A 127.0.0.1 -d --pidfile=/var/run/spamd.p
I want to connect spamc in IP 172.19.3.1 to spamd in IP 172.19.2.1
spamd is running in 2.1 with the following options:
# ps -ef | grep spamd
root 11192 1 0 14:20 ?00:00:00 /usr/sbin/spamd -m 10 -A
172.19.3.1 -A 172.19.3.2 -A 127.0.0.1 -d --pidfile=/var/run/spamd.pid
root 1119