jdow wrote: > From: "Jeferson Pessoa Santana" <[EMAIL PROTECTED]> >> A few hours ago I started my spamassassin with this command line: >> >> */usr/bin/spamd -i -d -u nobody --allowed-ips=200.X.X.X,127.0.0.1* >> >> And then, for some reason that I don't know yet, wi th the "ps ax" >> command, I received this >> >> */usr/bin/spamd -d -u nobody > > Two questions: > 1) How are you running SpamAssassin (service spamassassin start for > example)? > 2) How are you really running SpamAssassin? (If you are using the > example above it may be already started for you on boot up.)
I tried to send this to the list a while ago, but it didn't go through... -i requires an IP address. A naked -i by itself means nothing. --allowed-ips doesn't understand the 200.X.X.X format, and 127.0.0.1 is the default. To get the intended effect, spamd should be called as: /usr/bin/spamd -d -u nobody --allowed-ips=200.0.0.0/8,127.0.0.1 or as /usr/bin/spamd -d -u nobody --allowed-ips=200.,127.0.0.1 -- Matthew.van.Eerde (at) hbinc.com 805.964.4554 x902 Hispanic Business Inc./HireDiversity.com Software Engineer