Bug#393843: update-exim4.conf fails if user already included "<;"

Vineet Kumar vineet at doorstop.net
Wed Oct 18 01:15:18 UTC 2006


Package: exim4
Version: 4.63-3
Severity: normal


When I upgraded this system from sarge to etch, I had
dc_local_interfaces="<;::1;127.0.0.1"

After the upgrade, I saw messages like:

Malformed IP address "<" in local_interfaces

in my paniclog.  I notice that /usr/sbin/update-exim4.conf now prepends
the "<;" automatically.  Removing that from my update-exim4.conf.conf
works successfully.

Just glancing at the script (I haven't read it all or claim to
understand it all) it looks like it just uses grep to prepend the "<;"
if the string contains any ";" -- that's a bug.  If the user-specified
value begins with "<", the script shouldn't prepend its own "<;".

-- Package-specific info:
Exim version 4.63 #1 built 23-Aug-2006 17:21: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='wavemarket.com'
dc_local_interfaces='::1;127.0.0.1'
dc_readhost='wavemarket.com'
dc_relay_domains=''
dc_minimaldns='false'
dc_relay_nets=''
dc_smarthost='mail.wavemarket.com'

CFILEMODE='644'
dc_use_split_config='true'
dc_hide_mailname='true'
dc_mailname_in_oh='true'
mailname:wavemarket.com

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages exim4 depends on:
ii  exim4-base                    4.63-3     support files for all exim MTA (v4
ii  exim4-daemon-light            4.63-3     lightweight exim MTA (v4) daemon

exim4 recommends no packages.

-- no debconf information




More information about the Pkg-exim4-maintainers mailing list