jdow wrote:
From: "Geoff Varney" <[EMAIL PROTECTED]>
I use something like "-A 192.168.XX.,127." to allow both localhost and
the other machines in the network.
Well, I have neither iptables nor SELinux active at all. I can't see
what I'm
missing. If I start spamd thus:
/usr/bin/spamd -d -i -c
it works fine.
If I start it thus:
/usr/bin/spamd -d -A xxx.xxx. -i -c to cover all of my networks including
localhost
I get Oct 13 13:14:05 localhost spamd[6189]: unauthorized connection from
localhost.localdomain [127.0.0.1] at port 33354
Does this make sense to anyone?
Please see the FIRST quoted line above and contemplate it. I do believe
that is your required solution.
I've always used "-i 0.0.0.0 -A 127.0.0.1 -A 10.1.2.3 -A 1.2.3.4"
instead of a comma separated list.
Daryl