On 2019-02-09 Günter Frenz <[email protected]> wrote: > 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? If I strip down your update-exim4.conf.conf file to the non-comment lines ------------- 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' ------------- and install it locally then "dpkg-reconfigure -plow exim4-config" works as expected. :-( cu Andreas

