Added fixes
This commit is contained in:
@@ -323,10 +323,7 @@ while getopts "u:I:a:w:v:j:k:m:M:g:d:x:z:Z:c:C:t:i:b:r:o:q:l:y:s:e:p:R:f:Dh" Opt
|
||||
z) dovecot=$OPTARG ;; # Dovecot
|
||||
Z) sieve=$OPTARG ;; # Sieve
|
||||
c) clamd=$OPTARG ;; # ClamAV
|
||||
C)
|
||||
clamd=$OPTARG
|
||||
clamdm="yes"
|
||||
;; # ClamAV Mirrored
|
||||
C) clamdm="yes" ;; # ClamAV Mirrored
|
||||
t) spamd=$OPTARG ;; # SpamAssassin
|
||||
i) iptables=$OPTARG ;; # Iptables
|
||||
b) fail2ban=$OPTARG ;; # Fail2ban
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
UpdateLogFile /var/log/freshclam.log
|
||||
PrivateMirror http://clamav-mirror.ru
|
||||
PrivateMirror http://mirror.truenetwork.ru/clamav
|
||||
DatabaseMirror database.clamav.net
|
||||
ScriptedUpdates no
|
||||
LogFileMaxSize 80M
|
||||
LogTime yes
|
||||
|
||||
Reference in New Issue
Block a user