From c041a9d45c1e6acd6bec476800d1f09500549e45 Mon Sep 17 00:00:00 2001 From: hoellen Date: Wed, 19 Dec 2018 16:19:37 +0100 Subject: [PATCH] allow all characters for username in dovecot --- core/dovecot/conf/dovecot.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/core/dovecot/conf/dovecot.conf b/core/dovecot/conf/dovecot.conf index a9ec2676..bc5055d9 100644 --- a/core/dovecot/conf/dovecot.conf +++ b/core/dovecot/conf/dovecot.conf @@ -64,6 +64,7 @@ plugin { ############### # Authentication ############### +auth_username_chars = auth_mechanisms = plain login disable_plaintext_auth = no