ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/mports/trunk/mail/courier-pythonfilter/files/patch-pythonfilter-modules.conf.sample
Revision: 16349
Committed: Sun Apr 20 18:32:36 2014 UTC (10 years ago) by laffer1
File size: 1380 byte(s)
Log Message:
remove cvs2svn:cvs-rev prop

File Contents

# Content
1 --- pythonfilter-modules.conf.sample.orig 2009-02-15 11:58:07.000000000 +0100
2 +++ pythonfilter-modules.conf.sample 2009-02-15 11:55:36.000000000 +0100
3 @@ -1,5 +1,5 @@
4 # [add_signature.py]
5 -# domains = {'': '/etc/courier/signatures/default'}
6 +# domains = {'': '/usr/local/etc/courier/signatures/default'}
7
8 # [attachments.py]
9 # blockedPattern = r'^.*\.(scr|exe|com|bat|pif|lnk|sys|mid|vb|js|ws|shs|ceo|cmd|cpl|hta|vbs)$'
10 @@ -9,7 +9,7 @@
11 # whitelistPurgeInterval = 60 * 60 * 12
12
13 # [clamav.py]
14 -# localSocket = '/tmp/clamd'
15 +# localSocket = '/var/run/clamav/clamd'
16 # action = 'quarantine'
17
18 # [comeagain.py]
19 @@ -58,14 +58,14 @@
20 # dnswlZone = ['list.dnswl.org']
21
22 # [authdaemon.py]
23 -# socketPath = '/var/spool/authdaemon/socket'
24 +# socketPath = '/var/run/authdaemond/socket'
25
26 [TtlDb]
27 # dbmType can be dbm (dbm file), psycopg2 (postgresql database),
28 # or mysql (mysql database)
29 type = 'dbm'
30 # The 'dbm' db type requires a dmbDir
31 -dir = '/var/lib/pythonfilter'
32 +dir = '/var/spool/courier/pythonfilter'
33 # SQL db types require host, port, database name, username, and password
34 # host = 'localhost'
35 # port = '5432'
36 @@ -75,7 +75,7 @@
37
38 [Quarantine]
39 siteid = '7d35f0b0-4a07-40a6-b513-f28bd50476d3'
40 -dir = '/var/lib/pythonfilter/quarantine'
41 +dir = '/var/spool/courier/pythonfilter/quarantine'
42 days = 14
43 # notifyRecipient = 1
44 # alsoNotify = 'quarantinemgr@example.com'