1
0
mirror of https://github.com/docker-mailserver/docker-mailserver.git synced 2025-08-08 23:06:49 +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

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