masqmail

diff configure.ac @ 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 3f1eecd8082d
children 4916f9df5051
line diff
     1.1 --- a/configure.ac	Sun Sep 04 11:55:51 2011 +0200
     1.2 +++ b/configure.ac	Sun Sep 04 12:19:41 2011 +0200
     1.3 @@ -95,10 +95,10 @@
     1.4  fi
     1.5  
     1.6  AC_ARG_WITH(group,
     1.7 -	[  --with-group=GROUP      set group [trusted]],
     1.8 +	[  --with-group=GROUP      set group [mail]],
     1.9  	)
    1.10  if test "x$with_group" = 'x'; then
    1.11 -	with_group='trusted'
    1.12 +	with_group='mail'
    1.13  fi
    1.14  
    1.15  dnl debugging support (default is use it)