Browse Source

Merge pull request #21 from sjahl/dspam-fixes

Fixing some small dspam oddities
Alex Payne 10 years ago
parent
commit
adfd624617

+ 1
- 1
roles/mailserver/files/etc_dspam_default.prefs View File

28
 statisticalSedation=5
28
 statisticalSedation=5
29
 
29
 
30
 # Signature Location: message, headers, attachment
30
 # Signature Location: message, headers, attachment
31
-signatureLocation=headers  # { message | headers } -> default:message
31
+signatureLocation=headers
32
 
32
 
33
 # Whitelist Threshold: the minimum number of innocent hits from a recipient to
33
 # Whitelist Threshold: the minimum number of innocent hits from a recipient to
34
 # be automatically whitelisted. Do not set this value too low!
34
 # be automatically whitelisted. Do not set this value too low!

+ 1
- 1
roles/mailserver/files/etc_dspam_dspam.conf View File

5
 #
5
 #
6
 # DSPAM Home: Specifies the base directory to be used for DSPAM storage
6
 # DSPAM Home: Specifies the base directory to be used for DSPAM storage
7
 #
7
 #
8
-Home /var/spool/dspam
8
+Home /decrypted-mail/dspam
9
 
9
 
10
 #
10
 #
11
 # StorageDriver: Specifies the storage driver backend (library) to use.
11
 # StorageDriver: Specifies the storage driver backend (library) to use.

Loading…
Cancel
Save