"Stuart Johnston" <[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]

> If you don't want to scan messages from the webmail, add a line like this 
> above your spam scanning code:
>
> accept  hosts = 127.0.0.1:+relay_from_hosts
>
> If you do want to scan webmail messages but don't want to wait for the 
> scanning to complete, you can configure you webmail to use "sendmail" 
> instead of SMTP.  Although, I'm not 100% sure if exim scans mail sent 
> through the sendmail interface.

Exim does not run the acl_smtp_data ACL for command-line (sendmail) 
generated e-mails. If you wanted to scan these too, you would need to create 
an acl_not_smtp ACL: 
http://www.exim.org/exim-html-4.60/doc/html/spec.html/ch39.html#id2664564

Regards,
John 



Reply via email to