masqmail

diff docs/INSTALL.linux @ 358:92340177150d

Eventually switched the default group from `trusted' to `mail' All systems I run have a group `mail' but no group `trusted'. Also changed the uid/gid to the common values 8/12.
author markus schnalke <meillo@marmaro.de>
date Sun, 04 Sep 2011 12:19:41 +0200
parents 4762e0d26d8e
children 72653295b75d
line diff
     1.1 --- a/docs/INSTALL.linux	Sun Sep 04 11:55:51 2011 +0200
     1.2 +++ b/docs/INSTALL.linux	Sun Sep 04 12:19:41 2011 +0200
     1.3 @@ -6,9 +6,9 @@
     1.4  
     1.5  If you compile for Debian, do the configure with at least these options:
     1.6  
     1.7 -	./configure --with-liblockfile --with-group=mail
     1.8 +	./configure --with-liblockfile
     1.9  
    1.10 -Use the group `mail' instead of the group `trusted'.
    1.11 +(You probably like to add `--enable-auth and --enable-ident'.)
    1.12  
    1.13  You can also build your own Debian package with
    1.14