]> git.ipfire.org Git - thirdparty/mlmmj.git/commitdiff
bounces are now handled, so don't create the -bounces alias
authormortenp <none@none>
Tue, 27 Apr 2004 12:58:18 +0000 (22:58 +1000)
committermortenp <none@none>
Tue, 27 Apr 2004 12:58:18 +0000 (22:58 +1000)
src/mlmmj-make-ml.sh

index f39a351172d1a801c4dd6ea5b73ab1a5726f152e..1a19303c329a943957b37029460cd46b21fb2723 100755 (executable)
@@ -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:"