X-Git-Url: https://git.distorted.org.uk/~mdw/qmail/blobdiff_plain/2117e02ec495fdfd6e96b39778b701a5bcff8aa5..HEAD:/INSTALL.ids diff --git a/INSTALL.ids b/INSTALL.ids index e0e4ee2..a50e10d 100644 --- a/INSTALL.ids +++ b/INSTALL.ids @@ -1,6 +1,7 @@ Here's how to set up the qmail groups and the qmail users. -On some systems there are commands that make this easy. Solaris: +On some systems there are commands that make this easy. Solaris and +Linux: # groupadd nofiles # useradd -g nofiles -d /var/qmail/alias alias @@ -12,6 +13,18 @@ On some systems there are commands that make this easy. Solaris: # useradd -g qmail -d /var/qmail qmailr # useradd -g qmail -d /var/qmail qmails +FreeBSD 2.2: + + # pw groupadd nofiles + # pw useradd alias -g nofiles -d /var/qmail/alias -s /nonexistent + # pw useradd qmaild -g nofiles -d /var/qmail -s /nonexistent + # pw useradd qmaill -g nofiles -d /var/qmail -s /nonexistent + # pw useradd qmailp -g nofiles -d /var/qmail -s /nonexistent + # pw groupadd qmail + # pw useradd qmailq -g qmail -d /var/qmail -s /nonexistent + # pw useradd qmailr -g qmail -d /var/qmail -s /nonexistent + # pw useradd qmails -g qmail -d /var/qmail -s /nonexistent + BSDI 2.0: # addgroup nofiles