Skip to content
Snippets Groups Projects
Commit 4131e54b authored by Lars Beckers's avatar Lars Beckers
Browse files

dovecot: fix authed username for system users

parent d074c09e
No related branches found
No related tags found
1 merge request!13Additional Services and Configurablity for Postfix
......@@ -48,7 +48,11 @@ disable_plaintext_auth = yes
# the standard variables here, eg. %Lu would lowercase the username, %n would
# drop away the domain if it was given, or "%n-AT-%d" would change the '@' into
# "-AT-". This translation is done after auth_username_translation changes.
{% if dovecot_auth_system and not dovecot_auth_virtual %}
auth_username_format = %Ln
{% else %}
#auth_username_format = %Lu
{% endif %}
# If you want to allow master users to log in by specifying the master
# username within the normal username string (ie. not using SASL mechanism's
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment