diff --git a/target/start-mailserver.sh b/target/start-mailserver.sh index 47a3a501..7d12f00a 100644 --- a/target/start-mailserver.sh +++ b/target/start-mailserver.sh @@ -521,7 +521,7 @@ if [ "$ENABLE_SASLAUTHD" = 1 ]; then /etc/init.d/saslauthd start fi -if [ "$SMTP_ONLY" != 1 ]; then +if [ "$SMTP_ONLY" != 1 -a "$ENABLE_LDAP" != 1 ]; then echo "Listing users" /usr/sbin/dovecot user '*' fi