Re: [exim] Exim solution

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Neil Youngman
日付:  
To: vssckumar
CC: exim-users
題目: 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