mailserver: Add default mailboxes
This harmonizes the usage of directory names, and gives clients hints about what mail should go where.
This commit is contained in:
parent
6d5a0533d3
commit
8a574b0417
|
@ -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"; };
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue