diff --git a/systems/amd-server-vm/mail.nix b/systems/amd-server-vm/mail.nix index a58e861..d47da37 100644 --- a/systems/amd-server-vm/mail.nix +++ b/systems/amd-server-vm/mail.nix @@ -163,6 +163,27 @@ in } user = root } + namespace inbox { + inbox = yes + + # Autocreate special folders + mailbox Drafts { + special_use = \Drafts + auto = subscribe + } + mailbox Sent { + special_use = \Sent + auto = subscribe + } + mailbox Junk { + special_use = \Junk + auto = subscribe + } + mailbox Trash { + special_use = \Trash + auto = subscribe + } + } ''; }; environment.etc."dovecot-users".text = tmp_dovecot_passwords;