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 2, 2023
1 parent 0e51c59 commit 1bcfcd1
Show file tree
Hide file tree
Showing 10 changed files with 29 additions and 1 deletion.
3 changes: 3 additions & 0 deletions indimail-mta/fc36/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ RUN export HOSTNAME=indimail.org \
indimail-access \
indimail-utils \
bogofilter-wordlist \
perl-Authen-SASL \
perl-Digest-HMAC \
perl-Digest-SHA \
&& dnf -y install \
indimail-spamfilter \
&& echo "Creating self-signed certificate" \
Expand Down
3 changes: 3 additions & 0 deletions indimail-mta/fc37/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ RUN export HOSTNAME=indimail.org \
indimail-access \
indimail-utils \
bogofilter-wordlist \
perl-Authen-SASL \
perl-Digest-HMAC \
perl-Digest-SHA \
&& dnf -y install \
indimail-spamfilter \
&& echo "Creating self-signed certificate" \
Expand Down
3 changes: 3 additions & 0 deletions indimail-mta/fc38/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ RUN export HOSTNAME=indimail.org \
indimail-access \
indimail-utils \
bogofilter-wordlist \
perl-Authen-SASL \
perl-Digest-HMAC \
perl-Digest-SHA \
&& dnf -y install \
indimail-spamfilter \
&& echo "Creating self-signed certificate" \
Expand Down
3 changes: 2 additions & 1 deletion indimail-src/fedora.src
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ RUN export HOSTNAME=indimail.org MYSQL_SOCKET=/run/mysqld/mysqld.sock \
pkgconf libgcrypt-devel mysql-devel gettext-devel libgcrypt-devel \
openssl-devel openldap-devel ncurses-devel gdbm-devel pcre-devel pcre2-devel \
libdb-devel pam-devel krb5-devel libev-devel libsodium-devel libidn-devel \
libidn2-devel readline-devel tcl-devel tk-devel \
libidn2-devel readline-devel tcl-devel tk-devel perl-Authen-SASL \
perl-Digest-HMAC perl-Digest-SHA \
&& (set -e; \
touch /usr/local/srctmp/incomplete; \
cd /usr/local/srctmp; \
Expand Down
3 changes: 3 additions & 0 deletions indimail/fc36/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ RUN export HOSTNAME=indimail.org \
ezmlm-idx \
ezmlm-idx-cgi \
ezmlm-idx-mysql \
perl-Authen-SASL \
perl-Digest-HMAC \
perl-Digest-SHA \
&& dnf -y install \
indimail-spamfilter \
&& echo "Creating self-signed certificate" \
Expand Down
3 changes: 3 additions & 0 deletions indimail/fc37/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ RUN export HOSTNAME=indimail.org \
ezmlm-idx \
ezmlm-idx-cgi \
ezmlm-idx-mysql \
perl-Authen-SASL \
perl-Digest-HMAC \
perl-Digest-SHA \
&& dnf -y install \
indimail-spamfilter \
&& echo "Creating self-signed certificate" \
Expand Down
3 changes: 3 additions & 0 deletions indimail/fc38/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ RUN export HOSTNAME=indimail.org \
ezmlm-idx \
ezmlm-idx-cgi \
ezmlm-idx-mysql \
perl-Authen-SASL \
perl-Digest-HMAC \
perl-Digest-SHA \
&& dnf -y install \
indimail-spamfilter \
&& echo "Creating self-signed certificate" \
Expand Down
3 changes: 3 additions & 0 deletions webmail/fc36/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ RUN export HOSTNAME=indimail.org \
php-mysqlnd \
php-imagick \
ircube \
perl-Authen-SASL \
perl-Digest-HMAC \
perl-Digest-SHA \
&& echo "Creating self-signed certificate" \
&& /usr/sbin/svctool \
--config=cert --postmaster=postmaster@indimail.org \
Expand Down
3 changes: 3 additions & 0 deletions webmail/fc37/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ RUN export HOSTNAME=indimail.org \
php-mysqlnd \
php-imagick \
ircube \
perl-Authen-SASL \
perl-Digest-HMAC \
perl-Digest-SHA \
&& echo "Creating self-signed certificate" \
&& /usr/sbin/svctool \
--config=cert --postmaster=postmaster@indimail.org \
Expand Down
3 changes: 3 additions & 0 deletions webmail/fc38/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ RUN export HOSTNAME=indimail.org \
php-mysqlnd \
php-imagick \
ircube \
perl-Authen-SASL \
perl-Digest-HMAC \
perl-Digest-SHA \
&& echo "Creating self-signed certificate" \
&& /usr/sbin/svctool \
--config=cert --postmaster=postmaster@indimail.org \
Expand Down

0 comments on commit 1bcfcd1

Please sign in to comment.