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

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