Package: courier Version: N/A Severity: normal Tags: patch Dear Debian maintainer,
On Thursday, October 18, 2007, I notified you of the beginning of a review process concerning debconf templates for courier. The debian-l10n-english contributors have now reviewed these templates, and the proposed changes are attached to this bug report. Please review the suggested changes are suggested, and if you have any objections, let me know in the next 3 days. Please try to avoid uploading courier with these changes right now. The second phase of this process will begin on Friday, November 09, 2007, 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 Friday, November 30, 2007. 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 <DAY25>, 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. -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.22-3-686 (SMP w/1 CPU core) Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Shell: /bin/sh linked to /bin/dash
--- courier.old/debian/courier-base.templates 2007-10-14 09:35:38.036209729 +0200 +++ courier/debian/courier-base.templates 2007-11-06 10:22:40.540123099 +0100 @@ -1,6 +1,16 @@ +# These templates have been reviewed by the debian-l10n-english +# team +# +# If modifications/additions/rewording are needed, please ask +# [EMAIL PROTECTED] for advice. +# +# Even minor modifications require translation updates and such +# changes should be coordinated with translators and reviewers. + Template: courier-base/authlib-initial Type: note -_Description: Modified Authentication Infrastructure +# Obsolete, not reviewed +_Description: Modified authentication infrastructure Beginning with Courier 0.48, the authentication modules that used to be part of Courier have been separated into a standalone library. All Courier applications are now using the same authentication infrastructure, the @@ -13,11 +23,11 @@ Template: courier-base/webadmin-configmode Type: boolean Default: false -_Description: Create directories for web-based administration ? - Courier uses several configuration files which are located in - /etc/courier. Some configuration files can be replaced by a subdirectory - where all files insides this directory are concatenated and considered - to be a single, consolidated, configuration file. +_Description: Create directories for web-based administration? + Courier uses several configuration files in /etc/courier. Some of + these files can be replaced by a subdirectory whose contents are + concatenated and treated as a single, consolidated, configuration + file. . The web-based administration provided by the courier-webadmin package relies on configuration directories instead of configuration files. @@ -28,8 +38,8 @@ Template: courier-base/maildir Type: string Default: Maildir -_Description: Path to user's Maildir directory: - This is a relative path name from each user's home directory to the +_Description: Path to Maildir directory: + Please give the relative path name from each user's home directory to the Maildir directory where the Courier servers store and access the - user's email. Please refer to the maildir(5) manual page if you are + user's email. Please refer to the maildir.courier(5) manual page if you are unfamiliar with the mail storage format used by Courier. --- courier.old/debian/courier-mta.templates 2007-10-14 09:35:38.036209729 +0200 +++ courier/debian/courier-mta.templates 2007-11-06 10:22:40.540123099 +0100 @@ -1,12 +1,21 @@ +# These templates have been reviewed by the debian-l10n-english +# team +# +# If modifications/additions/rewording are needed, please ask +# [EMAIL PROTECTED] for advice. +# +# Even minor modifications require translation updates and such +# changes should be coordinated with translators and reviewers. + Template: courier-mta/defaultdomain Type: string _Description: Default domain: Please specify a valid email domain. Most header rewriting functions will append this domain to all email addresses which do not specify a domain, - e.g. emails from accounts on this machine. + such as local accounts. Template: courier-mta/dsnfrom Type: string -_Description: "From" Header for Delivery Notifications: +_Description: "From" header for delivery notifications: Please specify a valid value for the "From" header for mail delivery - notifications. Otherwise these cannot be sent. + notifications. These notifications cannot be sent without that setting. --- courier.old/debian/courier-ssl.templates 2007-10-14 09:35:38.036209729 +0200 +++ courier/debian/courier-ssl.templates 2007-11-06 10:22:41.040097289 +0100 @@ -1,10 +1,21 @@ +# These templates have been reviewed by the debian-l10n-english +# team +# +# If modifications/additions/rewording are needed, please ask +# [EMAIL PROTECTED] for advice. +# +# Even minor modifications require translation updates and such +# changes should be coordinated with translators and reviewers. + Template: courier-ssl/certnotice Type: note _Description: SSL certificate required POP and IMAP over SSL requires a valid, signed, X.509 certificate. During - the installation of courier-pop-ssl resp. courier-imap-ssl a self-signed - X.509 certificate will be generated if necessary. For production use the + the installation of courier-pop-ssl or courier-imap-ssl, a self-signed + X.509 certificate will be generated if necessary. + . + For production use, the X.509 certificate must be signed by a recognized certificate authority, in - order for mail clients to accept the certificate. The default locations - for this certificate is /etc/courier/pop3d.pem resp. + order for mail clients to accept the certificate. The default location + for this certificate is /etc/courier/pop3d.pem or /etc/courier/imapd.pem. --- courier.old/debian/courier-webadmin.templates 2007-10-14 09:35:39.536133717 +0200 +++ courier/debian/courier-webadmin.templates 2007-11-06 10:22:41.040097289 +0100 @@ -1,21 +1,32 @@ +# These templates have been reviewed by the debian-l10n-english +# team +# +# If modifications/additions/rewording are needed, please ask +# [EMAIL PROTECTED] for advice. +# +# Even minor modifications require translation updates and such +# changes should be coordinated with translators and reviewers. + Template: courier-webadmin/install-cgi Type: boolean Default: false -_Description: Activate CGI Program ? +_Description: Activate CGI program? To allow courier-webadmin to work out of the box, the CGI program /usr/lib/courier/courier/webmail/webadmin needs to be installed as /usr/lib/cgi-bin/courierwebadmin with the SUID bit set. . - There are two reasons why this is not done by default during the - installation. First it has serious security implications, because - courierwebadmin runs as root. Second it is not guaranteed to work - depending on your web server software and its configuration. + This may have serious security implications, because + courierwebadmin runs as root. Moreover, that solution is + not guaranteed to work, + depending on the web server software and its configuration. . - If you agree here and your web server setup is compliant with - the Debian policy, you can access the administration frontend - through http://localhost/cgi-bin/courierwebadmin. + If you choose this option and the web server setup is + policy-compliant, you can access the administration frontend, you can + access the administration frontend through + http://localhost/cgi-bin/courierwebadmin. Template: courier-webadmin/password Type: password -_Description: Password for the Courier Administration: - To access the Courier administration a password is needed. +_Description: Password for Courier administration: + A password is needed to protect access to the Courier administration + web interface. Please choose one now. --- courier.old/debian/sqwebmail.templates 2007-10-14 09:35:38.536184392 +0200 +++ courier/debian/sqwebmail.templates 2007-11-06 10:22:41.040097289 +0100 @@ -1,17 +1,24 @@ +# These templates have been reviewed by the debian-l10n-english +# team +# +# If modifications/additions/rewording are needed, please ask +# [EMAIL PROTECTED] for advice. +# +# Even minor modifications require translation updates and such +# changes should be coordinated with translators and reviewers. + Template: sqwebmail/calendarmode Type: select -_Choices: local, net, disabled +__Choices: local, net, disabled Default: local -_Description: Calendaring Mode: - Please specify if you would like to enable calendaring in local mode - (choose local), groupware mode (choose net) or not at all (choose - disabled). To actually using the groupware mode, you need to install the - courier-pcp package. +_Description: Calendaring mode: + Please specify if you would like to enable calendaring in 'local' mode, + enable groupware or 'net' mode or disable it. + The courier-pcp package is required to use the groupware mode. . - Local mode requires very little overhead compared to not using calendaring - at all, but groupware mode requires a substantial additional amount of - server resources. If you select the groupware mode, a separate daemon - process will be run. + Local mode adds very little overhead over a disabled calendaring + mode. On the other hand, groupware mode is less resources-friendly and + requires a separate daemon process to be run. . For more information, please refer to /usr/share/doc/sqwebmail/PCP.html. @@ -19,7 +26,7 @@ Type: select Choices: ${DICTS} Default: default -_Description: Ispell Dictionary: +_Description: Ispell dictionary: SqWebMail allows you to spellcheck your emails. Please select an appropriate dictionary for ispell. @@ -27,16 +34,18 @@ Type: select _Choices: symlink, copy, custom Default: symlink -_Description: Installation Method for HTML Documents and Images: - The choices are to create a symbolic link /var/www/sqwebmail, copy all - files from /usr/share/sqwebmail to /var/www/sqwebmail or let /var/www - alone. For security reasons the second option is recommended. However, if - you have already enabled FollowSymLinks or SymLinksIfOwnerMatch in your - Apache configuration, you may as well chose the first option. The custom - option implies that you configure your web server manually. +_Description: Installation method for HTML documents and images: + The HTML documents and images in /usr/share/sqwebmail can be made + accessible at /var/www/sqwebmail via a symbolic link; or by being + copied directly into a directory there; or not at all. + . + The 'copy' option is recommended for security reasons. However, if + 'FollowSymLinks' or 'SymLinksIfOwnerMatch' are already enabled in + Apache configuration, the first option can be considered. The last + option needs manual actions to configure the web server. . Please note that /var/www/sqwebmail will be removed if this package is - purged except you choose custom. + purged unless the 'custom' option is chosen. Template: sqwebmail/install-www-backup Type: string --- courier.old/debian/control 2007-10-14 09:35:38.036209729 +0200 +++ courier/debian/control 2007-11-06 10:22:44.039942432 +0100 @@ -11,14 +11,14 @@ Depends: ${shlibs:Depends}, ${perl:Depends}, debconf (>= 0.5.00) | debconf-2.0, courier-authlib, courier-authlib-userdb, courier-authdaemon, lsb-base (>= 3.1-23) Replaces: courier-debug (<< 0.44.2) Conflicts: courier-imap (<= 1.3.3), courier-debug (<< 0.44.2), sqwebmail (<< 0.45.6) -Description: Courier Mail Server - Base system +Description: Courier mail server - base system The Courier mail transfer agent (MTA) is an integrated mail/groupware server based on open commodity protocols, such as ESMTP, IMAP, POP3, LDAP, SSL, and HTTP. Courier provides ESMTP, IMAP, POP3, webmail, and mailing list services within a single, consistent, framework. . - This package provides the functionality needed by all Debian courier packages - like some configuration files, helper programs and the Courier TCP server + This package provides the functionality needed by all courier packages + such as some configuration files, helper programs and the Courier TCP server daemon. Package: courier-maildrop @@ -27,31 +27,38 @@ Suggests: courier-doc Replaces: maildrop Conflicts: maildrop -Description: Courier Mail Server - Mail delivery agent - maildrop is a replacement for your local mail delivery agent. - maildrop reads a mail message from standard input, then delivers the - message to your mailbox. maildrop knows how to deliver mail to - mbox-style mailboxes and maildirs. - . - maildrop will optionally read instructions from a file, which - describes how to filter incoming mail. Instructions can be provided having - mail delivered to alternate mailboxes, or forwarded somewhere else. maildrop - uses a structured filtering language. - . - The installation of this package is recommended only for using it in - conjunction with the sqwebmail package. - Please use the standalone maildrop package otherwise. +Description: Courier mail server - mail delivery agent + The Courier mail transfer agent (MTA) is an integrated mail/groupware + server based on open commodity protocols, such as ESMTP, IMAP, POP3, LDAP, + SSL, and HTTP. Courier provides ESMTP, IMAP, POP3, webmail, and mailing list + services within a single, consistent, framework. + . + The maildrop program is a local mail delivery agent. + it reads a mail message from standard input, then delivers the + message to the mailbox. It is able to deliver mail to + mbox-style mailboxes and Maildirs. + . + It will optionally read instructions from a file, which describes how + to filter incoming mail, using a structured filtering language. + . + This package is intended for use along with sqwebmail. Otherwise, + use the standalone maildrop package. Package: courier-mlm Architecture: any Depends: courier-base (>= ${RELUP}), courier-maildrop (>= ${RELUP}) Suggests: courier-doc -Description: Courier Mail Server - Mailing list manager +Description: Courier mail server - mailing list manager + The Courier mail transfer agent (MTA) is an integrated mail/groupware + server based on open commodity protocols, such as ESMTP, IMAP, POP3, LDAP, + SSL, and HTTP. Courier provides ESMTP, IMAP, POP3, webmail, and mailing list + services within a single, consistent, framework. + . The couriermlm command sets up, maintains, and runs a mailing list. - couriermlm automatically handles subscribe and unsubscribe requests, + It automatically handles subscribe and unsubscribe requests, and removes undeliverable addresses from the subscription rolls. Mailing lists managed by couriermlm require zero human administrative - oversight. couriermlm supports digests, write-only posting aliases, + oversight. It supports digests, write-only posting aliases, and moderated mailing lists. Package: courier-mta @@ -62,8 +69,13 @@ Replaces: mail-transport-agent Suggests: mail-reader, courier-doc, courier-filter-perl Priority: extra -Description: Courier Mail Server - ESMTP daemon - This ESMTP daemon uses an efficient maildir format as its native storage +Description: Courier mail server - ESMTP daemon + The Courier mail transfer agent (MTA) is an integrated mail/groupware + server based on open commodity protocols, such as ESMTP, IMAP, POP3, LDAP, + SSL, and HTTP. Courier provides ESMTP, IMAP, POP3, webmail, and mailing list + services within a single, consistent, framework. + . + This package provides an ESMTP daemon which uses the Maildir format as native storage format, supports IPv6, implements SMTP extensions for mailing list management and features integrated mail filtering. It can function as an intermediate mail relay, relaying mail between an internal LAN and the @@ -75,7 +87,12 @@ Suggests: courier-doc Conflicts: courier-mta (<= 0.42.2-6) Recommends: netpbm -Description: Courier Mail Server - Faxmail gateway +Description: Courier mail server - Fax<->mail gateway + The Courier mail transfer agent (MTA) is an integrated mail/groupware + server based on open commodity protocols, such as ESMTP, IMAP, POP3, LDAP, + SSL, and HTTP. Courier provides ESMTP, IMAP, POP3, webmail, and mailing list + services within a single, consistent, framework. + . The courierfax module implements a faxmail gateway, which faxes a printed copy of an email message to the phone number specified in the email address (e.g. [EMAIL PROTECTED]). @@ -84,18 +101,28 @@ Architecture: any Depends: courier-base (>= ${RELUP}), apache | httpd Suggests: courier-doc -Description: Courier Mail Server - Web-based administration frontend +Description: Courier mail server - web-based administration frontend + The Courier mail transfer agent (MTA) is an integrated mail/groupware + server based on open commodity protocols, such as ESMTP, IMAP, POP3, LDAP, + SSL, and HTTP. Courier provides ESMTP, IMAP, POP3, webmail, and mailing list + services within a single, consistent, framework. + . The web-based administration and configuration tool for the Courier - Mail Server is capable of changing the settings of the MTA, IMAP, POP + mail server is capable of changing the settings of the MTA, IMAP, POP and Webmail servers and the LDAP, MySQL and PostgreSQL authentication - modules. Only the installed parts of the Courier Mail Server show up + modules. Only the installed parts of the Courier mail server show up in the administration frontend. Package: sqwebmail Architecture: any Depends: ${shlibs:Depends}, exim4 | mail-transport-agent, courier-base (>= ${RELUP}), ispell, iamerican | ispell-dictionary, apache | httpd, cron, expect, courier-maildrop (>= ${RELUP}) Suggests: courier-doc, gnupg, courier-pcp -Description: Courier Mail Server - Webmail server +Description: Courier mail server - webmail server + The Courier mail transfer agent (MTA) is an integrated mail/groupware + server based on open commodity protocols, such as ESMTP, IMAP, POP3, LDAP, + SSL, and HTTP. Courier provides ESMTP, IMAP, POP3, webmail, and mailing list + services within a single, consistent, framework. + . This package contains the SqWebMail webmail server, which provides access to local mailboxes in Maildir format. @@ -103,7 +130,12 @@ Architecture: any Depends: ${shlibs:Depends}, sqwebmail Suggests: courier-doc -Description: Courier Mail Server - PCP server +Description: Courier mail server - PCP server + The Courier mail transfer agent (MTA) is an integrated mail/groupware + server based on open commodity protocols, such as ESMTP, IMAP, POP3, LDAP, + SSL, and HTTP. Courier provides ESMTP, IMAP, POP3, webmail, and mailing list + services within a single, consistent, framework. + . This package contains the PCP (Personal Calendaring Protocol) server needed for the groupware calendaring mode of SqWebMail. @@ -115,9 +147,14 @@ Replaces: pop3-server Suggests: courier-doc, mail-reader, courier-pop-ssl Priority: extra -Description: Courier Mail Server - POP3 server - The POP3 daemon from the Courier Mail Server supports only email - stored in the maildir format. +Description: Courier mail server - POP3 server + The Courier mail transfer agent (MTA) is an integrated mail/groupware + server based on open commodity protocols, such as ESMTP, IMAP, POP3, LDAP, + SSL, and HTTP. Courier provides ESMTP, IMAP, POP3, webmail, and mailing list + services within a single, consistent, framework. + . + This package provide the POP3 daemon for Courier. It only supports email + stored in the Maildir format. Package: courier-imap Architecture: any @@ -127,9 +164,14 @@ Conflicts: imap-server Replaces: imap-server Priority: extra -Description: Courier Mail Server - IMAP server - The Courier IMAP server provides access to email stored in Maildirs. - This server has an extremely small footprint, provides shared and +Description: Courier mail server - IMAP server + The Courier mail transfer agent (MTA) is an integrated mail/groupware + server based on open commodity protocols, such as ESMTP, IMAP, POP3, LDAP, + SSL, and HTTP. Courier provides ESMTP, IMAP, POP3, webmail, and mailing list + services within a single, consistent, framework. + . + This package provides an IMAP server that accesses email stored in Maildirs format mailboxes. + This server has an extremely small footprint and provides shared and virtual shared folders. Package: courier-ldap @@ -138,24 +180,38 @@ Suggests: courier-doc Replaces: courier-imap-authldap Conflicts: courier-imap-authldap -Description: Courier Mail Server - LDAP support +Description: Courier mail server - LDAP support + The Courier mail transfer agent (MTA) is an integrated mail/groupware + server based on open commodity protocols, such as ESMTP, IMAP, POP3, LDAP, + SSL, and HTTP. Courier provides ESMTP, IMAP, POP3, webmail, and mailing list + services within a single, consistent, framework. + . This package contains support for LDAP authentication and LDAP-based mail aliasing. Package: courier-doc Section: doc Architecture: all -Description: Courier Mail Server - Additional documentation - This package contains additional documentation for the Courier - Mail Server. +Description: Courier mail server - additional documentation + The Courier mail transfer agent (MTA) is an integrated mail/groupware + server based on open commodity protocols, such as ESMTP, IMAP, POP3, LDAP, + SSL, and HTTP. Courier provides ESMTP, IMAP, POP3, webmail, and mailing list + services within a single, consistent, framework. + . + This package contains additional documentation for Courier. Package: courier-ssl Architecture: any Depends: ${shlibs:Depends}, courier-base (>= ${RELUP}), openssl -Description: Courier Mail Server - SSL/TLS Support - The Courier Mail Server employs the SSL/TLS wrapper application - couriertls instead of equipping the different applications with - SSL/TLS support. Additionally, this package contains a default set +Description: Courier mail server - SSL/TLS Support + The Courier mail transfer agent (MTA) is an integrated mail/groupware + server based on open commodity protocols, such as ESMTP, IMAP, POP3, LDAP, + SSL, and HTTP. Courier provides ESMTP, IMAP, POP3, webmail, and mailing list + services within a single, consistent, framework. + . + Courier uses the a SSL/TLS wrapper application named + couriertls instead of embedding SSL/TLS support in the different applications. + Additionally, this package contains a default set of trusted X.509 root CA certs. Package: courier-mta-ssl @@ -163,7 +219,12 @@ Depends: courier-mta, courier-ssl (>= ${RELUP}) Suggests: courier-doc Priority: extra -Description: Courier Mail Server - ESMTP over SSL +Description: Courier mail server - ESMTP over SSL + The Courier mail transfer agent (MTA) is an integrated mail/groupware + server based on open commodity protocols, such as ESMTP, IMAP, POP3, LDAP, + SSL, and HTTP. Courier provides ESMTP, IMAP, POP3, webmail, and mailing list + services within a single, consistent, framework. + . ESMTP over SSL is handled by the regular ESMTP daemon from courier-mta in conjunction with the SSL/TLS wrapper supplied by courier-ssl. @@ -171,7 +232,12 @@ Architecture: any Depends: courier-pop, courier-ssl (>= ${RELUP}) Suggests: courier-doc -Description: Courier Mail Server - POP3 over SSL +Description: Courier mail server - POP3 over SSL + The Courier mail transfer agent (MTA) is an integrated mail/groupware + server based on open commodity protocols, such as ESMTP, IMAP, POP3, LDAP, + SSL, and HTTP. Courier provides ESMTP, IMAP, POP3, webmail, and mailing list + services within a single, consistent, framework. + . POP3 over SSL is handled by the regular POP3 daemon from courier-pop in conjunction with the SSL/TLS wrapper supplied by courier-ssl. @@ -180,7 +246,11 @@ Depends: courier-imap (>= 1.3.7-3), courier-ssl (>= ${RELUP}), openssl Suggests: courier-doc, imap-client Priority: extra -Description: Courier Mail Server - IMAP over SSL +Description: Courier mail server - IMAP over SSL + The Courier mail transfer agent (MTA) is an integrated mail/groupware + server based on open commodity protocols, such as ESMTP, IMAP, POP3, LDAP, + SSL, and HTTP. Courier provides ESMTP, IMAP, POP3, webmail, and mailing list + services within a single, consistent, framework. + . IMAP over SSL is handled by the regular IMAP daemon from courier-imap in conjunction with the SSL/TLS wrapper supplied by courier-ssl. -

