From: mortenp Date: Tue, 27 Apr 2004 12:58:18 +0000 (+1000) Subject: bounces are now handled, so don't create the -bounces alias X-Git-Tag: RELEASE_1_0_0~278 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b2aa6c64ee3278e752ee39c2774244d243073eb;p=thirdparty%2Fmlmmj.git bounces are now handled, so don't create the -bounces alias --- diff --git a/src/mlmmj-make-ml.sh b/src/mlmmj-make-ml.sh index f39a3511..1a19303c 100755 --- a/src/mlmmj-make-ml.sh +++ b/src/mlmmj-make-ml.sh @@ -77,19 +77,12 @@ fi LISTADDRESS="$LISTNAME@$FQDN" echo "$LISTADDRESS" > "$LISTDIR"/"listaddress" -echo -n "Where should bounces go to? [postmaster] : " -read POSTMASTER -if [ -z "$POSTMASTER" ]; then - POSTMASTER="postmaster" -fi - MLMMJRECIEVE=`which mlmmj-recieve` if [ -z "$MLMMJRECIEVE" ]; then MLMMJRECIEVE="/path/to/mlmmj-recieve" fi -ALIAS="$LISTNAME: | \"$MLMMJRECIEVE -L $SPOOLDIR/$LISTNAME/ -$LISTNAME-bounces: $POSTMASTER" +ALIAS="$LISTNAME: \"|$MLMMJRECIEVE -L $SPOOLDIR/$LISTNAME/\"" if [ -n "$A_CREATE" ]; then echo "I want to add the following to your /etc/aliases file:"