mirror of
https://gitlab.com/simple-nixos-mailserver/nixos-mailserver.git
synced 2024-11-11 19:39:16 +05:00
mail-server/dovecot.nix: automatically subscribe to new mailboxes
When a mailbox is created by sieve or is delivered to directly by IMAP commands, created IMAP folders are not subscribed to by dovecot. These configuration options change that. Acked-by: Ruben Maher <ruben@maher.fyi>
This commit is contained in:
parent
be49f31a33
commit
d3fc1cccbd
@ -111,6 +111,9 @@ in
|
||||
plugin {
|
||||
sieve = file:/var/sieve/%u.sieve
|
||||
}
|
||||
|
||||
lda_mailbox_autosubscribe = yes
|
||||
lda_mailbox_autocreate = yes
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user