adjusting links & misc

This commit is contained in:
Georg Lauterbach 2021-01-19 09:27:01 +01:00
parent dba291dc43
commit 221d4ce187
No known key found for this signature in database
GPG key ID: 2FDC58699AF121C6
10 changed files with 30 additions and 27 deletions

View file

@ -806,6 +806,9 @@ function _setup_ldap
_notify 'inf' "==> Warning: /etc/postfix/ldap-aliases.cf or /etc/postfix/ldap-groups.cf not found"
fi
# shellcheck disable=SC2016
sed -i -E 's+mydestination = $myhostname, +mydestination = +' /etc/postfix/main.cf
return 0
}