mirror of
https://github.com/Mailu/Mailu.git
synced 2025-03-03 14:52:36 +02:00
Well, -i stands for --insecure
This commit is contained in:
parent
3b5b00d87d
commit
e3b875aa6b
@ -33,4 +33,6 @@ while True:
|
||||
log.warning("Admin is not up just yet, retrying in 1 second")
|
||||
|
||||
# Run rspamd
|
||||
os.execv("/usr/sbin/rspamd", ["rspamd", "-i", "-f"])
|
||||
os.system("mkdir -m 755 -p /run/rspamd")
|
||||
os.system("chown rspamd:rspamd /run/rspamd")
|
||||
os.execv("/usr/sbin/rspamd", ["rspamd", "-f", "-u", "rspamd", "-g", "rspamd"])
|
||||
|
Loading…
x
Reference in New Issue
Block a user