]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
example-config: Update mail_temp_dir comment
authorTimo Sirainen <timo.sirainen@dovecot.fi>
Mon, 4 Sep 2017 10:25:38 +0000 (13:25 +0300)
committerAki Tuomi <aki.tuomi@dovecot.fi>
Tue, 5 Sep 2017 06:22:29 +0000 (09:22 +0300)
doc/example-config/conf.d/10-mail.conf

index 6d6f5cde4f69caf84ff4355510d37924413f346d..6b67b325f82d972f9b5372149a6e1790c92f6e46 100644 (file)
@@ -165,7 +165,10 @@ namespace inbox {
 # methods. NFS users: flock doesn't work, remember to change mmap_disable.
 #lock_method = fcntl
 
-# Directory in which LDA/LMTP temporarily stores incoming mails >128 kB.
+# Directory where mails can be temporarily stored. Usually it's used only for
+# mails larger than >= 128 kB. It's used by various parts of Dovecot, for
+# example LDA/LMTP while delivering large mails or zlib plugin for keeping
+# uncompressed mails.
 #mail_temp_dir = /tmp
 
 # Valid UID range for users, defaults to 500 and above. This is mostly