Initial commit on Forgejo
Fresh repository history for elektrine/elektrine-haraka hosted at https://git.elektrine.com/elektrine/elektrine-haraka.
This commit is contained in:
commit
67c1d41a0c
82 changed files with 8713 additions and 0 deletions
22
config/clamd.ini
Normal file
22
config/clamd.ini
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
[main]
|
||||
; ClamAV daemon configuration
|
||||
clamd_socket = clamav:3310
|
||||
|
||||
; How long to wait for ClamAV response (seconds)
|
||||
timeout = 30
|
||||
|
||||
; What to do when virus is detected
|
||||
action = reject
|
||||
|
||||
; Whether to enable quarantine of infected messages
|
||||
quarantine = true
|
||||
|
||||
; Log level (LOGDEBUG, LOGINFO, LOGNOTICE, LOGWARN, LOGERROR, LOGCRIT)
|
||||
loglevel = LOGINFO
|
||||
|
||||
[reject]
|
||||
; Enable rejection for virus detection
|
||||
virus = true
|
||||
|
||||
; Reject message text
|
||||
virus_msg = Message contains a virus and has been rejected
|
||||
Loading…
Add table
Add a link
Reference in a new issue