Your message dated Sun, 01 Oct 2006 08:02:05 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#386554: fixed in exim4 4.63-4
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: exim4-config
Version: 4.63-3
Severity: serious
Justification: rc in maintainer's opinion

Hi,

when split_config in u4cc is set to 'false'! (note the exclamation
mark), /var/lib/exim4/config.autogenerated ends up empty (besides the
"no not touch" disclaimer).

Greetings
Marc


--- End Message ---
--- Begin Message ---
Source: exim4
Source-Version: 4.63-4

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:

exim4-base_4.63-4_i386.deb
  to pool/main/e/exim4/exim4-base_4.63-4_i386.deb
exim4-config_4.63-4_all.deb
  to pool/main/e/exim4/exim4-config_4.63-4_all.deb
exim4-daemon-heavy-dbg_4.63-4_i386.deb
  to pool/main/e/exim4/exim4-daemon-heavy-dbg_4.63-4_i386.deb
exim4-daemon-heavy_4.63-4_i386.deb
  to pool/main/e/exim4/exim4-daemon-heavy_4.63-4_i386.deb
exim4-daemon-light-dbg_4.63-4_i386.deb
  to pool/main/e/exim4/exim4-daemon-light-dbg_4.63-4_i386.deb
exim4-daemon-light_4.63-4_i386.deb
  to pool/main/e/exim4/exim4-daemon-light_4.63-4_i386.deb
exim4-dbg_4.63-4_i386.deb
  to pool/main/e/exim4/exim4-dbg_4.63-4_i386.deb
exim4_4.63-4.diff.gz
  to pool/main/e/exim4/exim4_4.63-4.diff.gz
exim4_4.63-4.dsc
  to pool/main/e/exim4/exim4_4.63-4.dsc
exim4_4.63-4_all.deb
  to pool/main/e/exim4/exim4_4.63-4_all.deb
eximon4_4.63-4_i386.deb
  to pool/main/e/exim4/eximon4_4.63-4_i386.deb



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.
Marc Haber <[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: SHA1

Format: 1.7
Date: Sun,  1 Oct 2006 14:37:53 +0000
Source: exim4
Binary: exim4-daemon-light-dbg exim4-daemon-custom exim4-daemon-heavy exim4-dbg 
exim4-daemon-heavy-dbg exim4-config exim4-daemon-custom-dbg eximon4 exim4-base 
exim4 exim4-daemon-light
Architecture: source i386 all
Version: 4.63-4
Distribution: unstable
Urgency: low
Maintainer: Exim4 Maintainers <[EMAIL PROTECTED]>
Changed-By: Marc Haber <[EMAIL PROTECTED]>
Description: 
 exim4      - metapackage to ease exim MTA (v4) installation
 exim4-base - support files for all exim MTA (v4) packages
 exim4-config - configuration for the exim MTA (v4)
 exim4-daemon-heavy - exim MTA (v4) daemon with extended features, including 
exiscan-ac
 exim4-daemon-heavy-dbg - debugging symbols for the exim MTA (v4) packages
 exim4-daemon-light - lightweight exim MTA (v4) daemon
 exim4-daemon-light-dbg - debugging symbols for the exim MTA (v4) packages
 exim4-dbg  - debugging symbols for the exim MTA (v4) packages
 eximon4    - monitor application for the exim MTA (v4) (X11 interface)
Closes: 386135 386554 387699 388460
Changes: 
 exim4 (4.63-4) unstable; urgency=low
 .
   * Make update-exim4.conf man page also update-exim4.conf.conf man page.
   * Fix SPF error message when $sender_address_domain is undefined (i.e. sender
     is <>). (rm)
   * Change debian/rules documentation for daemon-custom build.
     Thanks to Guido Hennecke. Closes: #386135
   * Rotate paniclog by size, not daily, to avoid rotating away
     messages after complaining from the daily cron job.
     Thanks to Dirk Meyer.
   * Update Slovak translation.
     Thanks to Peter Mann.
   * Add Wolof translation.
     Thanks to M Mamoune Mbacke
   * Add a paragraph explaning the gnutls-bin suggestion to ease DH
     parameter generation in case of entropy starvation.
     Thanks to Andi Barth and Florian Weimer.
   * Since a new version of sysvinit upload will move /var/run/ to a tmpfs
     directories under /var/run/ and their permissions are not persistent
     anymore but will be lost after a reboot. - Re-generate /var/run/exim4 in
     the init script to compensate for this. (am) (closes: #387699)
   * update-exim4.conf: Exit with an error if dc_use_split_config is neither
     true nor false instead of replacing the configuration with an empty one.
     (am) Closes: #386554
   * More intelligence for exim4_refresh_gnutls-params:
     * If certtool (from gnutls-bin) is unavailable but openssl is installed
       use openssl to re-generate DH params. (am)
     * Change exim4-base Suggests on gnutls-bin to gnutls-bin|openssl. (am)
     * Move invocation and background mechanism to exim4_refresh_gnutls-params.
       Script can now be called any time from the command line or any
       other script.
     * Only regenerate dh params if tls_advertise_hosts is non empty.
       According to Florian Weimer, DH params are only needed for
       incoming TLS connections.
     * Thanks, Yuri D'Elia. This addresses #387448
   * Improve entropy and gnutls-params docs.
   * cron-daily:
     * Invoke exim4_refresh_gnutls-params unconditionally.
     * Send out e-mail alert if gnutls-params is older than 14 days.
     * rename config varables to E4BCD_, source /etc/default/exim4
     * introduce a E4BCD_PANICLOG_NOISE variable containing a regexp.
       Paniclog is negatively filtered against that regexp and paniclog
       warning is only sent out if unfiltered lines remain. This is to allow
       work around http://www.exim.org/bugzilla/show_bug.cgi?id=92
   * Prepare hosts_avoid_tls statement on SMTP transports
   * Macroize log_selector, remove +tls_cipher from examples (it is on
     by default) and always set tls_peerdn (we use TLS by default for
     outgoing connections). Make it easier to enable debug logging.
   * Mention in the comments of the default RCPT ACL that verification
     is likely to have false negatives in smarthost/satellite setups. This
     is the easiest way to fix #388460; the "real" fix would be very very
     complicated and thus unsuitable for the default configuration.
     Closes: #388460
   * README.Debian:
     * Re-Work "misc" section to contain subsection. Fix minor
       formatting issues.
     * Add a section about SELinux to the misc subsection saying that
       we currently do not have an SELinux policy but would appreciate
       people helping here. This is already bug #387327 and #390179.
Files: 
 dbcc6d8dbf7b304d96d5f8a89a1a249e 1123 mail standard exim4_4.63-4.dsc
 c36577a210d49c3b7540426db52d4f6e 388369 mail standard exim4_4.63-4.diff.gz
 f5ee349d264cfa45c120799f338ca2e7 927026 mail standard 
exim4-base_4.63-4_i386.deb
 9fedc4d04321bcd5b80eaff082f5bdd0 88274 mail optional eximon4_4.63-4_i386.deb
 a0c64e791c913080cbf62c2a0144c33b 403808 mail standard 
exim4-daemon-light_4.63-4_i386.deb
 947e85af043a3cf3b1e659e3ed3cc058 456408 mail optional 
exim4-daemon-heavy_4.63-4_i386.deb
 13c9e83ed0dbf36de290d62886b2987d 614810 mail extra 
exim4-daemon-light-dbg_4.63-4_i386.deb
 d6481dc7ee0d1c00e23608927a435ac0 695858 mail extra 
exim4-daemon-heavy-dbg_4.63-4_i386.deb
 d23cba4e5075527f219b2808c45e14a5 238234 mail extra exim4-dbg_4.63-4_i386.deb
 ed02bb601d0a6ea94381e76eb944ea88 310402 mail standard 
exim4-config_4.63-4_all.deb
 828efc3cae9ff83f60e4c3ae3692b9c6 1640 mail standard exim4_4.63-4_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFFH9WHgZalRGu6PIQRAlX/AJ99SKGABZW7AhmFTXhZ/YeOf6U/dACfTbYK
aUU1ZP86fmWsEjf1zOY/Brc=
=KWOI
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to