Skip to content

Commit

Permalink
Added default environment settings
Browse files Browse the repository at this point in the history
  • Loading branch information
runningman84 committed Nov 6, 2016
1 parent 8044a84 commit 5483546
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@ LABEL org.label-schema.build-date=$BUILD_DATE \
org.label-schema.vcs-ref=$VCS_REF \
org.label-schema.vcs-url="https://github.com/runningman84/docker-cgate"

ENV MAILSERVER_DOMAIN=example.org \
MAILSERVER_HOSTNAME=mail.example.org \
HELPER_THREADS=3 \
CGPAV_SPAMASSASIN_HOST=localhost \
CGPAV_SPAMASSASIN_PORT=783 \
CGPAV_SPAM_ACTION=addheaderjunk \
CGPAV_EXTRA_SPAM_ACTION=reject \
CGPAV_EXTRA_SPAM_SCORE=10 \
CGPAV_VIRUS_ACTION=none

# install wget
RUN apk add --update wget tar ca-certificates openssl binutils curl

Expand Down

0 comments on commit 5483546

Please sign in to comment.