use btrfs-send for data syncing, testing still in progress
[distro-setup] / mail-setup
similarity index 98%
rename from postfix-setup
rename to mail-setup
index efe27bb87aaa70d5e2d492de49ecb6eb614d9cae..819aa8d0623cd48420bd7dfac345f88b046a794c 100755 (executable)
@@ -48,9 +48,9 @@ trap 'echo "$0:$LINENO:error: \"$BASH_COMMAND\" returned $?" >&2' ERR
 
 type=$1
 postfix() { [[ $type == postfix ]]; }
-exim() { [[ $type == exim ]]; }
+exim() { [[ $type == exim4 ]]; }
 if ! exim && ! postfix; then
-    echo "$1: error: expected exim or postfix as first arg"
+    echo "$1: error: expected exim4 or postfix as first arg"
     exit 1
 fi