Explorar el Código

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 hace 3 meses
padre
commit
da777f611e
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: E614BDE9E305D5D7
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. +3
    -0
      emailwiz.sh

+ 3
- 0
emailwiz.sh Ver fichero

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


Cargando…
Cancelar
Guardar