1
0
mirror of https://github.com/tomav/docker-mailserver.git synced 2024-06-26 00:59:32 +02:00
docker-mailserver/test
Kyle Ondy 4872d0e777 selective service disable (#250)
* Allow disabling amavis service

Setting the `DISABLE_AMAVIS=1` env var will skip the starting of the
amavis process.

* Enable option to not run spamassassin

Setting the `DISABLE_SPAMASSASSIN=1` env var will start this container
without spamassain.

* Allow starting of the container without clamav

Setting the `DISABLE_CLAMAV=1` env var will start this container without
starting clamav.
2016-08-04 21:04:26 +02:00
..
auth switch to SHA512 2016-06-14 13:00:51 +02:00
bats Fixes 84 => moved to bats unit test framework 2016-02-25 00:17:01 +01:00
config Added test on catchall 2016-07-23 23:42:18 +02:00
email-templates Added test on catchall 2016-07-23 23:42:18 +02:00
tests.bats selective service disable (#250) 2016-08-04 21:04:26 +02:00