1
0
ミラー元 https://github.com/mail-in-a-box/mailinabox.git 前回の同期 2026-03-24 19:07:23 +01:00

Merge branch 'postgrey-whitelist'

このコミットが含まれているのは:
Michael Kroes
2019-07-16 13:49:12 +02:00
コミット 22fb9fdd59

ファイルの表示

@@ -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 https://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 --fail > /dev/null 2>&1
EOF
chmod +x /etc/cron.monthly/mailinabox-postgrey-whitelist
/etc/cron.monthly/mailinabox-postgrey-whitelist