diff options
-rwxr-xr-x | postfix/postfix.sh | 2 |
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= |