Package: exim4-config Version: 4.67-3 Severity: important
The configuration variables dc_hide_mailname and dc_readhost are not read correctly by update-exim4.conf. This patch fixes the problem: --- /usr/sbin/update-exim4.conf 2007-06-18 09:50:01.000000000 +0100 +++ /net/diesel/usr/sbin/update-exim4.conf 2007-06-20 13:44:10.000000000 +0100 @@ -283,8 +283,8 @@ fi dc_eximconfig_configtype="$(lowercase $dc_eximconfig_configtype | check_ascii_pipe)" -dc_hide_mailname="$(lowercase dc_hide_mailname | check_ascii_pipe)" -dc_readhost="$(lowercase dc_readhost | check_ascii_pipe)" +dc_hide_mailname="$(lowercase $dc_hide_mailname | check_ascii_pipe)" +dc_readhost="$(lowercase $dc_readhost | check_ascii_pipe)" case "$dc_eximconfig_configtype" in satellite|smarthost) if [ "${dc_hide_mailname}" = "true" ] && [ -n "${dc_readhost}" ] ; then -- Package-specific info: Exim version 4.67 #1 built 18-Jun-2007 13:08:47 Copyright (c) University of Cambridge 2006 Berkeley DB: Sleepycat Software: Berkeley DB 4.3.29: (September 6, 2005) Support for: crypteq iconv() IPv6 GnuTLS move_frozen_messages Lookups: lsearch wildlsearch nwildlsearch iplsearch cdb dbm dbmnz 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 # /etc/exim4/update-exim4.conf.conf # # Edit this file and /etc/mailname by hand and execute update-exim4.conf # yourself or use 'dpkg-reconfigure exim4-config' dc_eximconfig_configtype='satellite' dc_other_hostnames='' dc_local_interfaces='127.0.0.1' dc_readhost='bluearc.com' dc_relay_domains='' dc_minimaldns='false' dc_relay_nets='' dc_smarthost='mail.dev.bluearc.com' CFILEMODE='644' dc_use_split_config='true' dc_hide_mailname='true' dc_mailname_in_oh='true' dc_localdelivery='mail_spool' mailname:diesel.dev.bluearc.com -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 2.6.22-rc5-amd64 (SMP w/2 CPU cores) Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages exim4-config depends on: ii adduser 3.103 Add and remove users and groups ii debconf [debconf-2.0] 1.5.13 Debian configuration management sy exim4-config recommends no packages. -- debconf information: * exim4/dc_smarthost: mail.dev.bluearc.com exim4/dc_relay_domains: * exim4/dc_localdelivery: mbox format in /var/mail/ * exim4/dc_eximconfig_configtype: mail sent by smarthost; no local mail * exim4/dc_readhost: bluearc.com exim4/exim4-config-title: exim4/dc_noalias_regenerate: false * exim4/dc_relay_nets: * exim4/mailname: diesel.dev.bluearc.com * exim4/dc_local_interfaces: 127.0.0.1 * exim4/dc_minimaldns: false * exim4/dc_other_hostnames: exim4/no_config: true * exim4/hide_mailname: true exim4/dc_postmaster: dummy * exim4/use_split_config: true -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]