mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-05-28 06:20:14 +00:00
Remove copying and omit checks for stalwart
Signed-off-by: Ruben D. <ruben@winterrific.net>
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
sed "s|aio-placeholder|$MAX_SIZE|" /etc/clamav/clamd.conf > /tmp/clamd.conf
|
||||
cp /etc/clamav/clamav-milter.conf /tmp/clamv-milter-conf
|
||||
|
||||
# Print out clamav version for compliance reasons
|
||||
clamscan --version
|
||||
|
||||
@@ -27,4 +27,4 @@ stdout_logfile=/dev/stdout
|
||||
stdout_logfile_maxbytes=0
|
||||
stderr_logfile=/dev/stderr
|
||||
stderr_logfile_maxbytes=0
|
||||
command=clamav-milter --foreground --config-file=/tmp/clamv-milter-conf
|
||||
command=clamav-milter --foreground --config-file=/etc/clamav/clamav-milter.conf
|
||||
Reference in New Issue
Block a user