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-08 14:45:31 +00:00

10 lines
173 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"]
EXPOSE 25