summaryrefslogtreecommitdiffstats
path: root/etc/hosts.allow
diff options
context:
space:
mode:
authorsheldonh <sheldonh@FreeBSD.org>1999-08-03 14:52:46 +0000
committersheldonh <sheldonh@FreeBSD.org>1999-08-03 14:52:46 +0000
commit28565e43c2fe81c6d2e66c47c4c2c2e35790b32f (patch)
treeda805507d6133c0b2f287b9979049d164a8f02ee /etc/hosts.allow
parenteb88bd01b5a086b7950b5b7645eff72b10d4560d (diff)
downloadFreeBSD-src-28565e43c2fe81c6d2e66c47c4c2c2e35790b32f.zip
FreeBSD-src-28565e43c2fe81c6d2e66c47c4c2c2e35790b32f.tar.gz
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
Diffstat (limited to 'etc/hosts.allow')
-rw-r--r--etc/hosts.allow8
1 files changed, 7 insertions, 1 deletions
diff --git a/etc/hosts.allow b/etc/hosts.allow
index f769bc0..36d6d80 100644
--- a/etc/hosts.allow
+++ b/etc/hosts.allow
@@ -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
OpenPOWER on IntegriCloud