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

8 lines
162 B
Docker
Raw Normal View History

2018-03-08 15:45:31 +01:00
FROM alpine:latest
RUN apk add --no-cache \
perl-netaddr-ip \
postgrey
ENTRYPOINT ["postgrey", "--inet=0.0.0.0:25", "--auto-whitelist-clients"]