>
> Using tcp wrappers how would i deny a single IP from accessing my
> pop3 server assuming i have already an entry in /etc/hosts.allow
> with the line : in.ipop3d 0.0.0.0/0.0.0.0
>
i do not think this line at the hosts.allow. i would suggest you remove
it.
in the /etc/hosts.deny file add this line if your want ip
192.168.255.254/255.255.255.0 to be denied:
in.ipop3d: 192.168.255.254/255.255.255.0
but, i recommend you do something like this: deny all access except for a
certain allowed ip's like:
in.pop3d: ALL EXCEPT 192.168.1.0/255.255.255.0
this means that all ip's in the network 192.168.1.x can access the pop3
port.
good luck.
---------------------
[EMAIL PROTECTED]
Should I get locked in the PRINCICAL'S OFFICE today -- or have a VASECTOMY??
-
Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph
To leave: send "unsubscribe" in the body to [EMAIL PROTECTED]