Parcourir la source

Auto-creation of INBOX.Trash added

This is required when using Roundcube to be able to delete emails
merge-requests/1/merge
Christoph Haas il y a 10 ans
Parent
révision
f3292650eb
1 fichiers modifiés avec 5 ajouts et 1 suppressions
  1. +5
    -1
      roles/ispmail-dovecot/files/10-mail.conf

+ 5
- 1
roles/ispmail-dovecot/files/10-mail.conf Voir le fichier

@@ -79,9 +79,13 @@ namespace inbox {
#subscriptions = yes

mailbox INBOX.Junk {
auto = subscribe # autocreate and autosubscribe the Sent mailbox
auto = subscribe # autocreate and autosubscribe the Junk mailbox
special_use = \Junk
}
mailbox INBOX.Trash {
auto = subscribe # autocreate and autosubscribe the Trash mailbox
special_use = \Trash
}
}

# Example shared namespace configuration


Chargement…
Annuler
Enregistrer