~ubuntu-branches/ubuntu/precise/amavisd-new/precise

« back to all changes in this revision

Viewing changes to debian/etc/conf.d/40-policy_banks

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2008-08-01 22:34:17 UTC
  • mfrom: (1.1.9 upstream) (3.2.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080801223417-jc60z5epz9miibyl
Tags: 1:2.6.1.dfsg-1ubuntu1
* Merge from debian unstable, remaining changes:
  - libmail-dkim-perl (>= 0.31) recommends instead of suggests and
    enable DKIM checking by default 
  - Include policy-bank of known good domains for DKIM whitelisting
    in 40-policy_banks instead of 20-debian_defaults (previous Ubuntu
    location) to minimize user prompts during upgrades
  - Add unrar-free to 01-debian config so it will be used if intstalled and
    also add it as an alternate suggests to unrar
  - Updated logcheck/ignore.d.server/amavisd-new 
* Other Ubuntu changes incorporated by Debian

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# DKIM signing domain whitelist. The domain to use is the domain after d=
 
2
  in the DKIM header.
 
3
 
 
4
@author_to_policy_bank_maps = ( {
 
5
  # 'friends.example.net'     => 'WHITELIST,NOBANNEDCHECK',
 
6
  # 'user1@cust.example.net'  => 'WHITELIST,NOBANNEDCHECK',
 
7
    '.ebay.com'               => 'WHITELIST',
 
8
    '.ebay.co.uk'             => 'WHITELIST',
 
9
    'ebay.at'                 => 'WHITELIST',
 
10
    'ebay.ca'                 => 'WHITELIST',
 
11
    'ebay.de'                 => 'WHITELIST',
 
12
    'ebay.fr'                 => 'WHITELIST',
 
13
    '.paypal.co.uk'           => 'WHITELIST',
 
14
    '.paypal.com'             => 'WHITELIST',  # author signatures
 
15
    './@paypal.com'           => 'WHITELIST',  # 3rd-party sign. by paypal.com
 
16
    'alert.bankofamerica.com' => 'WHITELIST',
 
17
    'amazon.com'              => 'WHITELIST',
 
18
    'cisco.com'               => 'WHITELIST',
 
19
    '.cnn.com'                => 'WHITELIST',
 
20
    'skype.net'               => 'WHITELIST',
 
21
    'welcome.skype.com'       => 'WHITELIST',
 
22
    'cc.yahoo-inc.com'        => 'WHITELIST',
 
23
    'cc.yahoo-inc.com/@yahoo-inc.com' => 'WHITELIST',
 
24
  # 'google.com'              => 'MILD_WHITELIST',
 
25
  # 'googlemail.com'          => 'MILD_WHITELIST',
 
26
  # './@googlegroups.com'     => 'MILD_WHITELIST',
 
27
  # './@yahoogroups.com'      => 'MILD_WHITELIST',
 
28
  # './@yahoogroups.co.uk'    => 'MILD_WHITELIST',
 
29
  # './@yahoogroupes.fr'      => 'MILD_WHITELIST',
 
30
  # 'yousendit.com'           => 'MILD_WHITELIST',
 
31
  # 'meetup.com'              => 'MILD_WHITELIST',
 
32
  # 'dailyhoroscope@astrology.com' => 'MILD_WHITELIST',
 
33
  } );