Amavis
Amavisd-new integration. This module will allow the below features to be specified/used on a per policy basis.
Bypass Checks
These features allow one to bypass certain checks for a policy.
Bypass Virus Checks
Amavis feature virus_lovers_maps & bypass_virus_checks_maps
Bypass virus checks are done if some recipients in the email have requested anti-virus features, in this case however the result is ignored.
Anti-spam
Antispam settings, mostly relating to Amavisd-new's SpamAssassin capabilities.
Spam tag 3 level
Amavis feature spam_tag3_level_maps
Spam score at which to tag email as being spammy, but may insert a different subject line (tag3).
Spam kill level
Amavis feature spam_kill_level_maps
Spam score at which to trigger evasive action (reject, quarantine).
Email Message Checks
Various email message checks.
Banned File List
Amavis feature banned_filename_maps
List of filename extensions and/or types to ban. Separated by , or ; or newline or whitespace.
.exe,.bat,.dll,audio/*,video/*
Whitelist & Blacklist
Allows whitelisting and blacklisting of senders.
Whitelist Senders
Amavis feature per_recip_whitelist_sender_lookup_tables
Whitelist these senders, this allows them to always bypass the various checks. Remeber however sender addresses can be forged!
Blacklist Senders
Amavis feature per_recip_blacklist_sender_lookup_tables
Blacklist these senders, this will automatically declare the email message as being spam.
Admin Notifications
These settings allow an andministrator to be notified when certain detections occur.
Quarantine
These settings control how emails are quarantined.
Interception
These settings allow an administrator to intercept email and BCC it to another address.
Server Configuration
Configuration for this module is done in the Amavis section in the configuration file.
enable
(Supported in: r420+, v2.1.x)
Set to 1 if you wish to enable this module. Default 0 (disabled).
Note on versions prior to r420, v2.1.x
Before r420 if the module was loaded Amavis was enabled.