summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xpostfix/postfix.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/postfix/postfix.sh b/postfix/postfix.sh
index 061a547..135775a 100755
--- a/postfix/postfix.sh
+++ b/postfix/postfix.sh
@@ -196,7 +196,7 @@ fi
confdir=/etc/postfix
_postconf() {
- postconf -c "$tempdir" "$1" "$(echo "$2" | tr '\n' ' ')"
+ postconf -c "$tempdir" "$1" "$(echo "$2" | tr '\n' ' ' | sed -e 's/ $//')"
}
postmapfiles=