comparison 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
comparison
equal deleted inserted replaced
9347:a37fa30b0072 9348:3eacb6bbd227
656 # Note that Outlook 2003 seems to have problems with %v.%u format which was 656 # Note that Outlook 2003 seems to have problems with %v.%u format which was
657 # Dovecot's default, so if you're building a new server it would be a good 657 # Dovecot's default, so if you're building a new server it would be a good
658 # idea to change this. %08Xu%08Xv should be pretty fail-safe. 658 # idea to change this. %08Xu%08Xv should be pretty fail-safe.
659 # 659 #
660 #pop3_uidl_format = %08Xu%08Xv 660 #pop3_uidl_format = %08Xu%08Xv
661
662 # Permanently save UIDLs sent to POP3 clients, so pop3_uidl_format changes
663 # won't change those UIDLs. Currently this works only with Maildir.
664 #pop3_save_uidl = no
661 665
662 # POP3 logout format string: 666 # POP3 logout format string:
663 # %i - total number of bytes read from client 667 # %i - total number of bytes read from client
664 # %o - total number of bytes sent to client 668 # %o - total number of bytes sent to client
665 # %t - number of TOP commands 669 # %t - number of TOP commands