install_postfix_base.sh,install_postfix_advanced.sh: add libsasl2-modules-db to the reqired debian packages.
This commit is contained in:
@@ -623,7 +623,7 @@ fi
|
||||
# - Install Postfix from debian packages system
|
||||
# -
|
||||
echononl " Install Postfix from debian packages system"
|
||||
_needed_packages="postfix postfix-pgsql postfix-mysql postfix-pcre libsasl2-modules bsd-mailx haveged"
|
||||
_needed_packages="postfix postfix-pgsql postfix-mysql postfix-pcre libsasl2-modules libsasl2-modules-db bsd-mailx haveged"
|
||||
if [[ "$SASL_AUTH_ENABLED" = "yes" ]]; then
|
||||
_needed_packages="$_needed_packages sasl2-bin"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user