Difference between revisions of "User:Woozle/dovecot"
Jump to navigation
Jump to search
(Created page with ""A new version (/usr/share/dovecot/conf.d/10-mail.conf) of configuration file /etc/dovecot/conf.d/10-mail.conf is available..." I let it update the file; here are the differe...") |
(No difference)
|
Latest revision as of 02:07, 28 February 2016
"A new version (/usr/share/dovecot/conf.d/10-mail.conf) of configuration file /etc/dovecot/conf.d/10-mail.conf is available..."
I let it update the file; here are the differences it listed. The only significant items seems to be mail_location, and it may be in the wrong format anyhow.
--- /etc/dovecot/conf.d/10-mail.conf 2015-08-12 11:18:58.409257195 -0400
+++ /usr/share/dovecot/conf.d/10-mail.conf 2015-09-14 11:33:24.000000000 -0400
@@ -27,7 +27,7 @@
#
# <doc/wiki/MailLocation.txt>
# -mail_location = /mnt/storage/dovecot
# +mail_location = mbox:~/mail:INBOX=/var/mail/%u
# If you need to set multiple mailbox locations or want to change default
# namespace settings, you can do it by defining namespace sections.
@@ -146,13 +146,6 @@
# never: Never use it (best performance, but crashes can lose data)
#mail_fsync = optimized
-# Mail storage exists in NFS. Set this to yes to make Dovecot flush NFS caches
-# whenever needed. If you're using only a single mail server this isn't needed.
-#mail_nfs_storage = no
-# Mail index files also exist in NFS. Setting this to yes requires
-# mmap_disable=yes and fsync_disable=no.
-#mail_nfs_index = no
-
# Locking method for index files. Alternatives are fcntl, flock and dotlock.
# Dotlocking uses some tricks which may create more disk I/O than other locking
# methods. NFS users: flock doesn't work, remember to change mmap_disable.
@@ -266,6 +259,10 @@
# broken size. The performance hit for enabling this is very small.
#maildir_broken_filename_sizes = no
+# Always move mails from new/ directory to cur/, even when the \Recent flags
+# aren't being reset.
+#maildir_empty_new = no
+
##
## mbox-specific settings
##