mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-04-29 04:17:07 +00:00
Merge branch 'postgrey-whitelist'
This commit is contained in:
commit
a7134d0974
@ -215,7 +215,7 @@ tools/editconf.py /etc/default/postgrey \
|
||||
cat > /etc/cron.monthly/mailinabox-postgrey-whitelist << EOF;
|
||||
#!/bin/bash
|
||||
# Mail-in-a-Box
|
||||
curl http://postgrey.schweikert.ch/pub/postgrey_whitelist_clients --output /etc/postgrey/whitelist_clients -ss
|
||||
curl https://postgrey.schweikert.ch/pub/postgrey_whitelist_clients --output /etc/postgrey/whitelist_clients -sS
|
||||
EOF
|
||||
chmod +x /etc/cron.monthly/mailinabox-postgrey-whitelist
|
||||
/etc/cron.monthly/mailinabox-postgrey-whitelist
|
||||
|
Loading…
Reference in New Issue
Block a user