mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-07-31 16:15:04 +02:00
* Fixes #346 and added a virusmail wiper triggered by a CRON * Renamed env to something more explicit VIRUSMAILS_DELETE_DELAY
This commit is contained in:
parent
986dc97f1a
commit
08dc28e304
5 changed files with 44 additions and 7 deletions
2
Makefile
2
Makefile
|
@ -23,9 +23,9 @@ run:
|
|||
-e SA_TAG=1.0 \
|
||||
-e SA_TAG2=2.0 \
|
||||
-e SA_KILL=3.0 \
|
||||
-e VIRUSMAILS_DELETE_DELAY=7 \
|
||||
-e SASL_PASSWD="external-domain.com username:password" \
|
||||
-e ENABLE_MANAGESIEVE=1 \
|
||||
-e ONE_DIR=1 \
|
||||
-e PERMIT_DOCKER=host\
|
||||
-h mail.my-domain.com -t $(NAME)
|
||||
sleep 20
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue