Re: [exim] Exim solution

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: Neil Youngman
Data:  
Para: vssckumar
CC: exim-users
Asunto: 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