Your message dated Sat, 30 Apr 2016 12:19:28 +0000
with message-id <[email protected]>
and subject line Bug#821416: fixed in exim4 4.87-2
has caused the Debian Bug report #821416,
regarding exim4-config: 01_exim4-config_listmacrosdefs comment points to wrong
chapter
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.)
--
821416: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=821416
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: exim4-config
Version: 4.84.2-1
Severity: minor
Tags: patch
Dear Maintainer,
There is a comment in /etc/exim4/conf.d/main/01_exim4-config_listmacrosdefs
which
points to chapter 2.1.2 in the Debian README for reading up on locally
overriding the Debian macros in a local configuration file. But the chapter
number is incorrect. The correct chapter number is 2.1.3.
This issue is also present in the exim4-config package in testing, unstable
and experimental releases.
I have attached the patch for fixing this issue. Kindly review the same.
-- Package-specific info:
Exim version 4.84_2 #2 built 13-Mar-2016 17:47:19
Copyright (c) University of Cambridge, 1995 - 2014
(c) The Exim Maintainers and contributors in ACKNOWLEDGMENTS file, 2007 - 2014
Berkeley DB: Berkeley DB 5.3.28: (September 9, 2013)
Support for: crypteq iconv() IPv6 GnuTLS move_frozen_messages DKIM PRDR OCSP
Lookups (built-in): lsearch wildlsearch nwildlsearch iplsearch cdb dbm dbmjz
dbmnz dnsdb dsearch nis nis0 passwd
Authenticators: cram_md5 plaintext
Routers: accept dnslookup ipliteral manualroute queryprogram redirect
Transports: appendfile/maildir/mailstore autoreply lmtp pipe smtp
Fixed never_users: 0
Size of off_t: 8
Configuration file is /var/lib/exim4/config.autogenerated
-- System Information:
Debian Release: 8.4
APT prefers stable
APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 3.16.0-4-amd64 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
Versions of packages exim4-config depends on:
ii adduser 3.113+nmu3
ii debconf [debconf-2.0] 1.5.56
exim4-config recommends no packages.
exim4-config suggests no packages.
-- Configuration Files:
/etc/exim4/passwd.client [Errno 13] Permission denied:
u'/etc/exim4/passwd.client'
-- debconf information excluded
Thanks & Regards,
L. Guruprasad
diff --git a/debian/debconf/conf.d/main/01_exim4-config_listmacrosdefs b/debian/debconf/conf.d/main/01_exim4-config_listmacrosdefs
index 2e825d8..4e22068 100644
--- a/debian/debconf/conf.d/main/01_exim4-config_listmacrosdefs
+++ b/debian/debconf/conf.d/main/01_exim4-config_listmacrosdefs
@@ -84,7 +84,7 @@ gecos_name = $1
# These macros are documented in acl/30_exim4-config_check_rcpt,
# can be changed here or overridden by a locally added configuration
-# file as described in README.Debian chapter 2.1.2
+# file as described in README.Debian chapter 2.1.3
.ifndef CHECK_RCPT_LOCAL_LOCALPARTS
CHECK_RCPT_LOCAL_LOCALPARTS = ^[.] : ^.*[@%!/|`#&?]
--- End Message ---
--- Begin Message ---
Source: exim4
Source-Version: 4.87-2
We believe that the bug you reported is fixed in the latest version of
exim4, which is due to be installed in the Debian FTP archive.
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.
Andreas Metzler <[email protected]> (supplier of updated exim4 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: SHA512
Format: 1.8
Date: Sat, 30 Apr 2016 13:38:29 +0200
Source: exim4
Binary: exim4-base exim4-config exim4-daemon-light exim4 exim4-daemon-heavy
eximon4 exim4-dbg exim4-daemon-light-dbg exim4-daemon-heavy-dbg exim4-dev
Architecture: source
Version: 4.87-2
Distribution: unstable
Urgency: medium
Maintainer: Exim4 Maintainers <[email protected]>
Changed-By: Andreas Metzler <[email protected]>
Closes: 665399 821416 822174
Description:
exim4-base - support files for all Exim MTA (v4) packages
exim4-config - configuration for the Exim MTA (v4)
exim4-daemon-heavy-dbg - debugging symbols for the Exim MTA "heavy" daemon
exim4-daemon-heavy - Exim MTA (v4) daemon with extended features, including
exiscan-ac
exim4-daemon-light-dbg - debugging symbols for the Exim MTA "light" daemon
exim4-daemon-light - lightweight Exim MTA (v4) daemon
exim4-dbg - debugging symbols for the Exim MTA (utilities)
exim4-dev - header files for the Exim MTA (v4) packages
exim4 - metapackage to ease Exim MTA (v4) installation
eximon4 - monitor application for the Exim MTA (v4) (X11 interface)
Changes:
exim4 (4.87-2) unstable; urgency=medium
.
* Fix reference to README.Debian in 01_exim4-config_listmacrosdefs.
(Thanks, L. Guruprasad!) Closes: #821416
* Add REMOTE_SMTP_SMARTHOST_HOSTS_REQUIRE_TLS macro to enforce TLS
connections (hosts_require_tls option) in remote_smtp_smarthost
transport. Closes: #822174
* exim4-daemon-heavy: Disable WITH_OLD_DEMIME ("demime" ACL condition). It
is deprecated and will be removed in 4.88.
* README.Debian*: Fix minor issues found by lintian.
* Fix reference to spec.txt in 30_exim4-config_check_rcpt. Closes: #665399
* Drop exim4-base Recommends on perl-modules. This had been unnecessary
since 4.80~rc6-1 which dropped /usr/share/exim4/timeout.pl.
Checksums-Sha1:
ca656a7b934aa51a66fed53e5ad049ff4df35e90 2744 exim4_4.87-2.dsc
b9c94d6c6b4ecba7c30e6f8613ddb725f1205d3b 441372 exim4_4.87-2.debian.tar.xz
Checksums-Sha256:
f6e931bd2c71764715f01a7d3fc648aebd74b2d37d9d50268fa18e88b0f880d5 2744
exim4_4.87-2.dsc
55c0040aba8f4ba97a0338ccb24ec8f7cc955d880b14636c90d25e8db738d6d6 441372
exim4_4.87-2.debian.tar.xz
Files:
b478568a52125be43533f5286efe533a 2744 mail standard exim4_4.87-2.dsc
7ede0699adade04670b4b02502731352 441372 mail standard
exim4_4.87-2.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2
iQIcBAEBCgAGBQJXJJxkAAoJEKVPAYVDghSEkOoP/2fWq7jJm6y40PLHCNKgUwKI
uR2XJkiwkNq/+0WiM8A1qOvpMWOEFb/TrfxvdET/LV76znQBJXzmCuxoh0ahGEg2
pa/A0E1ZhwfLbqDKE2vVP6IUcKmKdh5GxiRvpHbNm7KtWu+qToTd0GAW6HfQZ9cD
ZleizuBZyI+InCvZUfvFj2NX+NpS5vaXiTT2HYk5FnrP3SdyrjzwCKcAkUMyjwvs
gVKmJUOsAQhoekB9QXKx/vZ89UK7uVBOX3zjmFr20/b8hptX/H/tQefdbNmc+IOb
DemNz+w0tvhLoTYE++tDRC3WXJYRoHbXjqjqv8FUA9jjbsBRrVVX0eN+MwO1FEY5
xM7x/qJsEVgCApSdqVAlEoKIt3sWLBcwWIEcusZ/tYIrmlifPYb/oplqjw6r5Fmc
872m+7tpS7XXjxt3sap4IpyN+XY/tJAEFDs7Ylc73zUe6FInzwlVBKBL6nSNPXFY
bo9DDY9PUHB+x5uibojKu9JoO/4jv/X52dLKTgk6y69M7qien1UauJbgrc2JQjLh
Vq9X3ONz7yS1wVHNMvCz4DBXYGaaPAurFpGrgy8rvNp78zfZS4Rvw9lExu5Qh+HY
yyye2JfErFfyzlFyGn/M1O1wt3fumZFxcPoryA2TkynEcmVQG2tbMc9aelcOfe8F
1T0ihx0DRMxLAJVjGo5i
=xLeb
-----END PGP SIGNATURE-----
--- End Message ---