Revert set -e for boot script
Upstream broke the spamassassin rules, which caused sa-update to fail and the whole mail server to fail as well. So we relax the error handling here and want a working mail server primarily, with or without spam lists.
This commit is contained in:
parent
d802414865
commit
0871d5c3d6
@ -1,7 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
set -e
|
|
||||||
|
|
||||||
sa-update
|
sa-update
|
||||||
|
|
||||||
razor-admin -home=/etc/mail/spamassassin/.razor -register
|
razor-admin -home=/etc/mail/spamassassin/.razor -register
|
||||||
|
Loading…
Reference in New Issue
Block a user