diff options
author | 2024-08-28 17:44:41 +0100 | |
---|---|---|
committer | 2024-08-30 16:07:04 +0100 | |
commit | 638b5c79b4e78759157dae9aa2502c6979b9c0b7 (patch) | |
tree | 9b40cbe6f59887f148f91b31ed4c75009c851293 | |
parent | Make spam learning pipe scripts world readable/executable (diff) |
Change templating of user mail_home
-rw-r--r-- | ansible/roles/dovecot/templates/configs/10-mail.conf.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible/roles/dovecot/templates/configs/10-mail.conf.j2 b/ansible/roles/dovecot/templates/configs/10-mail.conf.j2 index 11a5984..57e1674 100644 --- a/ansible/roles/dovecot/templates/configs/10-mail.conf.j2 +++ b/ansible/roles/dovecot/templates/configs/10-mail.conf.j2 @@ -29,7 +29,7 @@ # # <doc/wiki/MailLocation.txt> # -mail_home = /var/vmail/%d/%n +mail_home = /var/vmail/%u mail_location = maildir:~/mail |