On Tue, 9 May 2000, Tzafrir Cohen wrote:

> I want to have a pop3 server that will allow most users to only access
> from the local network, but to allow a small group of users to also read
> mail from all over the internet.

using tcpserver from Dan Bernstein you can bind the pop server to one IP
only or the other, or at least pass the IP address as an environment
variable to the pop process or even set a flag in the environment
according to the originating IP address. all you will have left to do is
hack the process (or maybe PAM if the popd uses it?) to check for the
environment flag and decide on the action.

another choice is to have a 486 machine outside the firewall for some of
the users (only those who poll mail from home) and the rest will be
inside the firewall.

more ides?

-- 
Ira Abramov ; Penguinophile ; www.linux.org.il 
"It is easy to sympathize with the MIS staffs around the world, I mean who hasn't 
lost work due to Windows or a Microsoft application crashing?"
  -- Chris DiBona, happy he's been using Linux and can avoid such things, from 
the introduction. (Open Sources, 1999 O'Reilly and Associates) 


=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]

Reply via email to