On Thu, Feb 12, 2004 at 09:41:20PM -0500, Ralph Blach wrote: > I want to write a host.allow file which will open the > pop port to only host.
Do you mean to ask what line in /etc/hosts.allow allows only one host to connect to 110/tcp (presuming you mean pop3)? If the daemon has support for tcp-wrappers, you could try: pop3: thehost Really, however, you should simply deny 110 (tcp and udp) to all hosts by default with ipchains/iptables and explicitly allow the single host with a separate rule. -- Daniel T. Chen [EMAIL PROTECTED] GPG key: www.sh.nu/~crimsun/pubkey.gpg.asc
pgp00000.pgp
Description: PGP signature
-- TriLUG mailing list : http://www.trilug.org/mailman/listinfo/trilug TriLUG Organizational FAQ : http://trilug.org/faq/ TriLUG Member Services FAQ : http://members.trilug.org/services_faq/ TriLUG PGP Keyring : http://trilug.org/~chrish/trilug.asc
