[ubuntu/lucid] dovecot 1:1.2.9-1ubuntu1 (Accepted)

Chuck Short zulcss at ubuntu.com
Thu Jan 21 20:40:37 GMT 2010


dovecot (1:1.2.9-1ubuntu1) lucid; urgency=low

  * Merge from debian testing, remaining changes:
    + Add new binary pkg dovecot-postfix that integrates postfix and dovecot
      automatically: (LP: #164837)
    + debian/control:
      - add new binary with short description
      - set Architecture all for dovecot-postfix (LP: #329878)
    + debian/dovecot-postfix.postinst:
      - create initial certificate symlinks to snakeoil.
      - set up postfix with postconf to:
        - use Maildir/ as the default mailbox.
        - use dovecot as the sasl authentication server.
        - use dovecot LDA (deliver).
        - use tls for smtp{d} services.
      - fix certificates paths in postfix' main.cf
      - add reject_unauth_destination to postfix' recipient restrictions
      - add reject_unknown_sender_domain to postfix' sender restriction
      - rename configuration name on remove, delete on purge
      - restart dovecot after linking certificates
      - handle use case when postfix is unconfigurated
    + debian/dovecot-postfix.dirs: create backup directory for postfix's config
      configuration
    + restart postfix and dovecot.
    + debian/dovecot-postfix.postrm:
      - remove all dovecot related configuration from postfix.
      - restart postfix and dovecot.
    + debian/dovecot-common.init:
      - check if /etc/dovecot/dovecot-postfix.conf exists and use it
        as the configuration file if so.
    + debian/patches/warning-ubuntu-postfix.dpatch
      - add warning about dovecot-postfix.conf in dovecot default
        configuration file
    + debian/patches/dovecot-postfix.conf.diff:
      - Ubuntu server custom changes to the default dovecot configuration for
        better interfation with postfix.
      - enable sieve plugin.
      - Ubuntu server custom changes to the default dovecot configuration for
        better integration with postfix:
        - enable imap, pop3, imaps, pop3s and managesieve by default.
        - enable dovecot LDA (deliver).
        - enable SASL auth socket in postfix private directory
     + debian/rules:
       - copy, patch and install dovecot-postfix.conf in /etc/dovecot/.
       - build architecure independent packages too
     + Use Snakeoil SSL certificates by default.
       - debian/control: Depend on ssl-cert.
       - debian/patches/ssl-cert-snakeoil.dpatch: Change default SSL cert
         paths to snakeoil.
       - debian/dovecot-common.postinst: Relax grep for SSL_* a bit.
     + Add autopkgtest to debian/tests/*.
     + Fast TearDown: Update the lsb init header to not stop in level 6.
     + Add ufw integration:
       - Created debian/dovecot-common.ufw.profile.
       - debian/rules: install profile.
       - debian/control: suggest ufw.
     + debian/{control,rules}: enable PIE hardening.
     + dovecot-imapd, dovecot-pop3: Replaces dovecot-common (<< 1:1.1). (LP: #254721)
     + debian/control: Update Vcs-* headers.
     + Add SMTP-AUTH support for Outlook (login auth mechanism)

Date: Thu, 21 Jan 2010 15:07:24 -0500
Changed-By: Chuck Short <zulcss at ubuntu.com>
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Chuck Short <chuck.short at canonical.com>
https://launchpad.net/ubuntu/lucid/+source/dovecot/1:1.2.9-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Thu, 21 Jan 2010 15:07:24 -0500
Source: dovecot
Binary: dovecot-common dovecot-dev dovecot-imapd dovecot-pop3d dovecot-postfix dovecot-dbg
Architecture: source
Version: 1:1.2.9-1ubuntu1
Distribution: lucid
Urgency: low
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Chuck Short <zulcss at ubuntu.com>
Description: 
 dovecot-common - secure mail server that supports mbox and maildir mailboxes
 dovecot-dbg - debug symbols for Dovecot
 dovecot-dev - header files for the dovecot mail server
 dovecot-imapd - secure IMAP server that supports mbox and maildir mailboxes
 dovecot-pop3d - secure POP3 server that supports mbox and maildir mailboxes
 dovecot-postfix - full mail server stack provided by Ubuntu server team
Changes: 
 dovecot (1:1.2.9-1ubuntu1) lucid; urgency=low
 .
   * Merge from debian testing, remaining changes:
     + Add new binary pkg dovecot-postfix that integrates postfix and dovecot
       automatically: (LP: #164837)
     + debian/control:
       - add new binary with short description
       - set Architecture all for dovecot-postfix (LP: #329878)
     + debian/dovecot-postfix.postinst:
       - create initial certificate symlinks to snakeoil.
       - set up postfix with postconf to:
         - use Maildir/ as the default mailbox.
         - use dovecot as the sasl authentication server.
         - use dovecot LDA (deliver).
         - use tls for smtp{d} services.
       - fix certificates paths in postfix' main.cf
       - add reject_unauth_destination to postfix' recipient restrictions
       - add reject_unknown_sender_domain to postfix' sender restriction
       - rename configuration name on remove, delete on purge
       - restart dovecot after linking certificates
       - handle use case when postfix is unconfigurated
     + debian/dovecot-postfix.dirs: create backup directory for postfix's config
       configuration
     + restart postfix and dovecot.
     + debian/dovecot-postfix.postrm:
       - remove all dovecot related configuration from postfix.
       - restart postfix and dovecot.
     + debian/dovecot-common.init:
       - check if /etc/dovecot/dovecot-postfix.conf exists and use it
         as the configuration file if so.
     + debian/patches/warning-ubuntu-postfix.dpatch
       - add warning about dovecot-postfix.conf in dovecot default
         configuration file
     + debian/patches/dovecot-postfix.conf.diff:
       - Ubuntu server custom changes to the default dovecot configuration for
         better interfation with postfix.
       - enable sieve plugin.
       - Ubuntu server custom changes to the default dovecot configuration for
         better integration with postfix:
         - enable imap, pop3, imaps, pop3s and managesieve by default.
         - enable dovecot LDA (deliver).
         - enable SASL auth socket in postfix private directory
      + debian/rules:
        - copy, patch and install dovecot-postfix.conf in /etc/dovecot/.
        - build architecure independent packages too
      + Use Snakeoil SSL certificates by default.
        - debian/control: Depend on ssl-cert.
        - debian/patches/ssl-cert-snakeoil.dpatch: Change default SSL cert
          paths to snakeoil.
        - debian/dovecot-common.postinst: Relax grep for SSL_* a bit.
      + Add autopkgtest to debian/tests/*.
      + Fast TearDown: Update the lsb init header to not stop in level 6.
      + Add ufw integration:
        - Created debian/dovecot-common.ufw.profile.
        - debian/rules: install profile.
        - debian/control: suggest ufw.
      + debian/{control,rules}: enable PIE hardening.
      + dovecot-imapd, dovecot-pop3: Replaces dovecot-common (<< 1:1.1). (LP: #254721)
      + debian/control: Update Vcs-* headers.
      + Add SMTP-AUTH support for Outlook (login auth mechanism)
Checksums-Sha1: 
 38be35e760bae9cc80882a5b016c9aee39caf704 1733 dovecot_1.2.9-1ubuntu1.dsc
 7c1013a1bc856a4366f76ac1f40e856185695e20 2889394 dovecot_1.2.9.orig.tar.gz
 00279232f16f87185e104de64fb023012b93c120 1414397 dovecot_1.2.9-1ubuntu1.debian.tar.gz
Checksums-Sha256: 
 7af5bc18adbffadc6c14bbc3257d482b89cb775f09ad50f86f841b789c765a3d 1733 dovecot_1.2.9-1ubuntu1.dsc
 b4661e2e839ec2dde27e74c596d1157530b80c767ce42566c894553cb16a6887 2889394 dovecot_1.2.9.orig.tar.gz
 0ec0fe0a7aa3e0b4086cdd1e0c4071902304a6ec4ba2f20185e5c46dc87394f4 1414397 dovecot_1.2.9-1ubuntu1.debian.tar.gz
Files: 
 0617072257b43decf0fcf0646bef66e0 1733 mail optional dovecot_1.2.9-1ubuntu1.dsc
 036ff97fb248dae3bd4b796a0644634f 2889394 mail optional dovecot_1.2.9.orig.tar.gz
 a62512066a126930663479e5a7ba3bf3 1414397 mail optional dovecot_1.2.9-1ubuntu1.debian.tar.gz
Launchpad-Bugs-Fixed: 164837 254721 329878
Original-Maintainer: Dovecot Maintainers <jaldhar-dovecot at debian.org>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAktYuuIACgkQIHZ33voUATvF0QCfTiQaah+QVPHjr8Ej9+nFZAMs
zrcAn3yoWDC/ZHuJrNYMK9a/gNfkMUsK
=KHf9
-----END PGP SIGNATURE-----


More information about the Lucid-changes mailing list