diff options
-rw-r--r-- | ansible/roles/dovecot/templates/configs/15-mailboxes.conf.j2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ansible/roles/dovecot/templates/configs/15-mailboxes.conf.j2 b/ansible/roles/dovecot/templates/configs/15-mailboxes.conf.j2 index a83fdfa..ad1cdf3 100644 --- a/ansible/roles/dovecot/templates/configs/15-mailboxes.conf.j2 +++ b/ansible/roles/dovecot/templates/configs/15-mailboxes.conf.j2 @@ -13,11 +13,11 @@ # implicitly when it is first accessed. The user can also be automatically # subscribed to the mailbox after creation. The following values are # defined for this setting: -# +# # no - Never created automatically. # create - Automatically created, but no automatic subscription. # subscribe - Automatically created and subscribed. -# +# # special_use: # A space-separated list of SPECIAL-USE flags (RFC 6154) to use for the # mailbox. There are no validity checks, so you could specify anything |