mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-07-25 21:24:46 +02:00
Update postgrey whitelist
This commit is contained in:
parent
b6b0948095
commit
80a0425ade
1 changed files with 2 additions and 1 deletions
|
@ -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 \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue