mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-02-16 10:40:21 +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
|
|
@ -21,3 +21,10 @@ stdout_logfile_maxbytes=0
|
|||
stderr_logfile=/dev/stderr
|
||||
stderr_logfile_maxbytes=0
|
||||
command=clamd --foreground --config-file=/tmp/clamd.conf
|
||||
|
||||
[program:milter]
|
||||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue