# # hosts.allow This file describes the names of the hosts which are # allowed to use the local INET services, as decided # by the '/usr/sbin/tcpd' server. # # Always allow unchecked ident connections in.identd : ALL : ALLOW # Only local access to sendmail sendmail : ALL@127.0.0.1 : \ spawn ( /usr/bin/logger -p authpriv.info -t SMTP \ access to %s granted to %c ) : \ ALLOW sendmail : ALL@ALL : \ rfc931 : \ spawn ( /usr/bin/logger -p authpriv.alert -t SMTP \ access to %s denied to %c ) : \ DENY # Allow connections from my local network ALL : ALL@127.0.0.1 : \ spawn ( /usr/bin/logger -p authpriv.info -t TCPD \ access to %s granted to %c ) : \ ALLOW # Allow access from my account on Xmission ALL : myusername@xmission.xmission.com : \ rfc931 : \ spawn ( /usr/bin/logger -p authpriv.info -t TCPD \ outside access to %s granted to %c ) : \ ALLOW # Deny everything else ALL : ALL@ALL : \ rfc931 : \ spawn ( /usr/bin/logger -p authpriv.alert -t TCPD \ access to %s denied to %c ) : \ DENY