chore: Remove legacy ENV SASL_PASSWD (#2946)

As per deprecation notice from v11.3 release notes, and a related prior PR; this ENV is to be removed.

It's no longer considered useful, and none of the tests that configured it were actually using it for relaying anything.
This commit is contained in:
Brennan Kinney 2022-12-23 15:30:40 +13:00 committed by GitHub
parent edaeb89c9b
commit fe21fe78e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 2 additions and 31 deletions

View file

@ -474,10 +474,6 @@ SASLAUTHD_LDAP_TLS_CACERT_DIR=
# Any value => Fills the `ldap_password_attr` option
SASLAUTHD_LDAP_PASSWORD_ATTR=
# empty => No sasl_passwd will be created
# string => `/etc/postfix/sasl_passwd` will be created with the string as password
SASL_PASSWD=
# empty => `bind` will be used as a default value
# `fastbind` => The fastbind method is used
# `custom` => The custom method uses userPassword attribute to verify the password