This repository has been archived on 2021-02-06. You can view files and clone it, but cannot push or open issues/pull-requests.
mail/postgrey/Dockerfile

10 lines
196 B
Docker

FROM alpine
RUN apk add --no-cache \
perl-netaddr-ip \
postgrey
VOLUME ["/var/spool/postfix/postgrey/"]
ENTRYPOINT ["postgrey", "--inet=0.0.0.0:25", "--auto-whitelist-clients"]