enable starttls and generate self-signed certificate
This commit is contained in:
@ -12,7 +12,7 @@ ENV SMARTHOST_PASS=""
|
||||
# ip addresses or networks to allow for relaying, separate multiple ones by semicolon
|
||||
ENV RELAYNETS="127.0.0.1/32"
|
||||
|
||||
RUN apk add --no-cache exim m4
|
||||
RUN apk add --no-cache exim m4 openssl
|
||||
|
||||
COPY exim.conf.m4 /etc/exim
|
||||
COPY start.sh /etc/exim
|
||||
|
Reference in New Issue
Block a user