Re: [exim] bypass spamassassin in exim

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: John Robinson
Ημερομηνία:  
Προς: Asghar Ali
Υ/ο: Exim Users
Αντικείμενο: Re: [exim] bypass spamassassin in exim
On 30/09/2006 05:02, Asghar Ali wrote:
> I want to bypass spamassassin for my outgoing mails in exim. how i can do it
> ?


You could add something like
   accept  hosts         = +relay_from_hosts


and/or
accept authenticated = *

before the call to SpamAssassin in the ACL you run for acl_smtp_data.

Cheers,

John.