mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-09-22 10:47:16 +00:00
[Dovecot] use python bootstrapper to start DOVECOT container
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
{% set MAILDIR_SUB_SHARED = '' if not MAILDIR_SUB else '/' ~ MAILDIR_SUB %}
|
||||
namespace {
|
||||
type = shared
|
||||
separator = /
|
||||
prefix = Shared/%%u/
|
||||
location = maildir:%%h{{ MAILDIR_SUB_SHARED }}:INDEX=~{{ MAILDIR_SUB_SHARED }}/Shared/%%u
|
||||
subscriptions = no
|
||||
list = children
|
||||
}
|
||||
Reference in New Issue
Block a user