Hello! This is the output:
$ cat /etc/default/exim4 # /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 the SMTP listener daemon. By default, it is listening on # port 25 only. To listen on more ports, it is recommended to use # -oX 25:587:10025 -oP /var/run/exim4/exim.pid SMTPLISTENEROPTIONS='' On 11-02-2017 15:11, Andreas Metzler wrote: > On 2017-02-11 felipe <ze...@riseup.net> wrote: >> Package: exim4 >> Version: 4.89~RC3-1 >> Severity: normal > >> Dear Maintainer, > >> apt upgrade fails to upgrade exim4 and exim4-daemon-light. > > [...] > >> fev 11 13:57:10 fx8350 systemd[1]: Starting LSB: exim Mail Transport Agent... >> fev 11 13:57:11 fx8350 exim4[21370]: Starting MTA: exim4. >> fev 11 13:57:11 fx8350 exim4[21370]: ALERT: exim paniclog >> /var/log/exim4/paniclog has non-zero size…broken >> fev 11 13:57:11 fx8350 systemd[1]: exim4.service: PID file >> /var/run/exim4/exim.pid not readable (y…rectory >> fev 11 14:01:41 fx8350 systemd[1]: exim4.service: Daemon never wrote its PID >> file. Failing. >> fev 11 14:01:41 fx8350 systemd[1]: Failed to start LSB: exim Mail Transport >> Agent. >> fev 11 14:01:41 fx8350 systemd[1]: exim4.service: Unit entered failed state. >> fev 11 14:01:41 fx8350 systemd[1]: exim4.service: Failed with result >> 'resources'. > > Hello, > > what is in the exim logfiles? Could you please show your > /etc/default/exim4? > > TIA, cu Andreas >