Commit Graph

31 Commits (03ff2f21324e609d3ab433410f73e89972951541)

Author SHA1 Message Date
Florent Daigniere bb5d007882 s/docker\-compose\([^\.]\)/docker compose\1/g
Alexander Graf c4ca1cffaf
Set default for FETCHMAIL_ENABLED
Florent Daigniere 49d458a0f3 try renaming the file
Florent Daigniere 26858b110a Required for the tests to pass now
Florent Daigniere 709023ab5a dimitri said "block it"
So let's block any macro with AUTOEXEC
Florent Daigniere 32d44b96c3 Fix the logic
Florent Daigniere 1327f34c2c Add tests to ensure we block macros
Florent Daigniere 3e45a791cf Implement oletools to filter out bad macros
Florent Daigniere b28798c74f doh
Florent Daigniere 1bfab1dbfa Maybe fix the test?
Florent Daigniere 6137f93d23 add a GTUBE test to check the antispam
Dimitri Huisman 3aafecafe7 Merge branch 'master' into feat-switch-buildx
Dimitri Huisman f6de2b2938 Switch from docker build to buildx for CI/CD.
- The main workflow file has been optimised and simplified.
- Images are built in parallel when building locally resulting in faster build times.
- The github action workflow is about 50% faster.
- Arm images are built as well. These images are not tested due to restrictions of github actions (no arm runners). The tags of the images have -arm appended to it.
- Arm images can also be built locally.
- Reusable workflow is introduced for building, testing and deploying the images.
  This allows the workflow to be reused for other purposes in the future.
- Workflow can be manually triggered. This allows forked Mailu projects to also use the workflow for building images.
Dimitri Huisman 9519d07ba2 Switch from RainLoop to SnappyMail
Florent Daigniere 8595893af9 doh
Dimitri Huisman f247520fe5 Forgot to update tests to use PINNED_MAILU_VERSION as tag.
Florent Daigniere 265ab7b5af Remove PASSWORD_SCHEME from test envs
Dimitri Huisman e16e9f19fd Run test jobs in parallel for CI/CD.
lub 2316ef1162 update compression algorithms for dovecot 3.3.14
xz is deprecated; lz4 and zstd were not present in our configs before
lub 98a6ffb497 add compression via xz and lz4
hoellen d3dd4802f4 Change default password scheme to PBKDF2 ()
Manuel Vázquez Acosta 6cc6f2742b
Activate ClamAV in filters tests.
See https://github.com/Mailu/Mailu/pull/907#issuecomment-462043036
Daniel Huber d357ed67f5
Add DOCKER_PREFIX in tests and setup files
Tim Möhlmann c0972face6
Correct subnetting functionality for the tests and setup
Tim Möhlmann 8172f3eab8
Move the Mailu Docker network to a fixed subnet.
This will make network configuration and host based authentication
more robust, across different deployment platforms.
The options `RELAYNETS` and`POD_ADDRESS_RANGE` are kept for compatibility.
However, their usage have become optional.
Ionut Filip 76d9fc3865 Rewrite of email test script and added eicar virus file
Ionut Filip 4032e7128d Calling email test as hook with msg as arg
Ionut Filip c3bc7988c9 Implemented email test for travis
Ionut Filip 4e9dc0c3c9 Implemented sending/reading email(local tests)
Tim Möhlmann 35e0fa1b9d
Drop IPv6 for travis
Tim Möhlmann dde7ccca97
Created test cases from latest setup revision