Add IP addresses to the rules required to "Allow anything from

localhost", since portmap(8) is included in "anything".

Submitted by:	Doug Barton <Doug@gorean.org>
This commit is contained in:
Sheldon Hearn 2000-05-05 08:31:59 +00:00
parent 54e0092517
commit 8172e29086
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=60031

View File

@ -29,9 +29,10 @@ ALL : ALL : allow
# Prevent those with no reverse DNS from connecting.
ALL : PARANOID : RFC931 20 : deny
# Allow anything from localhost
ALL : localhost : allow
ALL : my.machine.example.com : allow
# Allow anything from localhost. Note that an IP address (not a host
# name) *MUST* be specified for portmap(8).
ALL : localhost 127.0.0.1 : allow
ALL : my.machine.example.com 192.0.2.35 : allow
# Sendmail can help protect you against spammers and relay-rapers
sendmail : localhost : allow