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

-- 
Matthew.van.Eerde (at) hbinc.com               805.964.4554 x902
Hispanic Business Inc./HireDiversity.com       Software Engineer

Reply via email to