Bug#921834: exim4-config: Running dpkg-reconfigure exim4-config only shows first screen

Günter Frenz guefz at freenet.de
Sat Feb 9 10:51:39 GMT 2019


Package: exim4-config
Version: 4.92~RC5-2
Severity: important

Dear Maintainer,

when I try to run dpkg-reconfigure exim4-config only the first screen
with the question for the general configuration appears. After selecting
any of these the execution ends without asking the other usual
questions. /etc/exim4/update-exim4.conf.conf was left with

dc_eximconfig_configtype=''

being empty. I replaced this with my backup and the server seems to run
again. Manual changes seem to work but using dpkg-reconfigure. 

I have configured dash as sh.

Any other information required?

Regards

Günter Frenz


-- Package-specific info:
Exim version 4.92-RC5 #5 built 07-Feb-2019 17:42:41
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 OCSP 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
# /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'
#
# Please note that this is _not_ a dpkg-conffile and that automatic
changes # to this file might happen. The code handling this will honor
your local # changes, so this is usually fine, but will break local
schemes that mess # around with multiple versions of the file.
#
# update-exim4.conf uses this file to determine variable values to
generate # exim configuration macros for the configuration file.
#
# Most settings found in here do have corresponding questions in the
# Debconf configuration, but not all of them.
#
# This is a Debian specific file

dc_eximconfig_configtype='smarthost'
dc_other_hostnames='corinnis.guefz.de'
dc_local_interfaces='127.0.0.1;192.168.1.3'
dc_readhost=''
dc_relay_domains=''
dc_minimaldns='false'
dc_relay_nets='192.168.1.0/24'
dc_smarthost='smtp.netcologne.de'
CFILEMODE='644'
dc_use_split_config='true'
dc_hide_mailname='false'
dc_mailname_in_oh='true'
dc_localdelivery='mail_spool'
mailname:corinnis.guefz.de
# /etc/default/exim4
EX4DEF_VERSION=''

# 'combined' -	 one daemon running queue and listening on SMTP
port # 'no'       -	 no daemon running the queue
# 'separate' -	 two separate daemons
# 'ppp'      -   only run queue with /etc/ppp/ip-up.d/exim4.
# 'nodaemon' - no daemon is started at all.
# 'queueonly' - only a queue running daemon is started, no SMTP
listener. # setting this to 'no' will also disable queueruns
from /etc/ppp/ip-up.d/exim4 QUEUERUNNER='combined'
# how often should we run the queue
QUEUEINTERVAL='30m'
# options common to quez-runner and listening daemon
COMMONOPTIONS=''
# more options for the daemon/process running the queue (applies to the
one # started in /etc/ppp/ip-up.d/exim4, too.
QUEUERUNNEROPTIONS=''
# special flags given to exim directly after the -q. See exim(8)
QFLAGS=''
# options for daemon listening on port 25
SMTPLISTENEROPTIONS=''

-- System Information:
Debian Release: buster/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.19.0-2-amd64 (SMP w/8 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8),
LANGUAGE=de:en_US (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages exim4-config depends on:
ii  adduser                3.118
ii  debconf [debconf-2.0]  1.5.70

exim4-config recommends no packages.

exim4-config suggests no packages.

-- Configuration Files:
/etc/email-addresses changed:
root: guefz at guefz.de
Mailer-Daemon: guefz at guefz.de

/etc/exim4/conf.d/router/200_exim4-config_primary changed:
.ifdef DCconfig_internet
dnslookup_relay_to_domains:
  debug_print = "R: dnslookup_relay_to_domains for $local_part@$domain"
  driver = dnslookup
  domains = ! +local_domains : +relay_to_domains
  transport = remote_smtp
  same_domain_copy_routing = yes
  dnssec_request_domains = *
  no_more
dnslookup:
  debug_print = "R: dnslookup for $local_part@$domain"
  driver = dnslookup
  domains = ! +local_domains
  transport = remote_smtp
  same_domain_copy_routing = yes
  # ignore private rfc1918 and APIPA addresses
  ignore_target_hosts = 0.0.0.0 : 127.0.0.0/8 : 192.168.0.0/16 :\
                        172.16.0.0/12 : 10.0.0.0/8 : 169.254.0.0/16 :\
			255.255.255.255
  dnssec_request_domains = *
  no_more
.endif
.ifdef DCconfig_local
nonlocal:
  debug_print = "R: nonlocal for $local_part@$domain"
  driver = redirect
  domains = ! +local_domains
  allow_fail
  data = :fail: Mailing to remote domains not supported
  no_more
.endif
smarthost_list:
debug_print = "R: smarthost list for $local_part@$domain"
  driver = manualroute
  domains = ! +local_domains
  senders = wildlsearch;CONFDIR/sender.smarthost
  transport = remote_smtp_list
  route_list = *
${lookup{$sender_address}wildlsearch{CONFDIR/sender.smarthost}}
host_find_failed = defer same_domain_copy_routing = yes
  no_more
.ifdef DCconfig_smarthost DCconfig_satellite
smarthost:
  debug_print = "R: smarthost for $local_part@$domain"
  driver = manualroute
  domains = ! +local_domains
  transport = remote_smtp_smarthost
  route_list = * DCsmarthost byname
  host_find_failed = ignore
  same_domain_copy_routing = yes
  no_more
.endif

/etc/exim4/passwd.client [Errno 13] Keine Berechtigung:
'/etc/exim4/passwd.client'

-- debconf information:
* exim4/hide_mailname: false
* exim4/dc_other_hostnames: corinnis.guefz.de
* exim4/dc_smarthost: smtp.netcologne.de
* exim4/dc_local_interfaces: 127.0.0.1;192.168.1.3
  exim4/exim4-config-title:
  exim4/dc_readhost:
  exim4/dc_relay_domains:
* exim4/dc_minimaldns: false
  exim4/dc_postmaster: guefz
* exim4/use_split_config: true
* exim4/mailname: corinnis.guefz.de
  exim4/no_config: true
* exim4/dc_localdelivery: mbox format in /var/mail/
* exim4/dc_eximconfig_configtype:
* exim4/dc_relay_nets: 192.168.1.0/24



-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 228 bytes
Desc: Digitale Signatur von OpenPGP
URL: <http://alioth-lists.debian.net/pipermail/pkg-exim4-maintainers/attachments/20190209/6bbe1195/attachment-0001.sig>


More information about the Pkg-exim4-maintainers mailing list