Re: [exim] Exim solution

Top Page
Delete this message
Reply to this message
Author: Neil Youngman
Date:  
To: vssckumar
CC: exim-users
Subject: Re: [exim] Exim solution
> when i restart the /etc/init.d/exim4 it show the error

> DEBCONFsomethingDEBCONF found in exim configuration. ...


I found the solution easily enough with Google when I got bored of this error message.

$ find /etc/exim4/ -name '*.dpkg-old' -exec rm -i {} \;

will remove all backup configuration files, which is where the "problem" is found.

HTH

Neil Youngman