Skip to content

Commit 4685981

Browse files
committed
Debian/12 Amavis/2.13 SpamAssassin/4.0.0
1 parent f50c5e4 commit 4685981

3 files changed

Lines changed: 11 additions & 10 deletions

File tree

Dockerfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM debian:11
1+
FROM debian:12
22
LABEL maintainer="Ralph Schuster <github@ralph-schuster.eu>"
33

44
#####################################################################
@@ -40,11 +40,11 @@ RUN apt-get install -y --no-install-recommends \
4040
spamc
4141

4242
# Amavis-new
43-
ENV AV_VERSION="2.11.1"
44-
ENV AV_REVISION="5"
45-
RUN AV_VERSION=1:2.11.1-5 \
46-
&& apt-get install -y --no-install-recommends \
47-
amavisd-new=${AV_VERSION} \
43+
ENV AV_VERSION="1:2.13"
44+
ENV AV_REVISION="0"
45+
ENV AV_PACKAGE="1:2.13.0-3"
46+
RUN apt-get install -y --no-install-recommends \
47+
amavisd-new=${AV_PACKAGE} \
4848
&& rm -rf /var/lib/apt/lists/*
4949

5050
# Create initial AV data

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,12 @@ Related images:
1515
# Tags
1616
The following versions are available from DockerHub. The image tag matches the Amavisd-new version.
1717

18-
* [2.11.1.6, 2.11.1, 2.11, 2, latest](https://hub.docker.com/repository/docker/technicalguru/mailserver-amavis/tree/v2.11.1.6) - [Dockerfile](https://github.com/technicalguru/docker-mailserver-amavis/blob/2.11.1.6/Dockerfile)
18+
* [2.13.0.0, 2.13.0, 2.13, 2, latest](https://hub.docker.com/repository/docker/technicalguru/mailserver-amavis/tree/v2.13.0.0) - [Dockerfile](https://github.com/technicalguru/docker-mailserver-amavis/blob/2.13.0.0/Dockerfile)
1919

2020
# Features
21-
* Virus detection using [ClamAV](https://www.clamav.net/) v0.103.10
22-
* Spam detection using [SpamAssassin](https://spamassassin.apache.org/) v3.4.6
21+
* [Amavis Checker](https://www.amavis.org/) v2.13.0
22+
* Virus detection using [ClamAV](https://www.clamav.net/) v1.0.3
23+
* Spam detection using [SpamAssassin](https://spamassassin.apache.org/) v4.0.0
2324
* Seamless integration in any SMTP mail chain
2425

2526
# License

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
docker build -t technicalguru/mailserver-amavis:latest .
1+
docker build --progress=plain -t technicalguru/mailserver-amavis:latest .

0 commit comments

Comments
 (0)