mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-04 10:05:00 +02:00
chore: Source Postgrey whitelist_clients
config from Github (#3879)
Use a more updated list for Postgrey `whitelist_clients`
This commit is contained in:
parent
4f222fe256
commit
34654c7e20
2 changed files with 3 additions and 1 deletions
|
@ -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/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue