diff dovecot-example.conf @ 3661:a745511d591e HEAD

pop3_uidl_format is now required to be explicitly set. There is no default anymore.
author Timo Sirainen <tss@iki.fi>
date Sun, 16 Oct 2005 17:59:12 +0300
parents 7a04c13af9bc
children b7569a6a4ada
line wrap: on
line diff
--- a/dovecot-example.conf	Sun Oct 16 17:48:25 2005 +0300
+++ b/dovecot-example.conf	Sun Oct 16 17:59:12 2005 +0300
@@ -473,11 +473,18 @@
   #  Courier version 2   : %v-%u
   #  Cyrus (<= 2.1.3)    : %u
   #  Cyrus (>= 2.1.4)    : %v.%u
+  #  Older Dovecots      : %v.%u
   #
-  # Note that Outlook 2003 seems to have problems with %v.%u format which is
+  # Note that Outlook 2003 seems to have problems with %v.%u format which was
   # Dovecot's default, so if you're building a new server it would be a good
   # idea to change this. %08Xu%08Xv should be pretty fail-safe.
-  #pop3_uidl_format = %v.%u
+  #
+  # NOTE: Nowadays this is required to be set explicitly, since the old
+  # default was bad but it couldn't be changed without breaking existing
+  # installations. %08Xu%08Xv will be the new default, so use it for new
+  # installations.
+  #
+  #pop3_uidl_format = 
 
   # POP3 logout format string:
   #  %t - number of TOP commands