Parcourir la source

fix(dovecot): set mailbox_list_layout to fs

mailbox_list_layout = fs must appear explicitly in the config file even
though it's the default value used according to https://doc.dovecot.org/2.4.1/core/config/mail_location.html#mailbox_list_layout

If not set the folders will appear as .Drafts .Junk .Sent .Trash in the user's Mail directory instead of Drafts Junk Sent and Trash.
pull/352/head
Nantha Sorubakanthan il y a 3 mois
Parent
révision
da777f611e
Aucune clé connue n'a été trouvée dans la base pour cette signature ID de la clé GPG: E614BDE9E305D5D7
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  1. +3
    -0
      emailwiz.sh

+ 3
- 0
emailwiz.sh Voir le fichier

@@ -242,6 +242,9 @@ passdb pam {
driver = pam
}

# Our mail for each user will be in ~/Mail, and the inbox will be ~/Mail/Inbox
# The LAYOUT option is also important because otherwise, the boxes will be \`.Sent\` instead of \`Sent\`.
mailbox_list_layout = fs
mail_driver = maildir
mail_path = ~/Mail
mail_inbox_path = ~/Mail/Inbox


Chargement…
Annuler
Enregistrer