Your message dated Sat, 26 Jul 2008 07:47:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#451804: fixed in amavisd-new 1:2.6.1.dfsg-1
has caused the Debian Bug report #451804,
regarding amavisd-new: Please clarify the location of the config file in error
message
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.)
--
451804: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=451804
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: amavisd-new
Severity: wishlist
Tags: patch
Hi,
The following patch from Scott Kitterman is used in Ubuntu to clarify
the location of the config file to edit when the error occurs. It also
adds a commented-out variable to make it clear what to do. I realise
that you have rejected some calls to do this for other variables, so
you might like to leave that part out.
Thanks,
James
diff -pruN 1:2.5.2-2/debian/etc/conf.d/05-node_id
1:2.5.2-2ubuntu1/debian/etc/conf.d/05-node_id
--- 1:2.5.2-2/debian/etc/conf.d/05-node_id 2007-11-04 16:08:40.000000000
+0000
+++ 1:2.5.2-2ubuntu1/debian/etc/conf.d/05-node_id 2007-11-04
16:08:15.000000000 +0000
@@ -5,4 +5,9 @@ use strict;
chomp($myhostname = `hostname --fqdn`);
+# To manually set $myhostname, edit the following line with the correct Fully
+# Qualified Domain Name (FQDN) and remove the # at the beginning of the line.
+#
+#$myhostname = "mail.example.com"
+
1; # ensure a defined return
diff -pruN 1:2.5.2-2/debian/patches/00list
1:2.5.2-2ubuntu1/debian/patches/00list
--- 1:2.5.2-2/debian/patches/00list 2007-11-04 16:08:40.000000000 +0000
+++ 1:2.5.2-2ubuntu1/debian/patches/00list 2007-11-04 16:08:15.000000000
+0000
@@ -4,3 +4,4 @@
45_misc_doc_changes
50_amavis-milter_pidfile_support
55_helper-progs_build_fixes
+71_fqdn-warning
diff -pruN 1:2.5.2-2/debian/patches/71_fqdn-warning.dpatch
1:2.5.2-2ubuntu1/debian/patches/71_fqdn-warning.dpatch
--- 1:2.5.2-2/debian/patches/71_fqdn-warning.dpatch 1970-01-01
01:00:00.000000000 +0100
+++ 1:2.5.2-2ubuntu1/debian/patches/71_fqdn-warning.dpatch 2007-11-04
16:08:15.000000000 +0000
@@ -0,0 +1,20 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 71_fqdn-warning.dpatch by <[EMAIL PROTECTED]>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
[EMAIL PROTECTED]@
+diff -urNad amavisd-new-2.5.2~/amavisd amavisd-new-2.5.2/amavisd
+--- amavisd-new-2.5.2~/amavisd 2007-06-27 06:43:00.000000000 -0400
++++ amavisd-new-2.5.2/amavisd 2007-11-04 01:27:54.000000000 -0400
+@@ -11418,7 +11418,8 @@
+ The value of variable \$myhostname is \"$myhn\", but should have been
+ a fully qualified domain name; perhaps uname(3) did not provide such.
+ You must explicitly assign a FQDN of this host to variable \$myhostname
+- in amavisd.conf, or fix what uname(3) provides as a host's network name!
++ in /etc/amavis/conf.d/05-node_id, or fix what uname(3) provides as a host's
++ network name!
+ EOD
+
+ # $SIG{USR2} = sub {
--- End Message ---
--- Begin Message ---
Source: amavisd-new
Source-Version: 1:2.6.1.dfsg-1
We believe that the bug you reported is fixed in the latest version of
amavisd-new, which is due to be installed in the Debian FTP archive:
amavisd-new-milter_2.6.1.dfsg-1_i386.deb
to pool/main/a/amavisd-new/amavisd-new-milter_2.6.1.dfsg-1_i386.deb
amavisd-new_2.6.1.dfsg-1.diff.gz
to pool/main/a/amavisd-new/amavisd-new_2.6.1.dfsg-1.diff.gz
amavisd-new_2.6.1.dfsg-1.dsc
to pool/main/a/amavisd-new/amavisd-new_2.6.1.dfsg-1.dsc
amavisd-new_2.6.1.dfsg-1_all.deb
to pool/main/a/amavisd-new/amavisd-new_2.6.1.dfsg-1_all.deb
amavisd-new_2.6.1.dfsg.orig.tar.gz
to pool/main/a/amavisd-new/amavisd-new_2.6.1.dfsg.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.
Alexander Wirt <[EMAIL PROTECTED]> (supplier of updated amavisd-new 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: Thu, 24 Jul 2008 20:56:32 +0200
Source: amavisd-new
Binary: amavisd-new amavisd-new-milter
Architecture: source all i386
Version: 1:2.6.1.dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Brian May <[EMAIL PROTECTED]>
Changed-By: Alexander Wirt <[EMAIL PROTECTED]>
Description:
amavisd-new - Interface between MTA and virus scanner/content filters
amavisd-new-milter - Interface between sendmail-milter and amavisd-new
Closes: 451804 463587 467189 487111
Changes:
amavisd-new (1:2.6.1.dfsg-1) unstable; urgency=low
.
* New upstream release
* Add libmail-dkim-perl (>= 0.31) to suggests (Closes: #487111)
* Fix socketpath in amavisd-release (Closes: #467189)
* Fix TLD check according to rfc2181 (Closes: #463587)
* Clarify FQDN errormessage (Closes: #451804)
Checksums-Sha1:
5e507a6c04b57bc3756b8d7333cdf24ed78915f9 1230 amavisd-new_2.6.1.dfsg-1.dsc
b110347bc926beffb488558f91559cd5537126cf 869676
amavisd-new_2.6.1.dfsg.orig.tar.gz
fac4105344209b1b8db7439b44de7c4f5f93fb7f 66807 amavisd-new_2.6.1.dfsg-1.diff.gz
dda56d86f7c7786a0cfecf348a3885597c927b1c 829988
amavisd-new_2.6.1.dfsg-1_all.deb
0f5b25ee40b08411a24221d06d5477a0618e2182 35204
amavisd-new-milter_2.6.1.dfsg-1_i386.deb
Checksums-Sha256:
a9aed8464e3d92e9a6978430cd2571a71da5339e70a2468b6a904ec2c71eff77 1230
amavisd-new_2.6.1.dfsg-1.dsc
ad3daa983bc206bcf93c6d6ecc0ba591cf4350bd355179224c3cdce190f5cc7e 869676
amavisd-new_2.6.1.dfsg.orig.tar.gz
1f34d1dac2c19d07166cd40a7db17a69f8ef3fc0abf29b8f5f820f4e4de1c8f3 66807
amavisd-new_2.6.1.dfsg-1.diff.gz
78630ddba7eca08561947c22dca7cfbda8360dae94d308e0f3ed291032472005 829988
amavisd-new_2.6.1.dfsg-1_all.deb
f0c4f83b5e92343417155616c4318dff80e39d88565acfd008501d1c7cef0e19 35204
amavisd-new-milter_2.6.1.dfsg-1_i386.deb
Files:
ad866ea1ffa0b10da42ba6c7c7d1d65c 1230 mail extra amavisd-new_2.6.1.dfsg-1.dsc
2459c1dea7094a76da1e523fc8744746 869676 mail extra
amavisd-new_2.6.1.dfsg.orig.tar.gz
2a2dcf1e91ecd349396efa74ff4c0ebd 66807 mail extra
amavisd-new_2.6.1.dfsg-1.diff.gz
78b4ee6de75a0fc6cb6173f96763e68b 829988 mail extra
amavisd-new_2.6.1.dfsg-1_all.deb
838c0df100c27c8f2c0b40813a3ad420 35204 mail extra
amavisd-new-milter_2.6.1.dfsg-1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAkiK0mkACgkQ01u8mbx9AgpXpACdGm3DbU0+tSQ6SQQdw2UwSlLZ
aKwAnial7uo4TlDW912XM1jKQVvXjp11
=1h+Z
-----END PGP SIGNATURE-----
--- End Message ---