You've already forked docker-mailserver
mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-08 23:06:49 +02:00
Update postgrey whitelist
This commit is contained in:
@ -175,7 +175,8 @@ COPY target/postgrey/postgrey.init /etc/init.d/postgrey
|
|||||||
RUN \
|
RUN \
|
||||||
chmod 755 /etc/init.d/postgrey && \
|
chmod 755 /etc/init.d/postgrey && \
|
||||||
mkdir /var/run/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/
|
COPY target/amavis/conf.d/* /etc/amavis/conf.d/
|
||||||
RUN \
|
RUN \
|
||||||
|
Reference in New Issue
Block a user