I ran a "dpkg-reconfigure exim4-config" to configure exim4 as mail relay.
Everything fine, but whenever I tried to start/stop/restart exim4 service, I got the following error message:
[SOLUTION]ALERT: exim paniclog /var/log/exim4/paniclog has non-zero size, mail system possibly broken
The first thing to do is to look in the paniclog (since it has *non* zero size )
In there I found:
Code: Select all
2014-11-27 11:37:35 socket bind() to port 25 for address ::1 failed: Cannot assign requested address: daemon abandoned
Edit the following line in "/etc/exim4/update-exim4.conf.conf":
Code: Select all
dc_local_interfaces='127.0.0.1 ; ::1'
Voila! ALERT-message gone