Package: mysqmail
Version: N/A
Severity: normal
Tags: patch

Dear Debian maintainer,

On Wednesday, September 09, 2009, I notified you of the beginning of a review 
process
concerning debconf templates for mysqmail.

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, and if you have any
objections, let me know in the next 3 days.

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

The second phase of this process will begin on Thursday, October 01, 2009, 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 Thursday, October 22, 2009. 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 Friday, October 23, 2009, 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: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.30-1-686 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash
--- mysqmail.old/debian/mysqmail.templates      2009-09-09 20:00:49.640259474 
+0200
+++ mysqmail/debian/mysqmail.templates  2009-09-28 07:15:19.300130178 +0200
@@ -1,30 +1,42 @@
+# These templates have been reviewed by the debian-l10n-english
+# team
+#
+# If modifications/additions/rewording are needed, please ask
+# debian-l10n-engl...@lists.debian.org for advice.
+#
+# Even minor modifications require translation updates and such
+# changes should be coordinated with translators and reviewers.
+
 Template: mysqmail/conf_mysqlautoconfig
 Type: boolean
 Default: true
-_Description: Reuse MySQL auth information from DTC?
- MySQMail can reuse the login and password that DTC will use. This way, you
- will not have to enter any login and passord to configure MySQMail.
+_Description: Reuse MySQL authentication information from DTC?
+ MySQMail can use the same MySQL credentials as DTC.
+ .
+ If you choose this option, you will not be prompted for a login
+ and password to configure MySQMail.
 
 Template: mysqmail/conf_mysqlhost
 Type: string
 Default: localhost
 _Description: MySQL hostname:
- Please enter the hostname or IP address of the MySQL server.
+ Please enter the hostname or IP address of the MySQL server for MySQMail.
 
 Template: mysqmail/conf_mysqllogin
 Type: string
 Default: root
-_Description: MySQL Login:
- Enter your MySQL login. MySQMail needs it to access to your MySQL table.
+_Description: MySQL login:
+ Please enter the MySQL login needed to create (and later, access) the MySQMail
+ database.
 
 Template: mysqmail/conf_mysqlpass
 Type: password
-_Description: MySQL Password:
- Enter your MySQL password.
+_Description: MySQL password:
+ Please enter the MySQL password needed to create (and later, access) the 
MySQMail
+ database.
 
 Template: mysqmail/conf_mysqldb
 Type: string
 Default: dtc
 _Description: MySQL database name:
- MySQmail will use it to save trafic for pop3, smtp ftp, and pop3 login
- auth.
+ Please enter the name of the database where MySQMail will store its data.
--- mysqmail.old/debian/control 2009-09-09 20:00:49.640259474 +0200
+++ mysqmail/debian/control     2009-09-15 06:35:20.711275864 +0200
@@ -12,54 +12,54 @@
 Package: mysqmail
 Architecture: all
 Depends: ${misc:Depends}, debconf, libdotconf1.0, ${shlibs:Depends}
-Description: Use MySQL accouting and auth for most used MTA
- MySQMail is a set of tiny daemon loggers for Qmail, Postfix,
- Pure-ftpd and Courier that will save trafic informations in database.
- It's also a replacement for the qmail standard checkpasswd that
- does the auth via a MySQL table. When done, it setups 2 more
- environment variables: MYSQMAIL_USERNAME MYSQMAIL_DOMAINNAME
- that the mysqmail's qmail-pop3d replacement will use to do
- the traffic accounting in the MySQL table for this account.
- This package holds the configuration file management for
- the other packages which share the same /etc/mysqmail.conf:
- mysqmail-qmail-logger mysqmail-qmail-pop3d
- mysqmail-postfix-logger and mysqmail-courier-logger
+Description: real-time logging system in MySQL
+ MySQMail is a set of tiny daemon loggers for mail and FTP servers that
+ save traffic information in a MySQL database. The information is split
+ by domain and by user so that it's easy to measure all the traffic for
+ a given domain name in real time.
+ .
+ This package provides the configuration infrastructure.
 
 Package: mysqmail-pure-ftpd-logger
 Architecture: any
 Depends: ${misc:Depends}, libdotconf1.0, lsb-base, pure-ftpd | 
pure-ftpd-mysql, mysqmail, ${shlibs:Depends}
-Description: A MySQL traffic logger for the pure-ftpd transfer.log
- This is a (very small) daemon will log all pure-ftpd traffic
- to SQL, splitting the information by domains and
- users so it's then very easy to count all the ftp traffic for
+Description: real-time logging system in MySQL - Pure-FTPd traffic-logger
+ MySQMail is a set of tiny daemon loggers for mail and FTP servers that
+ save traffic information in a MySQL database. The information is split
+ by domain and by user so that it's easy to measure all the traffic for
  a given domain name in real time.
+ .
+ This package provides a logger for FTP traffic handled by Pure-FTPd.
 
 Package: mysqmail-postfix-logger
 Architecture: any
 Depends: ${misc:Depends}, libdotconf1.0, lsb-base, postfix, mysqmail, 
${shlibs:Depends}
-Description: A MySQL traffic logger for the Postfix SMTP
- This is a (very small) daemon will log all SMTP traffic
- to SQL, splitting the information by domains and
- users for the from and to field, so it's then very
- easy to count all the SMTP traffic for a given
- domain name. This package is the postfix version.
+Description: real-time logging system in MySQL - Postfix traffic-logger
+ MySQMail is a set of tiny daemon loggers for mail and FTP servers that
+ save traffic information in a MySQL database. The information is split
+ by domain and by user so that it's easy to measure all the traffic for
+ a given domain name in real time.
+ .
+ This package provides a logger for SMTP traffic handled by Postfix.
 
 Package: mysqmail-courier-logger
 Architecture: any
 Depends: ${misc:Depends}, courier-imap-ssl | courier-imap | courier-pop | 
courier-pop-ssl, libdotconf1.0, lsb-base, mysqmail, ${shlibs:Depends}
-Description: MySQL accouting for courier-imap and courier-pop
- This is a (ver small) traffic logger for the C courier-imap,
- courier-imaps, courier-pop and courier-pops daemons to SQL,
- splitting the information by domains and users, so it's then very
- easy to count all the pop and imap traffic for a given
- domain name.
+Description: real-time logging system in MySQL - Courier traffic-logger
+ MySQMail is a set of tiny daemon loggers for mail and FTP servers that
+ save traffic information in a MySQL database. The information is split
+ by domain and by user so that it's easy to measure all the traffic for
+ a given domain name in real time.
+ .
+ This package provides a logger for POP/IMAP traffic handled by Courier.
 
 Package: mysqmail-dovecot-logger
 Architecture: any
 Depends: ${misc:Depends}, dovecot-pop3d, dovecot-imapd, libdotconf1.0, 
lsb-base, mysqmail, ${shlibs:Depends}
-Description: MySQL accouting for dovecot-pop3d and dovecot-imapd
- This is a (ver small) traffic logger for the C courier-imap,
- courier-imaps, courier-pop and courier-pops daemons to SQL,
- splitting the information by domains and users, so it's then very
- easy to count all the pop and imap traffic for a given
- domain name.
+Description: real-time logging system in MySQL - Dovecot traffic-logger
+ MySQMail is a set of tiny daemon loggers for mail and FTP servers that
+ save traffic information in a MySQL database. The information is split
+ by domain and by user so that it's easy to measure all the traffic for
+ a given domain name in real time.
+ .
+ This package provides a logger for POP/IMAP traffic handled by Dovecot.

Reply via email to