Re: [RFR] templates://dovecot/{dovecot-core.templates}
Christian PERRIER wrote:
> Template: dovecot-core/ssl-cert-exists
> Template: dovecot-core/create-ssl-cert
This all makes sense to me.
> Template: dovecot-core/ssl-cert-name
> _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.
Arguably "hostname", but here I think it doesn't matter.
>
> --- dovecot.old/debian/control 2013-10-06 08:22:06.491851895 +0200
> +++ dovecot/debian/control 2013-10-15 08:10:12.338572494 +0200
> @@ -16,7 +16,7 @@
> 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
^
That at least needs an extra comma for consistency with the last line
of the boilerplate!
> +Description: secure mail server with mbox/maildir/dbox/mdbox - core files
That would need to be "with mbox/maildir/dbox/mdbox support" or "for
mbox/maildir/dbox/mdbox" or something. And isn't it capital-M
Maildir?
> 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.
> .
> This package contains the dovecot main server and its command line utility.
>
> I just changed the synopsis everywhere to use a common part and a
> variable part (recommended practice).
>
> I'm balanced about keeping the "with mbox/maildir/dbox/mdbox". It
> makes the synopsis fairly long. How abou tjust "secure mail server"
> (which is not completly true as Dovecot is not a full server from the
> end user POV, not including an SMTP server)
Indeed, "mail server" would suggest to me that it was an SMTP rather
than IMAP/POP3 server - these descriptions don't really say anything
to set me straight if I thought that was the "main server" I'd get by
running "aptitude install dovecot-core". Maybe calling it a "mail
system" would be enough? It makes me wish people used the term
"mailbox server"...
And the support for "mbox, maildir, dbox and mdbox" really seems more
like material for the long description, since mbox/Maildir support is
routine and (m)dbox is Dovecot-specific.
So how about:
Description: secure mail system - 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.
--
JBR with qualifications in linguistics, experience as a Debian
sysadmin, and probably no clue about this particular package
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 Dovecots'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 mail system - 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 mail system - 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 mail system - 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 mail system - 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 mail system - 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 mail system - 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 mail system - 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 mail system - 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 mail system - 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 mail system - 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 mail system - 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 mail system - 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 mail system - 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 mail system - 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.
diff -ru dovecot-2.1.17.pristine/debian/control dovecot-2.1.17/debian/control
--- dovecot-2.1.17.pristine/debian/control 2013-09-07 19:59:54.000000000 +0100
+++ dovecot-2.1.17/debian/control 2013-10-15 22:41:41.177077592 +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 mail system - 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 mail system - 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 mail system - 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 mail system - 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 mail system - 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 mail system - 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 mail system - 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 mail system - 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 mail system - 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 mail system - 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 mail system - 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 mail system - 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 mail system - 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 mail system - 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.
diff -ru dovecot-2.1.17.pristine/debian/dovecot-core.templates dovecot-2.1.17/debian/dovecot-core.templates
--- dovecot-2.1.17.pristine/debian/dovecot-core.templates 2013-09-07 19:59:54.000000000 +0100
+++ dovecot-2.1.17/debian/dovecot-core.templates 2013-10-15 22:29:41.026884489 +0100
@@ -1,23 +1,25 @@
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 Dovecots'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.
.
- Answer true if you would like dovecot to create a self-signed certificate for
- you.
+ 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
@@ -25,4 +27,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.
Reply to: