1
1
mirror of https://github.com/docker-mailserver/docker-mailserver synced 2024-09-24 12:40:40 +02:00

chore: (setup-stack.sh) Fix a small typo (#2552)

This commit is contained in:
Brennan Kinney 2022-04-19 12:53:45 +12:00 committed by GitHub
parent 80dd91ae62
commit 9aaf15b38f
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -376,7 +376,7 @@ function _setup_ldap
# add domainname to vhost
echo "${DOMAINNAME}" >>/tmp/vhost.tmp
_log 'trace' 'Enabling Dovecot LDAP authentification'
_log 'trace' 'Enabling Dovecot LDAP authentication'
sed -i -e '/\!include auth-ldap\.conf\.ext/s/^#//' /etc/dovecot/conf.d/10-auth.conf
sed -i -e '/\!include auth-passwdfile\.inc/s/^/#/' /etc/dovecot/conf.d/10-auth.conf