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
2018-03-24 17:52:46 +00:00

8 lines
162 B
Docker

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