You need to modify your mailer to check the sender of outgoing
mails (and the receiver of incoming mails) to match a user list.

Unfortunately, I find no standard mailer feature that can do this
so I hacked sendmail's checkcompat function (as described in O'Reilly's
Sendmail reference book) to do the actual checking. 

There is some information that Sendmail 8.10 will incorporate a
"perl-like" scripting language that would allow the mailer to do such
manipulations. Until then you have will have to code in C to do
the actual checking.

Ambo


On Fri, 19 May 2000, Grace M. Garcia wrote:

> 
> SCENARIO: A mail server is running sendmail. The workstations
> within the network is assigned with internal IP addresses. IP addresses
> are assigned via DHCP. 
> 
> QUESTION: I want to restrict a number of users from sending out mails into
> the internet but are allowed to send within the network. How can I do
> this?
> 
> 
> 
> -
> Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph
> To leave: send "unsubscribe" in the body to [EMAIL PROTECTED]
> 



-
Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph
To leave: send "unsubscribe" in the body to [EMAIL PROTECTED]

Reply via email to