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:
parent
83d747f258
commit
39a07bd3a3
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user