Your message dated Mon, 28 Sep 2009 18:47:37 +0000
with message-id <[email protected]>
and subject line Bug#548697: fixed in mysqmail 0.4.8-2
has caused the Debian Bug report #548697,
regarding mysqmail: [debconf_rewrite] Debconf templates and debian/control
review
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
548697: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=548697
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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
+# [email protected] 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.
--- End Message ---
--- Begin Message ---
Source: mysqmail
Source-Version: 0.4.8-2
We believe that the bug you reported is fixed in the latest version of
mysqmail, which is due to be installed in the Debian FTP archive:
mysqmail-courier-logger_0.4.8-2_i386.deb
to pool/main/m/mysqmail/mysqmail-courier-logger_0.4.8-2_i386.deb
mysqmail-dovecot-logger_0.4.8-2_i386.deb
to pool/main/m/mysqmail/mysqmail-dovecot-logger_0.4.8-2_i386.deb
mysqmail-postfix-logger_0.4.8-2_i386.deb
to pool/main/m/mysqmail/mysqmail-postfix-logger_0.4.8-2_i386.deb
mysqmail-pure-ftpd-logger_0.4.8-2_i386.deb
to pool/main/m/mysqmail/mysqmail-pure-ftpd-logger_0.4.8-2_i386.deb
mysqmail_0.4.8-2.diff.gz
to pool/main/m/mysqmail/mysqmail_0.4.8-2.diff.gz
mysqmail_0.4.8-2.dsc
to pool/main/m/mysqmail/mysqmail_0.4.8-2.dsc
mysqmail_0.4.8-2_all.deb
to pool/main/m/mysqmail/mysqmail_0.4.8-2_all.deb
mysqmail_0.4.8.orig.tar.gz
to pool/main/m/mysqmail/mysqmail_0.4.8.orig.tar.gz
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Thomas Goirand <[email protected]> (supplier of updated mysqmail package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Mon, 28 Sep 2009 17:20:57 +0800
Source: mysqmail
Binary: mysqmail mysqmail-pure-ftpd-logger mysqmail-postfix-logger
mysqmail-courier-logger mysqmail-dovecot-logger
Architecture: source all i386
Version: 0.4.8-2
Distribution: unstable
Urgency: low
Maintainer: Thomas Goirand <[email protected]>
Changed-By: Thomas Goirand <[email protected]>
Description:
mysqmail - real-time logging system in MySQL
mysqmail-courier-logger - real-time logging system in MySQL - Courier
traffic-logger
mysqmail-dovecot-logger - real-time logging system in MySQL - Dovecot
traffic-logger
mysqmail-postfix-logger - real-time logging system in MySQL - Postfix
traffic-logger
mysqmail-pure-ftpd-logger - real-time logging system in MySQL - Pure-FTPd
traffic-logger
Closes: 545897 547141 548697
Changes:
mysqmail (0.4.8-2) unstable; urgency=low
.
* New templates and debian/control reviewed by the language team, thanks a
lot to Christian Perrier <[email protected]> for his endless efforts.
(Closes: #547141, #548697)
* Reviewed the debian/*.init for dependencies (Closes: #545897).
Checksums-Sha1:
ce45460fcf1ced15d27e19ef3e07d72bdd1c75ed 1295 mysqmail_0.4.8-2.dsc
199b867da3d920b173e89e9e83d954de277aec85 31237 mysqmail_0.4.8.orig.tar.gz
42f23a9be7c0090e272bba394ca7e5826f172850 7053 mysqmail_0.4.8-2.diff.gz
0f25c1d549d4f6c5bc0746368aead7093413ee28 6604 mysqmail_0.4.8-2_all.deb
9d49c178566a99607286102acc0c4d9fea9b2b0f 7784
mysqmail-pure-ftpd-logger_0.4.8-2_i386.deb
12c8dd0a66cfb95aea59640720cfc514df2936de 9264
mysqmail-postfix-logger_0.4.8-2_i386.deb
cb1b1532357750bada399afb0e412bf45c55f8fd 8300
mysqmail-courier-logger_0.4.8-2_i386.deb
09c6dff70eca81306b61af555aea2c0f69448808 8138
mysqmail-dovecot-logger_0.4.8-2_i386.deb
Checksums-Sha256:
0b364e1d279955441fb2f298ffef85ae0e73616a2e68565480ab61cdaee7cbf0 1295
mysqmail_0.4.8-2.dsc
df8cda1f661432ec833db4584abab79c38aba5b902c39626c832a7838fd7dd57 31237
mysqmail_0.4.8.orig.tar.gz
792872ef4b673de257ad283e49bc4e5cdba1623e293a59580374661cf8d0a94f 7053
mysqmail_0.4.8-2.diff.gz
ef6b54db073627ce41514182f7acdd7341228e52b93f2c1a9ca97bbcba4095b3 6604
mysqmail_0.4.8-2_all.deb
7775e9551f4f73afd5de15227bb524a7eb31addedb7dbe1c29526c4f9a952318 7784
mysqmail-pure-ftpd-logger_0.4.8-2_i386.deb
f53de667fb7b0e05113120e0c3cb93f5791b1a60719091873289d3758e8c0c58 9264
mysqmail-postfix-logger_0.4.8-2_i386.deb
e733650ef5f79883572566291427cc5d86719c8b18292c023ea7ecf2ae43853d 8300
mysqmail-courier-logger_0.4.8-2_i386.deb
3acba8689431c6b32df6a2867bc07c7dd4102a3ab23d50e83056876288cde84d 8138
mysqmail-dovecot-logger_0.4.8-2_i386.deb
Files:
6cbf2389b510b06f6a8e977d0745975b 1295 mail extra mysqmail_0.4.8-2.dsc
079579ce3554f6c13be9d53fc2c54ce0 31237 mail extra mysqmail_0.4.8.orig.tar.gz
5fe6d72e217f176419b5c9a9dd127f64 7053 mail extra mysqmail_0.4.8-2.diff.gz
2a081f68d8ae989c7b0ec826469d7b05 6604 mail extra mysqmail_0.4.8-2_all.deb
f9b8a8ff534f52b00187314e8e0e400a 7784 mail extra
mysqmail-pure-ftpd-logger_0.4.8-2_i386.deb
52cddf9eb9ecc5fa52a47f69b3f23d46 9264 mail extra
mysqmail-postfix-logger_0.4.8-2_i386.deb
42c6fe115f3c1690fcc868a07c6bd7c1 8300 mail extra
mysqmail-courier-logger_0.4.8-2_i386.deb
8753b98ba08ef7395350804581ab6368 8138 mail extra
mysqmail-dovecot-logger_0.4.8-2_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iD8DBQFKwQGF1OXtrMAUPS0RAoVoAJ9NyFY02pfoKtHHLUOn7W/ki2WkPwCfcXFU
6bPEMkQbLLI+j+mkOC2p7Eg=
=Ka5w
-----END PGP SIGNATURE-----
--- End Message ---