masqmail

changeset 194:346955794084

specified group by name; added path to --with-glib-static
author meillo@marmaro.de
date Thu, 15 Jul 2010 23:44:48 +0200
parents bd9704417d49
children 5beb5d6d9623
files INSTALL
diffstat 1 files changed, 5 insertions(+), 6 deletions(-) [+]
line diff
     1.1 --- a/INSTALL	Thu Jul 15 14:37:49 2010 +0200
     1.2 +++ b/INSTALL	Thu Jul 15 23:44:48 2010 +0200
     1.3 @@ -18,7 +18,7 @@
     1.4  probably best to use these. If they don't exist, create them:
     1.5  
     1.6  	groupadd -g 42 trusted
     1.7 -	useradd -u 23 -g 42 -d / -s /bin/sh -c "Mail Transfer Agent" mail
     1.8 +	useradd -u 23 -g trusted -d /nonexistent -s /bin/false -c "masqmail MTA" mail
     1.9  
    1.10  If you use other names than `mail' and `trusted' use the options
    1.11  described below for configure. The 23 and 42 are just a suggestion,
    1.12 @@ -97,11 +97,10 @@
    1.13  enabled. Only makes sense if your resources are limited and you have
    1.14  libcrypto installed. Untested.
    1.15  
    1.16 ---with-glib-static
    1.17 -links with glib statically. This makes the binary larger by around 30K
    1.18 -(i386 architecture), but if masqmail is the only binary using glib,
    1.19 -you save some space in total, because you do not need the shared glib
    1.20 -library installed.
    1.21 +--with-glib-static=PATH
    1.22 +links with glib statically. This makes the binary larger but if
    1.23 +masqmail is the only binary using glib, you save some space in total,
    1.24 +because you do not need the shared glib library installed.
    1.25  
    1.26  
    1.27  --disable-debug