Skip to content

Commit

Permalink
added missing packages for swaks
Browse files Browse the repository at this point in the history
  • Loading branch information
mbhangui committed Aug 3, 2023
1 parent f348be1 commit 85ef851
Show file tree
Hide file tree
Showing 10 changed files with 46 additions and 0 deletions.
5 changes: 5 additions & 0 deletions indimail-mta/focal/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ RUN export HOSTNAME=indimail.org DEBIAN_FRONTEND=noninteractive \
indimail-utils \
bogofilter-wordlist \
bsd-mailx \
libnet-ssleay-perl \
libauthen-sasl-perl \
libdigest-perl-md5-perl \
libdigest-hmac-perl \
gsasl \
&& apt-get -y install \
indimail-spamfilter \
&& echo "Creating self-signed certificate" \
Expand Down
5 changes: 5 additions & 0 deletions indimail-mta/jammy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ RUN export HOSTNAME=indimail.org DEBIAN_FRONTEND=noninteractive \
indimail-utils \
bogofilter-wordlist \
bsd-mailx \
libnet-ssleay-perl \
libauthen-sasl-perl \
libdigest-perl-md5-perl \
libdigest-hmac-perl \
gsasl \
&& apt-get -y install \
indimail-spamfilter \
&& echo "Creating self-signed certificate" \
Expand Down
5 changes: 5 additions & 0 deletions indimail-mta/lunar/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ RUN export HOSTNAME=indimail.org DEBIAN_FRONTEND=noninteractive \
indimail-utils \
bogofilter-wordlist \
bsd-mailx \
libnet-ssleay-perl \
libauthen-sasl-perl \
libdigest-perl-md5-perl \
libdigest-hmac-perl \
gsasl \
&& apt-get -y install \
indimail-spamfilter \
&& echo "Creating self-signed certificate" \
Expand Down
1 change: 1 addition & 0 deletions indimail/bionic/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ RUN export HOSTNAME=indimail.org DEBIAN_FRONTEND=noninteractive \
libauthen-sasl-perl \
libdigest-perl-md5-perl \
libdigest-hmac-perl \
gsasl \
&& apt-get -y install \
indimail-spamfilter \
&& echo "Creating self-signed certificate" \
Expand Down
5 changes: 5 additions & 0 deletions indimail/focal/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ RUN export HOSTNAME=indimail.org DEBIAN_FRONTEND=noninteractive \
ezmlm-idx-cgi \
ezmlm-idx-mysql \
bsd-mailx \
libnet-ssleay-perl \
libauthen-sasl-perl \
libdigest-perl-md5-perl \
libdigest-hmac-perl \
gsasl \
&& apt-get -y install \
indimail-spamfilter \
&& echo "Creating self-signed certificate" \
Expand Down
5 changes: 5 additions & 0 deletions indimail/jammy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@ RUN export HOSTNAME=indimail.org DEBIAN_FRONTEND=noninteractive \
ezmlm-idx-cgi \
ezmlm-idx-mysql \
bsd-mailx \
libnet-ssleay-perl \
libauthen-sasl-perl \
libdigest-perl-md5-perl \
libdigest-hmac-perl \
gsasl \
&& apt-get -y install \
indimail-spamfilter \
&& echo "Creating self-signed certificate" \
Expand Down
5 changes: 5 additions & 0 deletions indimail/lunar/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ RUN export HOSTNAME=indimail.org DEBIAN_FRONTEND=noninteractive \
ezmlm-idx-cgi \
ezmlm-idx-mysql \
bsd-mailx \
libnet-ssleay-perl \
libauthen-sasl-perl \
libdigest-perl-md5-perl \
libdigest-hmac-perl \
gsasl \
&& apt-get -y install \
indimail-spamfilter \
&& echo "Creating self-signed certificate" \
Expand Down
5 changes: 5 additions & 0 deletions webmail/focal/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,11 @@ RUN export HOSTNAME=indimail.org DEBIAN_FRONTEND=noninteractive \
php-zip \
php-cli \
ircube \
libnet-ssleay-perl \
libauthen-sasl-perl \
libdigest-perl-md5-perl \
libdigest-hmac-perl \
gsasl \
&& update-alternatives --config mta \
&& mkdir -p /var/log/build \
&& (set -e; \
Expand Down
5 changes: 5 additions & 0 deletions webmail/jammy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,11 @@ RUN export HOSTNAME=indimail.org DEBIAN_FRONTEND=noninteractive \
php-zip \
php-cli \
ircube \
libnet-ssleay-perl \
libauthen-sasl-perl \
libdigest-perl-md5-perl \
libdigest-hmac-perl \
gsasl \
&& update-alternatives --config mta \
&& mkdir -p /var/log/build \
&& (set -e; \
Expand Down
5 changes: 5 additions & 0 deletions webmail/lunar/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@ RUN export HOSTNAME=indimail.org DEBIAN_FRONTEND=noninteractive \
ezmlm-idx \
ezmlm-idx-cgi \
ezmlm-idx-mysql \
libnet-ssleay-perl \
libauthen-sasl-perl \
libdigest-perl-md5-perl \
libdigest-hmac-perl \
gsasl \
&& apt-get -y install \
indimail-spamfilter \
&& /usr/sbin/svctool --config=cert --postmaster=postmaster@indimail.org --common_name=indimail.org >/dev/null 2>/tmp/cert.log \
Expand Down

0 comments on commit 85ef851

Please sign in to comment.