mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-21 15:06:50 +00:00
Add clamav milter packaged, configure it and use supervisord to start it up.
TODO: start milter only if community container stalwart is used. Signed-off-by: Ruben D. <ruben@winterrific.net>
This commit is contained in:
parent
d83b9545f4
commit
28f7d3571c
3 changed files with 14 additions and 2 deletions
|
|
@ -1,6 +1,7 @@
|
|||
#!/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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue