Hy Matthew,
I tried to start the daemon in the way that you said in your e-mail but
the result are the same. For some reason, the daemon goes back to the
command line /usr/bin/spamd -d -u nobody.
Thanks anyway for all the help provided by you and the entire list
Jeff =)
Obs: I'm still looking for the answer hehehe
[EMAIL PROTECTED] wrote:
Jeferson Pessoa Santana wrote:
/usr/bin/spamd -i -d -u nobody --allowed-ips=200.X.X.X,127.0.0.1
Guys,
I think that mey e-mail wasn't clearly, sorry. The IP 200.x.x.x means
that I'm using 200.189.68.194 for example. And I put the 127.0.0.1
because I have a exim daemon started to relay the incoming e-mails.
That was perfectly clear, and I understood that was what you meant.
But spamd didn't.
Let's assume the IP address you give above is correct... so this is you...
http://lacnic.net/cgi-bin/lacnic/whois?query=200.189.68.194
You almost certainly don't want to open your spamd server to the entire LACNIC
world:
200.x.x.x
AKA 200.0.0.0 - 200.255.255.255
AKA 200.0.0.0/8
AKA 200.
You probably meant to open your spamd server only to
Digital Express Ltda
200.189.68.192 - 200.189.68.255
AKA 200.189.68.192/26
So you would call spamd as
/usr/bin/spamd -d -u nobody --allowed-ips=200.189.68.192/26,127.0.0.1