1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-04-04 00:17:06 +00:00

when encryption-at-rest is enabled, ensure postgrey loads the local client whitelist file after a re-mount

This commit is contained in:
downtownallday 2021-04-15 06:27:09 -04:00
parent 83d747f258
commit 39a07bd3a3

View File

@ -13,5 +13,8 @@ if [ -s /etc/mailinabox.conf ]; then
systemctl start fail2ban
systemctl restart mailinabox
systemctl start miabldap-capture
# since postgrey's local client whitelist is in user-data, reload
# to ensure postgrey daemon has it
systemctl reload postgrey
fi