Просмотр исходного кода

Merge pull request #21 from sjahl/dspam-fixes

Fixing some small dspam oddities
Alex Payne 11 лет назад
Родитель
Сommit
adfd624617
2 измененных файлов: 2 добавлений и 2 удалений
  1. 1
    1
      roles/mailserver/files/etc_dspam_default.prefs
  2. 1
    1
      roles/mailserver/files/etc_dspam_dspam.conf

+ 1
- 1
roles/mailserver/files/etc_dspam_default.prefs Просмотреть файл

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 Просмотреть файл

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.

Загрузка…
Отмена
Сохранить