Remove copying and omit checks for stalwart

Signed-off-by: Ruben D. <ruben@winterrific.net>
This commit is contained in:
Ruben D. 2025-10-14 21:10:48 +02:00
parent 28f7d3571c
commit 2d86c0d788
No known key found for this signature in database
GPG key ID: 8C78A3716236648D
2 changed files with 1 additions and 2 deletions

View file

@ -1,7 +1,6 @@
#!/bin/bash #!/bin/bash
sed "s|aio-placeholder|$MAX_SIZE|" /etc/clamav/clamd.conf > /tmp/clamd.conf 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 # Print out clamav version for compliance reasons
clamscan --version clamscan --version

View file

@ -27,4 +27,4 @@ stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0 stdout_logfile_maxbytes=0
stderr_logfile=/dev/stderr stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0 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