mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
Update postgrey whitelist
This commit is contained in:
parent
b6b0948095
commit
80a0425ade
|
@ -175,7 +175,8 @@ COPY target/postgrey/postgrey.init /etc/init.d/postgrey
|
|||
RUN \
|
||||
chmod 755 /etc/init.d/postgrey && \
|
||||
mkdir /var/run/postgrey && \
|
||||
chown postgrey:postgrey /var/run/postgrey
|
||||
chown postgrey:postgrey /var/run/postgrey && \
|
||||
curl -Lsfo /etc/postgrey/whitelist_clients https://postgrey.schweikert.ch/pub/postgrey_whitelist_clients
|
||||
|
||||
COPY target/amavis/conf.d/* /etc/amavis/conf.d/
|
||||
RUN \
|
||||
|
|
Loading…
Reference in a new issue