7e0f121e5e
- mdbox: Rebuilding could have caused message's reference count to overflow the 16bit number in some situations, causing problems when trying to expunge the duplicates. - Various search fixes (fts, solr, tika, lib-charset, indexer) - Various virtual plugin fixes - Various fixes and optimizations to dsync, imapc and pop3-migration - imap: Various RFC compliancy and crash fixes to NOTIFY - pigeonhole updated to 0.4.9 - ManageSieve: Fixed an assert failure occurring when a client disconnects during the GETSCRIPT command. - doveadm sieve plugin: Fixed incorrect initialization (mem leaks) of mail user. - sieve-filter command line tool: Fixed handling of failure-related implicit keep when there is an explicit default destination folder. - lib-sieve: Fixed bug in RFC5322 header folding.
12 lines
440 B
Diff
12 lines
440 B
Diff
diff -up dovecot-2.2.19/dovecot.service.in.privatetmp dovecot-2.2.19/dovecot.service.in
|
|
--- dovecot-2.2.19/dovecot.service.in.privatetmp 2015-10-05 12:50:24.273780394 +0200
|
|
+++ dovecot-2.2.19/dovecot.service.in 2015-10-05 12:50:56.281621589 +0200
|
|
@@ -26,6 +26,7 @@ After=local-fs.target network.target
|
|
Type=simple
|
|
ExecStart=@sbindir@/dovecot -F $OPTIONS
|
|
ExecReload=@sbindir@/dovecot reload
|
|
+PrivateTmp=true
|
|
NonBlocking=yes
|
|
|
|
[Install]
|