Re: [exim] sophie socket error when not using sophie

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Peter Bowyer
日付:  
To: exim-users
題目: Re: [exim] sophie socket error when not using sophie
On 12 January 2011 13:03, <a.smith@???> wrote:
> ok, I've commented out this line and now its working ok:
>
> #acl_smtp_data    = acl_check_content
>
> thanks Andy.


That will disable all DATA-time checks - better check there isn't
anything else in there other than the virus scan, you may be throwing
the baby out with the bathwater.

Look at disabling (commenting out) clauses within your
acl_check_content ACL which relate to the virus scan - look for the
'malware=' condition.

Peter