Skip to content

Commit 77f9890

Browse files
committed
fix(mda): potential bugfix for the 2.4.3 macos/ios errors
1 parent 3626896 commit 77f9890

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

target/mda/rootfs/etc/dovecot/conf.d/10-mail.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
mail_driver = maildir
22
mail_home = /srv/vmail/%{user|domain}/%{user|username}
33
mail_path = /srv/vmail/%{user|domain}/%{user|username}/Maildir
4+
mail_attachment_detection_options =
45
mailbox_list_layout = maildir++
56
mailbox_list_index = yes
67
mailbox_list_utf8 = yes
8+
maildir_copy_with_hardlinks = yes
79

810
mail_attribute {
911
dict file {

0 commit comments

Comments
 (0)