mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2026-04-16 23:57:24 +02:00
when encryption-at-rest is enabled, ensure postgrey loads the local client whitelist file after a re-mount
This commit is contained in:
@@ -13,5 +13,8 @@ if [ -s /etc/mailinabox.conf ]; then
|
|||||||
systemctl start fail2ban
|
systemctl start fail2ban
|
||||||
systemctl restart mailinabox
|
systemctl restart mailinabox
|
||||||
systemctl start miabldap-capture
|
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
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user