This repository has been archived on 2021-02-06. You can view files and clone it, but cannot push or open issues or pull requests.
mail/postgrey/Dockerfile
2019-03-30 23:17:59 +00:00

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"]