chore: Source Postgrey whitelist_clients config from Github (#3879)

Use a more updated list for Postgrey `whitelist_clients`
This commit is contained in:
Frugan 2024-02-08 22:23:58 +01:00 committed by GitHub
parent 4f222fe256
commit 34654c7e20
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 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/