summaryrefslogtreecommitdiff
path: root/security/drweb-sendmail/files/patch-aa
blob: 041a304df66613d725a5eb2dc1ad461ef2c8c177 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
--- usr/local/etc/drweb/drweb_smf.conf.orig	Mon Oct 11 11:55:31 2004
+++ usr/local/etc/drweb/drweb_smf.conf	Mon Oct 11 12:02:22 2004
@@ -97,10 +97,10 @@
 DenyByDefault = no
 
 # List with rules for users or domains to block scanning 
-DenyList = /usr/local/etc/drweb/users.conf
+DenyList = %CONFDIR%/users.conf
 
 # Directory used to store temporary files
-Spool = /var/drweb/spool 
+Spool = /tmp
 
 # Permissions for created spool files
 SpoolFilesMode = 0600
@@ -282,16 +282,16 @@
 FilterMail = DrWEB-DAEMON
 
 # List of unnotificable viruses
-UnnotificableVirusesList = /usr/local/etc/drweb/viruses.conf
+UnnotificableVirusesList = %CONFDIR%/viruses.conf
 
 # List of unnotificable addresses
-UnnotificableAddressesList = /usr/local/etc/drweb/addresses.conf
+UnnotificableAddressesList = %CONFDIR%/addresses.conf
 
 # Quarantine directory. 
 # The infected files could be moved in that dir 
 # if you leave this field empty or commented out then 
 # infected messages will not be stored
-Quarantine = /var/drweb/infected
+Quarantine = /usr/local/drweb/infected
 
 # Permissions for quarantined files
 QuarantineFilesMode = 0660
@@ -330,21 +330,21 @@
 RcptsNotify = yes
 
 # Files with notification templates
-SenderTemplate = /usr/local/etc/drweb/templates/en-ru/sendmail/virus-sender.msg
-AdminTemplate = /usr/local/etc/drweb/templates/en-ru/sendmail/virus-admin.msg
-RcptsTemplate = /usr/local/etc/drweb/templates/en-ru/sendmail/virus-rcpts.msg
+SenderTemplate = %CONFDIR%/templates/en-ru/sendmail/virus-sender.msg
+AdminTemplate = %CONFDIR%/templates/en-ru/sendmail/virus-admin.msg
+RcptsTemplate = %CONFDIR%/templates/en-ru/sendmail/virus-rcpts.msg
 
 [CuredNotifications]
 SenderNotify = yes
 AdminNotify = yes
-SenderTemplate = /usr/local/etc/drweb/templates/en-ru/sendmail/cured-sender.msg
-AdminTemplate = /usr/local/etc/drweb/templates/en-ru/sendmail/cured-admin.msg
+SenderTemplate = %CONFDIR%/templates/en-ru/sendmail/cured-sender.msg
+AdminTemplate = %CONFDIR%/templates/en-ru/sendmail/cured-admin.msg
 
 [SkipNotifications]
 SenderNotify = yes
 AdminNotify = no
 RcptsNotify = no
-SenderTemplate = /usr/local/etc/drweb/templates/en-ru/sendmail/skip-sender.msg
+SenderTemplate = %CONFDIR%/templates/en-ru/sendmail/skip-sender.msg
 AdminTemplate = 
 RcptsTemplate = 
 
@@ -352,16 +352,16 @@
 SenderNotify = yes
 AdminNotify = yes
 RcptsNotify = no
-SenderTemplate = /usr/local/etc/drweb/templates/en-ru/sendmail/archive-sender.msg
-AdminTemplate = /usr/local/etc/drweb/templates/en-ru/sendmail/archive-admin.msg
+SenderTemplate = %CONFDIR%/templates/en-ru/sendmail/archive-sender.msg
+AdminTemplate = %CONFDIR%/templates/en-ru/sendmail/archive-admin.msg
 RcptsTemplate = 
 
 [ErrorNotifications]
 SenderNotify = yes
 AdminNotify = yes
 RcptsNotify = no
-SenderTemplate = /usr/local/etc/drweb/templates/en-ru/sendmail/error-sender.msg
-AdminTemplate = /usr/local/etc/drweb/templates/en-ru/sendmail/error-admin.msg
+SenderTemplate = %CONFDIR%/templates/en-ru/sendmail/error-sender.msg
+AdminTemplate = %CONFDIR%/templates/en-ru/sendmail/error-admin.msg
 RcptsTemplate = 
 
 [RuleFilterNotifications]
@@ -369,7 +369,7 @@
 AdminNotify = yes
 RcptsNotify = no
 SenderTemplate = 
-AdminTemplate = /usr/local/etc/drweb/templates/en-ru/sendmail/rule-admin.msg
+AdminTemplate = %CONFDIR%/templates/en-ru/sendmail/rule-admin.msg
 RcptsTemplate = 
 
 ###################
@@ -430,7 +430,7 @@
 
 # Milter (libmilter have its own output system) debug level (0 - quiet .. 5 -
 # verbose)
-MilterDebugLevel = 0
+MilterDebugLevel = 1
 
 ################################
 # Mail system settings section #