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

10 lines
196 B
Docker
Raw Normal View History

2019-03-31 00:16:15 +01:00
FROM alpine
2018-03-08 15:45:31 +01:00
RUN apk add --no-cache \
perl-netaddr-ip \
postgrey
2018-03-28 22:58:45 +02:00
VOLUME ["/var/spool/postfix/postgrey/"]
2018-03-08 15:45:31 +01:00
ENTRYPOINT ["postgrey", "--inet=0.0.0.0:25", "--auto-whitelist-clients"]