소스 검색

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 3 달 전
부모
커밋
da777f611e
No known key found for this signature in database GPG 키 ID: E614BDE9E305D5D7
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. +3
    -0
      emailwiz.sh

+ 3
- 0
emailwiz.sh 파일 보기

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


불러오는 중...
취소
저장