Deleted Added
full compact
hosts.allow (46667) hosts.allow (49394)
1#
2# hosts.allow access control file for "tcp wrapped" apps.
1#
2# hosts.allow access control file for "tcp wrapped" apps.
3# $Id: hosts.allow,v 1.2 1999/04/08 19:08:53 markm Exp $
3# $Id: hosts.allow,v 1.3 1999/05/08 02:19:25 obrien Exp $
4#
5# NOTE: The hosts.deny file is not longer used. Instead, put both 'allow'
6# and 'deny' rules in the hosts.allow file.
7# see hosts_options(5) for the format of this file.
8# hosts_access(5) no longer fully applies.
9
10# This is an example! You will need to modify it for your specific
11# requirements!

--- 15 unchanged lines hidden (view full) ---

27ALL : my.machine.example.com : allow
28
29# Sendmail can help protect you against spammers and relay-rapers
30sendmail : localhost : allow
31sendmail : .nice.guy.example.com : allow
32sendmail : .evil.cracker.example.com : deny
33sendmail : ALL : allow
34
4#
5# NOTE: The hosts.deny file is not longer used. Instead, put both 'allow'
6# and 'deny' rules in the hosts.allow file.
7# see hosts_options(5) for the format of this file.
8# hosts_access(5) no longer fully applies.
9
10# This is an example! You will need to modify it for your specific
11# requirements!

--- 15 unchanged lines hidden (view full) ---

27ALL : my.machine.example.com : allow
28
29# Sendmail can help protect you against spammers and relay-rapers
30sendmail : localhost : allow
31sendmail : .nice.guy.example.com : allow
32sendmail : .evil.cracker.example.com : deny
33sendmail : ALL : allow
34
35# Exim is an alternative to sendmail, available in the ports tree
36exim : localhost : allow
37exim : .nice.guy.example.com : allow
38exim : .evil.cracker.example.com : deny
39exim : ALL : allow
40
35# Portmapper is used for all RPC services; protect your NFS!
36portmap : localhost : allow
37portmap : .nice.guy.example.com : allow
38portmap : .evil.cracker.example.com : deny
39portmap : ALL : allow
40
41# Provide a small amount of protection for ftpd
42ftpd : localhost : allow

--- 16 unchanged lines hidden ---
41# Portmapper is used for all RPC services; protect your NFS!
42portmap : localhost : allow
43portmap : .nice.guy.example.com : allow
44portmap : .evil.cracker.example.com : deny
45portmap : ALL : allow
46
47# Provide a small amount of protection for ftpd
48ftpd : localhost : allow

--- 16 unchanged lines hidden ---