Your message dated Fri, 10 Jul 2020 19:24:57 +0200
with message-id <[email protected]>
and subject line Re: Bug#964783: /usr/sbin/update-exim4.conf: Upgrade of
package silently adds dc_local_interfaces to update-exim4.conf.conf
has caused the Debian Bug report #964783,
regarding /usr/sbin/update-exim4.conf: Upgrade of package silently adds
dc_local_interfaces to update-exim4.conf.conf
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.)
--
964783: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=964783
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: exim4-config
Version: 4.94-5
Severity: normal
File: /usr/sbin/update-exim4.conf
Dear Maintainer,
My requirement is to have no binding to a specified IP, therefore
dc_local_interfaces must not be set.
When updating exim4 packages, including exim4-config, a line
dc_local_interfaces is added,
in effect restricting access to localhost (ip4 and ip6).
I expect that an existing configuration is not effectively modified by an
update script.
-- Package-specific info:
Exim version 4.94 #2 built 03-Jul-2020 06:20:07
Copyright (c) University of Cambridge, 1995 - 2018
(c) The Exim Maintainers and contributors in ACKNOWLEDGMENTS file, 2007 - 2018
Berkeley DB: Berkeley DB 5.3.28: (September 9, 2013)
Support for: crypteq iconv() IPv6 GnuTLS move_frozen_messages DANE DKIM DNSSEC
Event I18N OCSP PIPE_CONNECT PRDR SOCKS TCP_Fast_Open
Lookups (built-in): lsearch wildlsearch nwildlsearch iplsearch cdb dbm dbmjz
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
Configure owner: 0:0
Size of off_t: 8
Configuration file search path is
/etc/exim4/exim4.conf:/var/lib/exim4/config.autogenerated
Configuration file is /var/lib/exim4/config.autogenerated
-- System Information:
Debian Release: bullseye/sid
APT prefers testing
APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Kernel: Linux 5.6.0-2-amd64 (SMP w/4 CPU cores)
Kernel taint flags: TAINT_WARN, TAINT_FIRMWARE_WORKAROUND
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8),
LANGUAGE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)
Versions of packages exim4-config depends on:
ii adduser 3.118
ii debconf [debconf-2.0] 1.5.74
exim4-config recommends no packages.
exim4-config suggests no packages.
-- Configuration Files:
/etc/exim4/passwd.client [Errno 13] Keine Berechtigung:
'/etc/exim4/passwd.client'
-- debconf information excluded
--- End Message ---
--- Begin Message ---
On 2020-07-10 Andreas Feldner <[email protected]> wrote:
> Package: exim4-config
> Version: 4.94-5
> Severity: normal
> File: /usr/sbin/update-exim4.conf
> Dear Maintainer,
> My requirement is to have no binding to a specified IP, therefore
> dc_local_interfaces must not be set.
Then set
dc_local_interfaces=''
> When updating exim4 packages, including exim4-config, a line
> dc_local_interfaces is added, in effect restricting access to
> localhost (ip4 and ip6).
> I expect that an existing configuration is not effectively modified by
> an update script.
If you delete the setting instead of setting it to the wanted value you are
effectively telling the debconf system "this setting has not been seen and
set deliberately, please reset."
cu Andreas
--- End Message ---