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 17:07:50 +02:00
当前提交 5f44e22035

查看文件

@@ -228,7 +228,10 @@ if [ ! -f /etc/postgrey/whitelist_clients ] || find /etc/postgrey/whitelist_clie
if [ \$(file -b --mime-type /tmp/postgrey_whitelist_clients) == "text/plain" ]; then
mv /tmp/postgrey_whitelist_clients /etc/postgrey/whitelist_clients
cat /root/mailinabox/conf/postgrey_whitelist_clients >> /etc/postgrey/whitelist_clients
else
rm /tmp/postgrey_whitelist_clients
fi
fi
fi
EOF