Used a more updated version of postgrey whitelist_clients
This commit is contained in:
parent
4f222fe256
commit
ee9ce74e2f
|
@ -144,7 +144,7 @@ COPY target/postgrey/postgrey /etc/default/postgrey
|
||||||
RUN <<EOF
|
RUN <<EOF
|
||||||
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
|
curl -Lsfo /etc/postgrey/whitelist_clients https://raw.githubusercontent.com/schweikert/postgrey/master/postgrey_whitelist_clients
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
COPY target/amavis/conf.d/* /etc/amavis/conf.d/
|
COPY target/amavis/conf.d/* /etc/amavis/conf.d/
|
||||||
|
|
Loading…
Reference in New Issue