Skip to content

Commit

Permalink
Added authentication plugins for SASL
Browse files Browse the repository at this point in the history
  • Loading branch information
blackandred committed Aug 20, 2019
1 parent 455ba9b commit 11f8c5f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ FROM alpine:3.10
MAINTAINER RiotKit <[email protected]>

RUN apk add --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing mailutils \
&& apk add --update bash sudo rsyslog postfix opendkim mailutils cyrus-sasl spamassassin-client \
&& apk add --update bash sudo rsyslog postfix opendkim mailutils cyrus-sasl \
cyrus-sasl-plain cyrus-sasl-crammd5 cyrus-sasl-login cyrus-sasl-digestmd5 cyrus-sasl-gs2 cyrus-sasl-scram \
cyrus-sasl-ntlm cyrus-sasl-gssapiv2 spamassassin-client \
opendkim opendkim-utils py3-pip python3 supervisor \
&& adduser -D -u 1090 spamcuser \
&& addgroup sasl \
Expand Down
1 change: 1 addition & 0 deletions container-files/healthcheck.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#!/bin/bash

0 comments on commit 11f8c5f

Please sign in to comment.