mailserver: Add default mailboxes

This harmonizes the usage of directory names, and gives clients hints
about what mail should go where.
nazuna
Simon Bruder 2023-05-14 20:42:15 +02:00
parent 6d5a0533d3
commit 8a574b0417
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 4 additions and 0 deletions

View File

@ -316,6 +316,10 @@ in
sslServerKey = "${certDir}/key.pem";
mailboxes = {
Archive = { specialUse = "Archive"; auto = "subscribe"; };
Sent = { specialUse = "Sent"; auto = "subscribe"; };
Drafts = { specialUse = "Drafts"; auto = "subscribe"; };
Trash = { specialUse = "Trash"; auto = "subscribe"; };
Spam = { specialUse = "Junk"; auto = "subscribe"; };
};