Fixes, working rspamd settings, generate DKIM keys in PHP
This commit is contained in:
@@ -9,10 +9,4 @@ trap "postfix reload" SIGHUP
|
||||
# start postfix
|
||||
postfix -c /opt/postfix/conf start
|
||||
|
||||
# lets give postfix some time to start
|
||||
sleep 3
|
||||
|
||||
# wait until postfix is dead (triggered by trap)
|
||||
while kill -0 $(cat /var/spool/postfix/pid/master.pid); do
|
||||
sleep 5
|
||||
done
|
||||
sleep infinity
|
||||
|
Reference in New Issue
Block a user