Used a more updated version of postgrey whitelist_clients

This commit is contained in:
Frugan 2024-02-08 00:32:46 +01:00
parent 4f222fe256
commit ee9ce74e2f
No known key found for this signature in database
GPG Key ID: ADE64925C1D2D6C4
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ COPY target/postgrey/postgrey /etc/default/postgrey
RUN <<EOF
mkdir /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
COPY target/amavis/conf.d/* /etc/amavis/conf.d/