diff dovecot-example.conf @ 9348:3eacb6bbd227 HEAD

Added pop3_save_uidl setting. When UIDLs are sent to client, save them to dovecot-uidlist. This allows changing pop3_uidl_format without messages getting re-downloaded. It's also useful with virtual POP3 INBOX when UIDLs are based on IMAP UIDs that may not be as stable as in non-virtual INBOX.
author Timo Sirainen <tss@iki.fi>
date Mon, 31 Aug 2009 18:53:17 -0400
parents c3d4b5e72ac3
children 436a44194e6a
line wrap: on
line diff
--- a/dovecot-example.conf	Fri Aug 28 16:50:20 2009 -0400
+++ b/dovecot-example.conf	Mon Aug 31 18:53:17 2009 -0400
@@ -659,6 +659,10 @@
   #
   #pop3_uidl_format = %08Xu%08Xv
 
+  # Permanently save UIDLs sent to POP3 clients, so pop3_uidl_format changes
+  # won't change those UIDLs. Currently this works only with Maildir.
+  #pop3_save_uidl = no
+
   # POP3 logout format string:
   #  %i - total number of bytes read from client
   #  %o - total number of bytes sent to client