Skip site navigation (1)Skip section navigation (2)
Date:      20 Jun 2002 13:30:07 -0500
From:      Kirk Strauser <kirk@strauser.com>
To:        freebsd-questions@freebsd.org
Subject:   Re: Korea (was: Sendmail Spam RBL)
Message-ID:  <87it4dolao.fsf@pooh.int>
In-Reply-To: <Pine.BSF.4.21.0206201157450.82997-100000@wonkity.com>
References:  <Pine.BSF.4.21.0206201157450.82997-100000@wonkity.com>

next in thread | previous in thread | raw e-mail | index | archive | help

At 2002-06-20T18:08:53Z, Warren Block <wblock@wonkity.com> writes:

> My opinion of what /etc/mail/access should contain as of today is
> available at
> 
> http://www.wonkity.com/~wblock/access

Thanks!  There's quite a bit of useful info in there.

> FreeBSD content:
> 
> I like the "make maps" shortcut--update /etc/mail/access and do "make
> maps" and it's in place.

I've written a few scripts for my server.  They allow (a certain set of)
users on the system to add their own lines to
/etc/mail/{aliases,virtusertable,access}.  After copying the new entries,
the users can execute (again, via sudo):

##############################
#!/bin/sh
cd /etc/mail
make maps
make aliases
make restart
##############################

to put their changes in place.  I haven't gotten up the energy to add lint
checks to the installer programs (well, actually just one Perl program that
gets symlinked and changes behaviour based on $0), but they're still kind of
useful.  Mail me if interested.
-- 
Kirk Strauser
The Strauser Group - http://www.strausergroup.com/

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?87it4dolao.fsf>