[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[BTS#725466] templates://dovecot/{dovecot-core.templates} : Final update for English review



Dear Debian maintainer,

On Friday, October 11, 2013, I notified you of the beginning of a review process
concerning debconf templates for dovecot.

The debian-l10n-english contributors have now reviewed these templates,
and the final proposed changes are attached to this update to the
original bug report.

Please review the suggested changes, and if you have any
objections, let me know in the next 3 days.

However, please try to avoid uploading dovecot with these changes
right now.

The second phase of this process will begin on Wednesday, November 06, 2013, when I will
coordinate updates to translations of debconf templates.

The existing translators will be notified of the changes: they will
receive an updated PO file for their language.

Simultaneously, a general call for new translations will be sent to
the debian-i18n mailing list.

Both these calls for translations will request updates to be sent as
individual bug reports. That will probably trigger a lot of bug
reports against your package, but these should be easier to deal with.

The call for translation updates and new translations will run until
about Wednesday, November 27, 2013. Please avoid uploading a package with fixed or changed
debconf templates and/or translation updates in the meantime. Of
course, other changes are safe.

Please note that this is an approximative delay, which depends on my
own availability to process this work and is influenced by the fact
that I simultaneously work on many packages.

Around Thursday, November 28, 2013, I will contact you again and will send a final patch
summarizing all the updates (changes to debconf templates,
updates to debconf translations and new debconf translations).

Again, thanks for your attention and cooperation.


-- 


# These templates have been reviewed by the debian-l10n-english
# team
#
# If modifications/additions/rewording are needed, please ask
# debian-l10n-english@lists.debian.org for advice.
#
# Even minor modifications require translation updates and such
# changes should be coordinated with translators and reviewers.

Template: dovecot-core/ssl-cert-exists
Type: error
_Description: Wrong location for SSL certificates
 This machine uses SSL certificates for Dovecot. These certificates
 should be moved from /etc/ssl to /etc/dovecot and Dovecot's
 configuration file (/etc/dovecot/conf.d/10-ssl.conf) should be updated
 accordingly.
 .
 Please read /usr/share/doc/dovecot-core/README.Debian.gz for details.

Template: dovecot-core/create-ssl-cert
Type: boolean
Default: true
_Description: Create a self-signed SSL certificate?
 An SSL certificate is needed in order to use IMAP or POP3 over SSL/TLS.
 No such certificate was found.
 .
 Please choose whether you want to create one now. This will then be a
 self-signed certificate.
 .
 If you choose not to create a certificate, please adapt Dovecot's
 configuration file (/etc/dovecot/conf.d/10-ssl.conf).

Template: dovecot-core/ssl-cert-name
Type: string
Default: localhost
_Description: Host name:
 Please enter the host name to use in the SSL certificate.
 .
 It will become the "commonName" field of the generated SSL certificate.
Source: dovecot
Section: mail
Priority: optional
Maintainer: Dovecot Maintainers <jaldhar-dovecot@debian.org>
Uploaders: Jaldhar H. Vyas <jaldhar@debian.org>, Fabio Tranchitella <kobold@debian.org>, Joel Johnson <mrjoel@lixil.net>, Marco Nenciarini <mnencia@debian.org>
Build-Depends: debhelper (>= 7.2.3~), dpkg-dev (>= 1.16.1), pkg-config, libssl-dev, libpam0g-dev, libldap2-dev, libpq-dev, libmysqlclient-dev, libsqlite3-dev, libsasl2-dev, zlib1g-dev, libkrb5-dev, drac-dev (>= 1.12-5), libbz2-dev, libdb-dev, libcurl4-gnutls-dev, libexpat-dev, libwrap0-dev, dh-systemd, po-debconf, lsb-release
Standards-Version: 3.9.4
Homepage: http://dovecot.org/
Vcs-Git: git://git.debian.org/git/collab-maint/dovecot.git
Vcs-Browser: http://git.debian.org/?p=collab-maint/dovecot.git

Package: dovecot-core
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libpam-runtime (>= 0.76-13.1), openssl, adduser, ucf (>= 2.0020)
Suggests: ntp, dovecot-gssapi, dovecot-sieve, dovecot-pgsql, dovecot-mysql, dovecot-sqlite, dovecot-ldap, dovecot-imapd, dovecot-pop3d, dovecot-lmtpd, dovecot-managesieved, dovecot-solr
Provides: dovecot-common
Replaces: dovecot-common (<< 1:2.0.14-2~), mailavenger (<< 0.8.1-4)
Breaks: dovecot-common (<< 1:2.0.14-2~), mailavenger (<< 0.8.1-4)
Description: secure POP3/IMAP server - core files
 Dovecot is a mail server whose major goals are security and extreme
 reliability. It tries very hard to handle all error conditions and verify
 that all data is valid, making it nearly impossible to crash. It supports
 mbox/Maildir and its own dbox/mdbox formats, and should also be pretty
 fast, extensible, and portable.
 .
 This package contains the Dovecot main server and its command line utility.

Package: dovecot-dev
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, dovecot-core (= ${binary:Version})
Replaces: dovecot-common (<< 1:2.0.14-2~)
Breaks: dovecot-common (<< 1:2.0.14-2~)
Description: secure POP3/IMAP server - header files
 Dovecot is a mail server whose major goals are security and extreme
 reliability. It tries very hard to handle all error conditions and verify
 that all data is valid, making it nearly impossible to crash. It supports
 mbox/Maildir and its own dbox/mdbox formats, and should also be pretty
 fast, extensible, and portable.
 .
 This package contains header files needed to compile plugins for the Dovecot
 mail server.

Package: dovecot-imapd
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, dovecot-core (= ${binary:Version}), ucf (>= 2.0020)
Provides: imap-server
Description: secure POP3/IMAP server - IMAP daemon
 Dovecot is a mail server whose major goals are security and extreme
 reliability. It tries very hard to handle all error conditions and verify
 that all data is valid, making it nearly impossible to crash. It supports
 mbox/Maildir and its own dbox/mdbox formats, and should also be pretty
 fast, extensible, and portable.
 .
 This package contains the Dovecot IMAP server.

Package: dovecot-pop3d
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, dovecot-core (= ${binary:Version}), ucf (>= 2.0020)
Provides: pop3-server
Description: secure POP3/IMAP server - POP3 daemon
 Dovecot is a mail server whose major goals are security and extreme
 reliability. It tries very hard to handle all error conditions and verify
 that all data is valid, making it nearly impossible to crash. It supports
 mbox/Maildir and its own dbox/mdbox formats, and should also be pretty
 fast, extensible, and portable.
 .
 This package contains the Dovecot POP3 server.

Package: dovecot-lmtpd
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, dovecot-core (= ${binary:Version}), ucf (>= 2.0020)
Replaces: dovecot-common (<< 1:2.0.14-2~)
Breaks: dovecot-common (<< 1:2.0.14-2~)
Description: secure POP3/IMAP server - LMTP server
 Dovecot is a mail server whose major goals are security and extreme
 reliability. It tries very hard to handle all error conditions and verify
 that all data is valid, making it nearly impossible to crash. It supports
 mbox/Maildir and its own dbox/mdbox formats, and should also be pretty
 fast, extensible, and portable.
 .
 This package contains the Dovecot LMTP server.

Package: dovecot-managesieved
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, dovecot-core (= ${binary:Version}), dovecot-sieve (= ${binary:Version}), ucf (>= 2.0020)
Replaces: dovecot-common (<< 1:2.0.14-2~)
Breaks: dovecot-common (<< 1:2.0.14-2~)
Description: secure POP3/IMAP server - ManageSieve server
 Dovecot is a mail server whose major goals are security and extreme
 reliability. It tries very hard to handle all error conditions and verify
 that all data is valid, making it nearly impossible to crash. It supports
 mbox/Maildir and its own dbox/mdbox formats, and should also be pretty
 fast, extensible, and portable.
 .
 This package contains the Dovecot ManageSieve server.

Package: dovecot-pgsql
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, dovecot-core (= ${binary:Version})
Description: secure POP3/IMAP server - PostgreSQL support
 Dovecot is a mail server whose major goals are security and extreme
 reliability. It tries very hard to handle all error conditions and verify
 that all data is valid, making it nearly impossible to crash. It supports
 mbox/Maildir and its own dbox/mdbox formats, and should also be pretty
 fast, extensible, and portable.
 .
 This package provides PostgreSQL support for Dovecot.

Package: dovecot-mysql
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, dovecot-core (= ${binary:Version})
Description: secure POP3/IMAP server - MySQL support
 Dovecot is a mail server whose major goals are security and extreme
 reliability. It tries very hard to handle all error conditions and verify
 that all data is valid, making it nearly impossible to crash. It supports
 mbox/Maildir and its own dbox/mdbox formats, and should also be pretty
 fast, extensible, and portable.
 .
 This package provides MySQL support for Dovecot.

Package: dovecot-sqlite
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, dovecot-core (= ${binary:Version})
Description: secure POP3/IMAP server - SQLite support
 Dovecot is a mail server whose major goals are security and extreme
 reliability. It tries very hard to handle all error conditions and verify
 that all data is valid, making it nearly impossible to crash. It supports
 mbox/Maildir and its own dbox/mdbox formats, and should also be pretty
 fast, extensible, and portable.
 .
 This package provides SQLite support for Dovecot.

Package: dovecot-ldap
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, dovecot-core (= ${binary:Version}), ucf (>= 2.0020)
Description: secure POP3/IMAP server - LDAP support
 Dovecot is a mail server whose major goals are security and extreme
 reliability. It tries very hard to handle all error conditions and verify
 that all data is valid, making it nearly impossible to crash. It supports
 mbox/Maildir and its own dbox/mdbox formats, and should also be pretty
 fast, extensible, and portable.
 .
 This package provides LDAP support for Dovecot.

Package: dovecot-gssapi
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, dovecot-core (= ${binary:Version})
Description: secure POP3/IMAP server - GSSAPI support
 Dovecot is a mail server whose major goals are security and extreme
 reliability. It tries very hard to handle all error conditions and verify
 that all data is valid, making it nearly impossible to crash. It supports
 mbox/Maildir and its own dbox/mdbox formats, and should also be pretty
 fast, extensible, and portable.
 .
 This package provides GSSAPI authentication support for Dovecot.

Package: dovecot-sieve
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, dovecot-core (= ${binary:Version}), ucf (>= 2.0020)
Description: secure POP3/IMAP server - Sieve filters support
 Dovecot is a mail server whose major goals are security and extreme
 reliability. It tries very hard to handle all error conditions and verify
 that all data is valid, making it nearly impossible to crash. It supports
 mbox/Maildir and its own dbox/mdbox formats, and should also be pretty
 fast, extensible, and portable.
 .
 This package provides Sieve filters support for Dovecot.

Package: dovecot-solr
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, dovecot-core (= ${binary:Version})
Description: secure POP3/IMAP server - Solr support
 Dovecot is a mail server whose major goals are security and extreme
 reliability. It tries very hard to handle all error conditions and verify
 that all data is valid, making it nearly impossible to crash. It supports
 mbox/Maildir and its own dbox/mdbox formats, and should also be pretty
 fast, extensible, and portable.
 .
 This package provides Solr full text search support for Dovecot.

Package: dovecot-dbg
Section: debug
Priority: extra
Architecture: any
Depends: ${misc:Depends}, dovecot-core (= ${binary:Version})
Description: secure POP3/IMAP server - debug symbols
 Dovecot is a mail server whose major goals are security and extreme
 reliability. It tries very hard to handle all error conditions and verify
 that all data is valid, making it nearly impossible to crash. It supports
 mbox/Maildir and its own dbox/mdbox formats, and should also be pretty
 fast, extensible, and portable.
 .
 This package contains debug symbols for Dovecot.
--- dovecot.old/debian/dovecot-core.templates	2013-10-06 08:22:06.491851895 +0200
+++ dovecot/debian/dovecot-core.templates	2013-11-03 08:55:50.201139676 +0100
@@ -1,23 +1,34 @@
+# These templates have been reviewed by the debian-l10n-english
+# team
+#
+# If modifications/additions/rewording are needed, please ask
+# debian-l10n-english@lists.debian.org for advice.
+#
+# Even minor modifications require translation updates and such
+# changes should be coordinated with translators and reviewers.
+
 Template: dovecot-core/ssl-cert-exists
-Type: note
-_Description: SSL certificate in the wrong location
- You already have SSL certs for dovecot.  However you should move them out of 
- /etc/ssl and into /etc/dovecot and update the configuration in
- /etc/dovecot/conf.d/10-ssl.conf accordingly.
+Type: error
+_Description: Wrong location for SSL certificates
+ This machine uses SSL certificates for Dovecot. These certificates
+ should be moved from /etc/ssl to /etc/dovecot and Dovecot's
+ configuration file (/etc/dovecot/conf.d/10-ssl.conf) should be updated
+ accordingly.
  .
- See /usr/share/doc/dovecot-core/README.Debian.gz for details."
+ Please read /usr/share/doc/dovecot-core/README.Debian.gz for details.
 
 Template: dovecot-core/create-ssl-cert
 Type: boolean
 Default: true
 _Description: Create a self-signed SSL certificate?
- In order to use IMAP or POP3 over SSL/TLS you will need a certificate.  It
- looks like you don't have one.  If this is incorrect, answer false to this
- question.  Make sure you have the proper configuration for your certificate
- set up in /etc/dovecot/conf.d/10-ssl.conf.
+ An SSL certificate is needed in order to use IMAP or POP3 over SSL/TLS.
+ No such certificate was found.
+ .
+ Please choose whether you want to create one now. This will then be a
+ self-signed certificate.
  .
- Answer true if you would like dovecot to create a self-signed certificate for
- you.
+ If you choose not to create a certificate, please adapt Dovecot's
+ configuration file (/etc/dovecot/conf.d/10-ssl.conf).
 
 Template: dovecot-core/ssl-cert-name
 Type: string
@@ -25,4 +36,4 @@
 _Description: Host name:
  Please enter the host name to use in the SSL certificate.
  .
- It will become the 'commonName' field of the generated SSL certificate.
+ It will become the "commonName" field of the generated SSL certificate.
--- dovecot.old/debian/control	2013-10-06 08:22:06.491851895 +0200
+++ dovecot/debian/control	2013-10-31 07:47:49.796719039 +0100
@@ -16,152 +16,165 @@
 Provides: dovecot-common
 Replaces: dovecot-common (<< 1:2.0.14-2~), mailavenger (<< 0.8.1-4)
 Breaks: dovecot-common (<< 1:2.0.14-2~), mailavenger (<< 0.8.1-4)
-Description: secure mail server that supports mbox, maildir, dbox and mdbox mailboxes
+Description: secure POP3/IMAP server - core files
  Dovecot is a mail server whose major goals are security and extreme
- reliability. It tries very hard to handle all error conditions and verify that
- all data is valid, making it nearly impossible to crash. It should also be
- pretty fast, extensible, and portable.
+ reliability. It tries very hard to handle all error conditions and verify
+ that all data is valid, making it nearly impossible to crash. It supports
+ mbox/Maildir and its own dbox/mdbox formats, and should also be pretty
+ fast, extensible, and portable.
  .
- This package contains the dovecot main server and its command line utility.
+ This package contains the Dovecot main server and its command line utility.
 
 Package: dovecot-dev
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, dovecot-core (= ${binary:Version})
 Replaces: dovecot-common (<< 1:2.0.14-2~)
 Breaks: dovecot-common (<< 1:2.0.14-2~)
-Description: header files for the dovecot mail server
+Description: secure POP3/IMAP server - header files
  Dovecot is a mail server whose major goals are security and extreme
- reliability. It tries very hard to handle all error conditions and verify that
- all data is valid, making it nearly impossible to crash. It should also be
- pretty fast, extensible, and portable.
+ reliability. It tries very hard to handle all error conditions and verify
+ that all data is valid, making it nearly impossible to crash. It supports
+ mbox/Maildir and its own dbox/mdbox formats, and should also be pretty
+ fast, extensible, and portable.
  .
- This package contains header files needed to compile plugins for the dovecot
+ This package contains header files needed to compile plugins for the Dovecot
  mail server.
 
 Package: dovecot-imapd
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, dovecot-core (= ${binary:Version}), ucf (>= 2.0020)
 Provides: imap-server
-Description: secure IMAP server that supports mbox, maildir, dbox and mdbox mailboxes
+Description: secure POP3/IMAP server - IMAP daemon
  Dovecot is a mail server whose major goals are security and extreme
- reliability. It tries very hard to handle all error conditions and verify that
- all data is valid, making it nearly impossible to crash. It should also be
- pretty fast, extensible, and portable.
+ reliability. It tries very hard to handle all error conditions and verify
+ that all data is valid, making it nearly impossible to crash. It supports
+ mbox/Maildir and its own dbox/mdbox formats, and should also be pretty
+ fast, extensible, and portable.
  .
- This package contains the dovecot IMAP server.
+ This package contains the Dovecot IMAP server.
 
 Package: dovecot-pop3d
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, dovecot-core (= ${binary:Version}), ucf (>= 2.0020)
 Provides: pop3-server
-Description: secure POP3 server that supports mbox, maildir, dbox and mdbox mailboxes
+Description: secure POP3/IMAP server - POP3 daemon
  Dovecot is a mail server whose major goals are security and extreme
- reliability. It tries very hard to handle all error conditions and verify that
- all data is valid, making it nearly impossible to crash. It should also be
- pretty fast, extensible, and portable.
+ reliability. It tries very hard to handle all error conditions and verify
+ that all data is valid, making it nearly impossible to crash. It supports
+ mbox/Maildir and its own dbox/mdbox formats, and should also be pretty
+ fast, extensible, and portable.
  .
- This package contains the dovecot POP3 server.
+ This package contains the Dovecot POP3 server.
 
 Package: dovecot-lmtpd
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, dovecot-core (= ${binary:Version}), ucf (>= 2.0020)
 Replaces: dovecot-common (<< 1:2.0.14-2~)
 Breaks: dovecot-common (<< 1:2.0.14-2~)
-Description: secure LMTP server for Dovecot
+Description: secure POP3/IMAP server - LMTP server
  Dovecot is a mail server whose major goals are security and extreme
- reliability. It tries very hard to handle all error conditions and verify that
- all data is valid, making it nearly impossible to crash. It should also be
- pretty fast, extensible, and portable.
+ reliability. It tries very hard to handle all error conditions and verify
+ that all data is valid, making it nearly impossible to crash. It supports
+ mbox/Maildir and its own dbox/mdbox formats, and should also be pretty
+ fast, extensible, and portable.
  .
- This package contains the dovecot LMTP server.
+ This package contains the Dovecot LMTP server.
 
 Package: dovecot-managesieved
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, dovecot-core (= ${binary:Version}), dovecot-sieve (= ${binary:Version}), ucf (>= 2.0020)
 Replaces: dovecot-common (<< 1:2.0.14-2~)
 Breaks: dovecot-common (<< 1:2.0.14-2~)
-Description: secure ManageSieve server for Dovecot
+Description: secure POP3/IMAP server - ManageSieve server
  Dovecot is a mail server whose major goals are security and extreme
- reliability. It tries very hard to handle all error conditions and verify that
- all data is valid, making it nearly impossible to crash. It should also be
- pretty fast, extensible, and portable.
+ reliability. It tries very hard to handle all error conditions and verify
+ that all data is valid, making it nearly impossible to crash. It supports
+ mbox/Maildir and its own dbox/mdbox formats, and should also be pretty
+ fast, extensible, and portable.
  .
- This package contains the dovecot ManageSieve server.
+ This package contains the Dovecot ManageSieve server.
 
 Package: dovecot-pgsql
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, dovecot-core (= ${binary:Version})
-Description: PostgreSQL support for Dovecot
+Description: secure POP3/IMAP server - PostgreSQL support
  Dovecot is a mail server whose major goals are security and extreme
- reliability. It tries very hard to handle all error conditions and verify that
- all data is valid, making it nearly impossible to crash. It should also be
- pretty fast, extensible, and portable.
+ reliability. It tries very hard to handle all error conditions and verify
+ that all data is valid, making it nearly impossible to crash. It supports
+ mbox/Maildir and its own dbox/mdbox formats, and should also be pretty
+ fast, extensible, and portable.
  .
  This package provides PostgreSQL support for Dovecot.
 
 Package: dovecot-mysql
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, dovecot-core (= ${binary:Version})
-Description: MySQL support for Dovecot
+Description: secure POP3/IMAP server - MySQL support
  Dovecot is a mail server whose major goals are security and extreme
- reliability. It tries very hard to handle all error conditions and verify that
- all data is valid, making it nearly impossible to crash. It should also be
- pretty fast, extensible, and portable.
+ reliability. It tries very hard to handle all error conditions and verify
+ that all data is valid, making it nearly impossible to crash. It supports
+ mbox/Maildir and its own dbox/mdbox formats, and should also be pretty
+ fast, extensible, and portable.
  .
  This package provides MySQL support for Dovecot.
 
 Package: dovecot-sqlite
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, dovecot-core (= ${binary:Version})
-Description: SQLite support for Dovecot
+Description: secure POP3/IMAP server - SQLite support
  Dovecot is a mail server whose major goals are security and extreme
- reliability. It tries very hard to handle all error conditions and verify that
- all data is valid, making it nearly impossible to crash. It should also be
- pretty fast, extensible, and portable.
+ reliability. It tries very hard to handle all error conditions and verify
+ that all data is valid, making it nearly impossible to crash. It supports
+ mbox/Maildir and its own dbox/mdbox formats, and should also be pretty
+ fast, extensible, and portable.
  .
  This package provides SQLite support for Dovecot.
 
 Package: dovecot-ldap
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, dovecot-core (= ${binary:Version}), ucf (>= 2.0020)
-Description: LDAP support for Dovecot
+Description: secure POP3/IMAP server - LDAP support
  Dovecot is a mail server whose major goals are security and extreme
- reliability. It tries very hard to handle all error conditions and verify that
- all data is valid, making it nearly impossible to crash. It should also be
- pretty fast, extensible, and portable.
+ reliability. It tries very hard to handle all error conditions and verify
+ that all data is valid, making it nearly impossible to crash. It supports
+ mbox/Maildir and its own dbox/mdbox formats, and should also be pretty
+ fast, extensible, and portable.
  .
  This package provides LDAP support for Dovecot.
 
 Package: dovecot-gssapi
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, dovecot-core (= ${binary:Version})
-Description: GSSAPI authentication support for Dovecot
+Description: secure POP3/IMAP server - GSSAPI support
  Dovecot is a mail server whose major goals are security and extreme
- reliability. It tries very hard to handle all error conditions and verify that
- all data is valid, making it nearly impossible to crash. It should also be
- pretty fast, extensible, and portable.
+ reliability. It tries very hard to handle all error conditions and verify
+ that all data is valid, making it nearly impossible to crash. It supports
+ mbox/Maildir and its own dbox/mdbox formats, and should also be pretty
+ fast, extensible, and portable.
  .
  This package provides GSSAPI authentication support for Dovecot.
 
 Package: dovecot-sieve
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, dovecot-core (= ${binary:Version}), ucf (>= 2.0020)
-Description: sieve filters support for Dovecot
+Description: secure POP3/IMAP server - Sieve filters support
  Dovecot is a mail server whose major goals are security and extreme
- reliability. It tries very hard to handle all error conditions and verify that
- all data is valid, making it nearly impossible to crash. It should also be
- pretty fast, extensible, and portable.
+ reliability. It tries very hard to handle all error conditions and verify
+ that all data is valid, making it nearly impossible to crash. It supports
+ mbox/Maildir and its own dbox/mdbox formats, and should also be pretty
+ fast, extensible, and portable.
  .
- This package provides sieve filters support for Dovecot.
+ This package provides Sieve filters support for Dovecot.
 
 Package: dovecot-solr
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, dovecot-core (= ${binary:Version})
-Description: Solr full text search support for Dovecot
+Description: secure POP3/IMAP server - Solr support
  Dovecot is a mail server whose major goals are security and extreme
- reliability. It tries very hard to handle all error conditions and verify that
- all data is valid, making it nearly impossible to crash. It should also be
- pretty fast, extensible, and portable.
+ reliability. It tries very hard to handle all error conditions and verify
+ that all data is valid, making it nearly impossible to crash. It supports
+ mbox/Maildir and its own dbox/mdbox formats, and should also be pretty
+ fast, extensible, and portable.
  .
  This package provides Solr full text search support for Dovecot.
 
@@ -170,10 +183,11 @@
 Priority: extra
 Architecture: any
 Depends: ${misc:Depends}, dovecot-core (= ${binary:Version})
-Description: debug symbols for Dovecot
+Description: secure POP3/IMAP server - debug symbols
  Dovecot is a mail server whose major goals are security and extreme
- reliability. It tries very hard to handle all error conditions and verify that
- all data is valid, making it nearly impossible to crash. It should also be
- pretty fast, extensible, and portable.
+ reliability. It tries very hard to handle all error conditions and verify
+ that all data is valid, making it nearly impossible to crash. It supports
+ mbox/Maildir and its own dbox/mdbox formats, and should also be pretty
+ fast, extensible, and portable.
  .
  This package contains debug symbols for Dovecot.

Attachment: signature.asc
Description: Digital signature


Reply to: