Auteur: Neil Youngman
Date:
À: vssckumar
CC: exim-users
Sujet: 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