From: Timo Sirainen Date: Thu, 15 Jul 2010 15:39:51 +0000 (+0100) Subject: example-config: Added mail_temp_dir. X-Git-Tag: 2.0.rc3~51 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=54f6e64041d285a1622d1864c44226ee93b2d972;p=thirdparty%2Fdovecot%2Fcore.git example-config: Added mail_temp_dir. --- diff --git a/doc/example-config/conf.d/10-mail.conf b/doc/example-config/conf.d/10-mail.conf index 5fffaaf1b0..b28654a7eb 100644 --- a/doc/example-config/conf.d/10-mail.conf +++ b/doc/example-config/conf.d/10-mail.conf @@ -157,6 +157,9 @@ # 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. +#mail_temp_dir = /tmp + # Valid UID range for users, defaults to 500 and above. This is mostly # to make sure that users can't log in as daemons or other system users. # Note that denying root logins is hardcoded to dovecot binary and can't