Mark Martinec wrote:
> Peter,
>
>> I have added this to my amavisd.conf file
>>
>> $policy_bank{'SMTP_AUTH'} = {
>> originating => 1,
>> bypass_banned_checks_maps => [1],
>> bypass_spam_checks_maps => [1],
>> os_fingerprint_method => undef, # don't query p0f for internal clients
>> };
>>
>> I am just wondering if this is the correct way to do that, or if this
>> might be overkill. I do not want to have mails from authenticated users
>> checked for spam, and they should be allowed to send attachments.
>
> Yes, looks good. If you want to guaranty spam and banned checks
I am still a little fuzzy on the policy banks implementation details
myself. Does anyone know if a client is from MYNETS and does SMTP_AUTH
which one would amavisd use or would both apply if you have settings for
both banks? If they both apply then what order would they be processed
to know which takes priority?
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
AMaViS-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/