Put the following in /etc/hosts.deny
all:all
and the following in /etc/hosts.allow
all: 127.0.0.1
and do killall -HUP inetd this will disallow any sort of connections to
services ran out of inetd to your machine other than from localhost. Since
Apache is ran outside of inetd (I hope you do that) it will be accessible.
Also, I suppose you run wu-imapd out of inetd, not tcpserver or
independently.
Denis Voitenko
Tel: 856 809-9252
Mail: [EMAIL PROTECTED]
ICQ: 9396092
----- Original Message -----
From: "Mark Maggelet" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, December 13, 1999 8:27 AM
Subject: deny access from users
> Hello there
> I'm wondering if somebody can help me configure qmail or UW imap
> so that mail can only be accessed from the localhost. I'm running a
> web-based email package and I want the script to be able to access
> the imap account, but I want to disallow people from using a regular
> email client.
>
> thanks for any tips,
> - Mark
>