On 12 January 2011 13:03, <[email protected]> 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 -- ## List details at http://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
