Your message dated Sat, 19 Jul 2008 19:02:06 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#486667: fixed in exim4 4.69-6 has caused the Debian Bug report #486667, regarding /etc/init.d/exim4: SMTPLISTENEROPTIONS should not be quoted on startup? 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.) -- 486667: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=486667 Debian Bug Tracking System Contact [EMAIL PROTECTED] with problems
--- Begin Message ---Package: exim4-base Version: 4.69-5+b1 Severity: normal File: /etc/init.d/exim4 Tags: patch Hi, while trying to setup the TLS on the extra port 465 I found, that a suggestion from README.Debian does not work, because multiple options in SMTPLISTENEROPTIONS are passed in the form: ${SMTPLISTENEROPTIONS:+"${SMTPLISTENEROPTIONS}"} that is as one argumet. Value SMTPLISTENEROPTIONS='-oX 465:25 -oP /var/run/exim4/exim.pid' is in /usr/share/doc/exim4-base/README.Debian.gz. After applying attached change, the daemon started ok. Regards -- Zito -- Package-specific info: Exim version 4.69 #1 built 02-May-2008 12:57:09 Copyright (c) University of Cambridge 2006 Berkeley DB: Berkeley DB 4.6.21: (September 27, 2007) Support for: crypteq iconv() IPv6 GnuTLS move_frozen_messages Lookups: lsearch wildlsearch nwildlsearch iplsearch cdb dbm 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: lenny/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.25-2-686 (SMP w/2 CPU cores) Locale: LANG=C, LC_CTYPE=cs_CZ.ISO-8859-2 (charmap=ISO-8859-2) Shell: /bin/sh linked to /bin/bash Versions of packages exim4-base depends on: ii adduser 3.108 add and remove users and groups ii cron 3.0pl1-104 management of regular background p ii debconf [debconf-2.0] 1.5.22 Debian configuration management sy ii exim4-config [exim4-config-2] 4.69-5 configuration for the Exim MTA (v4 ii libc6 2.7-12 GNU C Library: Shared libraries ii libdb4.6 4.6.21-10 Berkeley v4.6 Database Libraries [ ii lsb-base 3.2-12 Linux Standard Base 3.2 init scrip ii netbase 4.32 Basic TCP/IP networking system Versions of packages exim4-base recommends: ii mailutils [mailx] 1:1.2+dfsg1-1+b1 GNU mailutils utilities for handli ii psmisc 22.6-1 Utilities that use the proc filesy -- debconf information excludeddiff --git a/init.d/exim4 b/init.d/exim4 index 009dc47..118bac7 100755 --- a/init.d/exim4 +++ b/init.d/exim4 @@ -95,14 +95,14 @@ start_exim() "$DAEMON" -bd "-q${QFLAGS}${QUEUEINTERVAL}" \ ${COMMONOPTIONS:+"${COMMONOPTIONS}"} \ ${QUEUERUNNEROPTIONS:+"${QUEUERUNNEROPTIONS}"} \ - ${SMTPLISTENEROPTIONS:+"${SMTPLISTENEROPTIONS}"} + ${SMTPLISTENEROPTIONS} log_progress_msg "exim4" ;; separate) start_daemon -p "$PIDFILE" \ "$DAEMON" -bd \ ${COMMONOPTIONS:+"${COMMONOPTIONS}"} \ - ${SMTPLISTENEROPTIONS:+"${SMTPLISTENEROPTIONS}"} + ${SMTPLISTENEROPTIONS} log_progress_msg "exim4_listener" start_daemon -p "$QRPIDFILE" \ "$DAEMON" -oP $QRPIDFILE \ @@ -123,7 +123,7 @@ start_exim() start_daemon -p "$PIDFILE" \ "$DAEMON" -bd \ ${COMMONOPTIONS:+"${COMMONOPTIONS}"} \ - ${SMTPLISTENEROPTIONS:+"${SMTPLISTENEROPTIONS}"} + ${SMTPLISTENEROPTIONS} log_progress_msg "exim4_listener" ;; nodaemon)
--- End Message ---
--- Begin Message ---Source: exim4 Source-Version: 4.69-6 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.69-6_i386.deb to pool/main/e/exim4/exim4-base_4.69-6_i386.deb exim4-config_4.69-6_all.deb to pool/main/e/exim4/exim4-config_4.69-6_all.deb exim4-daemon-heavy-dbg_4.69-6_i386.deb to pool/main/e/exim4/exim4-daemon-heavy-dbg_4.69-6_i386.deb exim4-daemon-heavy_4.69-6_i386.deb to pool/main/e/exim4/exim4-daemon-heavy_4.69-6_i386.deb exim4-daemon-light-dbg_4.69-6_i386.deb to pool/main/e/exim4/exim4-daemon-light-dbg_4.69-6_i386.deb exim4-daemon-light_4.69-6_i386.deb to pool/main/e/exim4/exim4-daemon-light_4.69-6_i386.deb exim4-dbg_4.69-6_i386.deb to pool/main/e/exim4/exim4-dbg_4.69-6_i386.deb exim4-dev_4.69-6_i386.deb to pool/main/e/exim4/exim4-dev_4.69-6_i386.deb exim4_4.69-6.diff.gz to pool/main/e/exim4/exim4_4.69-6.diff.gz exim4_4.69-6.dsc to pool/main/e/exim4/exim4_4.69-6.dsc exim4_4.69-6_all.deb to pool/main/e/exim4/exim4_4.69-6_all.deb eximon4_4.69-6_i386.deb to pool/main/e/exim4/eximon4_4.69-6_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. 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: SHA1 Format: 1.8 Date: Sat, 19 Jul 2008 19:56:36 +0200 Source: exim4 Binary: exim4-base exim4-config exim4-daemon-light exim4 exim4-daemon-heavy exim4-daemon-custom eximon4 exim4-dbg exim4-daemon-light-dbg exim4-daemon-heavy-dbg exim4-daemon-custom-dbg exim4-dev Architecture: source i386 all Version: 4.69-6 Distribution: unstable Urgency: high Maintainer: Exim4 Maintainers <[EMAIL PROTECTED]> Changed-By: Andreas Metzler <[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-custom - custom Exim MTA (v4) daemon with locally set features exim4-daemon-custom-dbg - debugging symbols for the Exim MTA (v4) packages 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 exim4-dev - header files for the Exim MTA (v4) packages eximon4 - monitor application for the Exim MTA (v4) (X11 interface) Closes: 479466 480282 481638 481765 482319 482641 482714 482752 485384 486105 486106 486116 486667 489171 Changes: exim4 (4.69-6) unstable; urgency=high . [ Debconf translations ] * Malayalam. Closes: #479466 * Albanian. Closes: #480282 * Polish. Closes: #481638 * Vietnamese. Closes: #482641 * Turkish. Closes: #482714 * Brazilian Portuguese. Closes: #485384 * Finnish. Closes: #489171 . [ Marc Haber ] * Have timeout.pl print a meaningful error message if perl-modules is not installed. Have exim4-base recommend perl-modules. Thanks to Tom Schouten. Closes: #482319 * Create gnutls-params with mode 644 in the first place. Thanks to Jean-Luc Coulon. Closes: #481765 * Replace ~/.rnd with $HOME/.rnd in exim_gencerts. Thanks to Ross Boylan for noticing this. * exim4-config.config: send hostname --fqdn stderr to /dev/null, we handle errors properly. Thanks to Andrew Vaughan in #481597. . [ Andreas Metzler ] * Fix typos/other errors in README.Debian.xml. Improve formatting. (Thank's Georg Neis and Paul Menzel) Closes: #486105, #486106, #486116 * Revert fancy quoting in initscript. Closes: #486667,#482752 (fixes rc-bugs). * [debian/control README.Debian.xml] Spelling fix ("metapackage" instead of "meta-package"). Thank's lintian Checksums-Sha1: d6ed89a91b67cde2339eeca415fc39b3986f61d7 1570 exim4_4.69-6.dsc 805d0a62880d454f4461b3d6c080c9d9778e6b25 535911 exim4_4.69-6.diff.gz a730513867d4ed7c0d682c2933ad2fdb9684e2f5 984378 exim4-base_4.69-6_i386.deb 460c45ef89e02aacff4515155481cc970e6187f8 97424 eximon4_4.69-6_i386.deb 217ee0ceabd7a71d64302c273d5d703ac94fca97 421052 exim4-daemon-light_4.69-6_i386.deb e53747e70061d7f908a1a6ef07ebce58f781c7ef 468926 exim4-daemon-heavy_4.69-6_i386.deb 8a7b4ee8106bf9eaef01034eeb5b6e1b8bc6ef02 672192 exim4-daemon-light-dbg_4.69-6_i386.deb 33bb64fc3ddb158fd547f25e82614dac11c9ac55 757552 exim4-daemon-heavy-dbg_4.69-6_i386.deb 260e84c5d27de50f2a81742b538535a15c0fe85f 263336 exim4-dbg_4.69-6_i386.deb f0f447dfcdc2c2131efb90edf7ba8f247ffa0b5b 69774 exim4-dev_4.69-6_i386.deb 015ad78fead938609147e37c71a8709a93b9c42d 335428 exim4-config_4.69-6_all.deb d76caab1f1773eedcfb32eed76f7d5ad74d924ac 7094 exim4_4.69-6_all.deb Checksums-Sha256: 62a25dfb68b0013a0945711132abf228ba849a5fd9e9478b80398acaf69031f5 1570 exim4_4.69-6.dsc 7edfec6eaaa3919f83e57e817f833906747af29c61a5cd0319cf0384e5c825f4 535911 exim4_4.69-6.diff.gz 16e38e5fdb41bdc1c5f4e251c50d084f413f3f4a8cddc39b7f39d1b30e0a8e5f 984378 exim4-base_4.69-6_i386.deb 6165d73c675a03a88bc7e0766d2695e6af8d6bd4c6e876ec222a0d6b290c5c1c 97424 eximon4_4.69-6_i386.deb b433fded07039eb7d31bc7b15a71c81fd4e2c6fbbe8a3a0802d18d5152d0505d 421052 exim4-daemon-light_4.69-6_i386.deb f495a46c27dd0c2c8d384be6e08a56a815bbcb52811d3531d5930af7635c6099 468926 exim4-daemon-heavy_4.69-6_i386.deb b0f84de8392cf8c25ab3fda066b7beb6c0bb5587f003cfafee1395335aeeccd8 672192 exim4-daemon-light-dbg_4.69-6_i386.deb 602442dd9a1790649b8f4615069c75d332eb6c426b04ebc983cec3e204146dad 757552 exim4-daemon-heavy-dbg_4.69-6_i386.deb 7155b291be384621c55456d717d3a9eb5a40abb54e985dced36e5432a8caa64f 263336 exim4-dbg_4.69-6_i386.deb 077d2a917e84c68177ef270a7233da570b3fb4ccab2f09a47b207f46c3dc09d7 69774 exim4-dev_4.69-6_i386.deb 78cc01226f9cefec6ddb4960be01bbe61fb9dce1d241e740c0445b6cd6c5b6d4 335428 exim4-config_4.69-6_all.deb b1c0d68f0e96fbe611cc24cfc93fa5a5c2edfdbf56fad1ae4af76893698eeed5 7094 exim4_4.69-6_all.deb Files: 2872ab59ad0fd435cba092e5b86481a0 1570 mail standard exim4_4.69-6.dsc bcd8460dd0796c7b61a6c666957a145b 535911 mail standard exim4_4.69-6.diff.gz 8b1483f1cda45518f358ddc3574450d9 984378 mail standard exim4-base_4.69-6_i386.deb 60b9363b1e9706e72854b17fbc9ae0ed 97424 mail optional eximon4_4.69-6_i386.deb d80156ab1d80675fa3d80387ec407435 421052 mail standard exim4-daemon-light_4.69-6_i386.deb 5fac123844e979760b5f1e8caa4bca40 468926 mail optional exim4-daemon-heavy_4.69-6_i386.deb 0517f842923bdb090216b6c62e8a2ea3 672192 mail extra exim4-daemon-light-dbg_4.69-6_i386.deb 48a120afa79c61dea54a0baefd2c0440 757552 mail extra exim4-daemon-heavy-dbg_4.69-6_i386.deb 4cfbef6d9c7b90e486c535c5b71003c0 263336 mail extra exim4-dbg_4.69-6_i386.deb 5c997cfba9c8f90627e12111179293c4 69774 mail extra exim4-dev_4.69-6_i386.deb 5f1b5b7b49dd24a1cb72e23c92644680 335428 mail standard exim4-config_4.69-6_all.deb ef5c523d5d031d3ac74c636f6312b4ad 7094 mail standard exim4_4.69-6_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFIgjTtHTOcZYuNdmMRAv+lAJ9RCt793gZ8rkz+ml7XAMy37XOOKQCcCvhc XNehXJ7mB3hA4cJXstTqKks= =TILS -----END PGP SIGNATURE-----
--- End Message ---

