You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Virus detection using [ClamAV](https://www.clamav.net/) v1.0.3
22
+
* Virus detection using [ClamAV](https://www.clamav.net/) v1.0.5
23
23
* Spam detection using [SpamAssassin](https://spamassassin.apache.org/) v4.0.0
24
24
* Seamless integration in any SMTP mail chain
25
25
@@ -70,11 +70,7 @@ You can further customize Amavis, ClamAV and SpamAssassin configuration files. P
70
70
1. (Re)Start the container. If you configuration was not copied correctly then log into the container (bash is available) and delete the changed files from the corresponding `/etc` folders. Then restart the container.
71
71
72
72
# Issues
73
-
This Docker image is mature and provides scanning for my mailserver in production. However, several issues are still unresolved:
74
-
75
-
*[#2](https://github.com/technicalguru/docker-mailserver-amavis/issues/2) - DKIM support is missing
76
-
*[#3](https://github.com/technicalguru/docker-mailserver-amavis/issues/3) - SPF support is missing
77
-
*[#4](https://github.com/technicalguru/docker-mailserver-amavis/issues/4) - Add automatic SA and ClamAV rules refresh
73
+
This Docker image is mature and provides scanning for my mailserver in production. No issues known right now.
78
74
79
75
# Contribution
80
76
Report a bug, request an enhancement or pull request at the [GitHub Issue Tracker](https://github.com/technicalguru/docker-mailserver-amavis/issues). Make sure you have checked out the [Contribution Guideline](CONTRIBUTING.md)
0 commit comments