mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-28 03:42:04 +01:00
Add a sample entry for Exim, in preparation for the upcoming behaviour
change in the port, where TCP Wrapper support will become the default. Requested by: markm
This commit is contained in:
parent
eb88bd01b5
commit
28565e43c2
@ -1,6 +1,6 @@
|
||||
#
|
||||
# hosts.allow access control file for "tcp wrapped" apps.
|
||||
# $Id: hosts.allow,v 1.2 1999/04/08 19:08:53 markm Exp $
|
||||
# $Id: hosts.allow,v 1.3 1999/05/08 02:19:25 obrien Exp $
|
||||
#
|
||||
# NOTE: The hosts.deny file is not longer used. Instead, put both 'allow'
|
||||
# and 'deny' rules in the hosts.allow file.
|
||||
@ -32,6 +32,12 @@ sendmail : .nice.guy.example.com : allow
|
||||
sendmail : .evil.cracker.example.com : deny
|
||||
sendmail : ALL : allow
|
||||
|
||||
# Exim is an alternative to sendmail, available in the ports tree
|
||||
exim : localhost : allow
|
||||
exim : .nice.guy.example.com : allow
|
||||
exim : .evil.cracker.example.com : deny
|
||||
exim : ALL : allow
|
||||
|
||||
# Portmapper is used for all RPC services; protect your NFS!
|
||||
portmap : localhost : allow
|
||||
portmap : .nice.guy.example.com : allow
|
||||
|
Loading…
Reference in New Issue
Block a user