This commit is contained in:
Kopatz
2025-09-12 21:11:09 +02:00
parent a124553e47
commit 87325a81d7

View File

@@ -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;