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 interfaces

Ciao.


El mié, 18-05-2005 a las 10:36 -0500, Andy Jezierski escribió:
> 
> 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.19.3.1 -A 172.19.3.2 -A 127.0.0.1 -d
> --pidfile=/var/run/spamd.pid
> > root     11193 11192  0 14:20 ?        00:00:00 spamd child
> > root     11194 11192  0 14:20 ?        00:00:00 spamd child
> > ....
> > ....
> > 
> > and it work fine with connections in 127.0.0.1
> > 
> [snip] 
> 
> Your -A option is incorrect the correct format is -A
> ipaddr,ipaddr,ipaddr 
> 
> Andy

Reply via email to