You've already forked docker-mailserver
mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-09 23:07:35 +02:00
chore: (setup-stack.sh) Fix a small typo (#2552)
This commit is contained in:
@@ -376,7 +376,7 @@ function _setup_ldap
|
|||||||
# add domainname to vhost
|
# add domainname to vhost
|
||||||
echo "${DOMAINNAME}" >>/tmp/vhost.tmp
|
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-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
|
sed -i -e '/\!include auth-passwdfile\.inc/s/^/#/' /etc/dovecot/conf.d/10-auth.conf
|
||||||
|
Reference in New Issue
Block a user