Re: [exim] Exim solution

Pàgina inicial
Delete this message
Reply to this message
Autor: Neil Youngman
Data:  
A: vssckumar
CC: exim-users
Assumpte: 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