On Thu, Sep 02, 1999 at 08:27:38AM +1000, Andrew Reilly wrote:
> 
> Another data point: qmail adds _seven_ new users, and one new
> group.  It has a very paranoid security model.
> 
> I think that it uses a script to add them, but maybe I did it
> myself.  It was a while ago...

The qmail port uses a script.  The script uses pw.  Note that qmail
also has registered its uids and gids with the ports system.  Because
qmail has registered uids and gids, it is allowed to insist on getting
a specific uid or gid number.  I do not reccomend this for most ports.
Most ports which require a uid or gid do not require a specific
number (and thus do not require that the uid or gid be registered).
These ports need merely add the required username or groupname from
a pkg/INSTALL script.  Qmail is an exception; qmail compiles the
uid and gid numbers into itself.  This caused the Linux package
people much angst.  :-)

Of the many ports that require their own uid and gid, some of them are
not good examples to follow.  I believe qmail is ok (although it's
pkg/INSTALL uses perl, which is sub-ideal).


-- 
This is my .signature which gets appended to the end of my messages.


To Unsubscribe: send mail to majord...@freebsd.org
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to