~ubuntu-branches/ubuntu/trusty/dovecot/trusty-security

« back to all changes in this revision

Viewing changes to doc/wiki/POP3Server.txt

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2012-04-04 14:56:38 UTC
  • mfrom: (1.15.1) (4.1.26 sid)
  • Revision ID: package-import@ubuntu.com-20120404145638-qmvdul6vwpcqparv
Tags: 1:2.0.19-0ubuntu1
* New upstream release (LP: #970782).
* Merge from Debian testing, remaining changes:
  + Add mail-stack-delivery package:
    - Update d/rules
    - d/control: convert existing dovecot-postfix package to a dummy
      package and add new mail-stack-delivery package.
    - Update maintainer scripts.
    - Rename d/dovecot-postfix.* to debian/mail-stack-delivery.*
    - d/mail-stack-delivery.preinst: Move previously installed backups and
      config files to a new package namespace.
    - d/mail-stack-delivery.prerm: Added to handle downgrades.
  + Use Snakeoil SSL certificates by default:
    - d/control: Depend on ssl-cert.
    - d/dovecot-core.postinst: Relax grep for SSL_* a bit.
  + Add autopkgtest to debian/tests/*.
  + Add ufw integration:
    - d/dovecot-core.ufw.profile: new ufw profile.
    - d/rules: install profile in dovecot-core.
    - d/control: dovecot-core - suggest ufw.
  + d/{control,rules}: enable PIE hardening.
  + d/dovecot-core.dirs: Added usr/share/doc/dovecot-core
  + Add apport hook:
    - d/rules, d/source_dovecot.py
  + Add upstart job:
    - d/rules, d/dovecot-core.dovecot.upstart, d/control,
      d/dovecot-core.dirs, dovecot-imapd.{postrm, postinst, prerm},
      d/dovecot-pop3d.{postinst, postrm, prerm}.
      d/mail-stack-deliver.postinst:
      Convert init script to upstart.
  + d/patches/fix-racey-restart.patch: Backported patch from current
    development release which ensures all child processes terminate prior
    to the main dovecot process.
  + debian/patches/CVE-2011-4318.patch: Dropped - applied upstream
  + d/control: Added Pre-Depends: dpkg (>= 1.15.6) to dovecot-dbg to support
    xz compression in Ubuntu.
  + d/control: Demote dovecot-common Recommends: to Suggests: to prevent
    install of extra packages on upgrade.
* d/patches/dovecot-drac.patch: Updated with version for dovecot >= 2.0.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
87
87
pop3_uidl_format = %08Xu%08Xv
88
88
---%<-------------------------------------------------------------------------
89
89
 
90
 
Another good default for dbox is to use the message's global UID:
 
90
Another good default is to use the message's global UID:
91
91
 
92
92
---%<-------------------------------------------------------------------------
93
93
pop3_uidl_format = %g
94
94
---%<-------------------------------------------------------------------------
95
95
 
 
96
However, note that GUIDs may not be unique, as the GUID does not change when a
 
97
message is copied.  (While copying is not possible using only POP3, it can be
 
98
done using IMAP, Sieve, or doveadm.)
 
99
 
96
100
Some formats, such as the previous default '%v.%u', seem to have problems with
97
101
Outlook 2003.
98
102
 
142
146
%m', it always appends the X-Delivery-ID: header to saved mailbox. Any existing
143
147
X-Delivery-ID: headers in the saved mails are dropped.
144
148
 
145
 
(This file was created from the wiki on 2011-08-29 04:42)
 
149
(This file was created from the wiki on 2012-03-15 16:40)