Edgars MakEa wrote:
Hi!
Some days ago spamd just started to GREY all incoming connections even if IP address already was a WHITE.
Any ideas for waht and where to look?

OpenBSD 4.0 Generic
those ar my firewall rules:
rdr pass on $ext_if proto tcp from <spamd> to port 25 \
       -> 127.0.0.1 port 8025
rdr pass on $ext_if proto tcp from !<spamd-white> to port 25 \
       -> 127.0.0.1 port 8025
rdr on $ext_if proto tcp from any to any port 25 -> 127.0.0.1

Edgars


Sounds like there is no more space for new IP's.

can you tell us the output of the command
#> for i in `pfctl -sT`; do (echo $i; pfctl -t$i -Ts | wc -l); done

olli

Reply via email to