Marco Herrn wrote: > Hi, > > I am using spamd and told it to listen only on the local interface: > > [EMAIL PROTECTED]:~$ ps aux|grep spamd > root 1764 0.0 3.0 34456 30672 ? SNs Jun01 0:00 /usr/bin/perl > -T > -w /usr/sbin/spamd --create-prefs --max-children 5 --helper-home-dir > --syslog=/var/log/spamd.log -q --debug --listen-ip=127.0.0.1 -d > --pidfile=/var/run/spamd.pid > > A look on netstat shows, that this is indeed correct: > > tcp 0 0 127.0.0.1:783 0.0.0.0:* LISTEN 1764/perl >
> udp 368 0 *:34604 *:* > 10608/spamd child > > What does that mean? All udp connections listen on the whole internet. Is > this a bug? Have I configured spamd incorrectly? > What plugins are you using? Any chance you've got a SA plugin that does it's own UDP based communications?