mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-04-11 01:27:17 +00:00
Workaround postgrey reload issue in jammy
This commit is contained in:
parent
6ae3758874
commit
fd0cd63462
@ -14,7 +14,9 @@ if [ -s /etc/mailinabox.conf ]; then
|
|||||||
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
|
# since postgrey's local client whitelist is in user-data, reload
|
||||||
# to ensure postgrey daemon has it
|
# to ensure postgrey daemon has it.
|
||||||
systemctl reload postgrey
|
#
|
||||||
|
# TODO: this should be 'reload' but is broken in jammy (reload fails on a systemctl permissions issue accessing postgrey's pid file)
|
||||||
|
systemctl restart postgrey
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user