update postfix run script
This commit is contained in:
parent
02d52398dd
commit
75b2761f70
1 changed files with 3 additions and 3 deletions
|
@ -4,6 +4,6 @@ trap "postfix stop" SIGINT
|
||||||
trap "postfix stop" SIGTERM
|
trap "postfix stop" SIGTERM
|
||||||
trap "postfix reload" SIGHUP
|
trap "postfix reload" SIGHUP
|
||||||
|
|
||||||
postfix start
|
#postfix start
|
||||||
sleep 20
|
#sleep 20
|
||||||
tail -f /var/log/mail.log
|
#tail -f /var/log/mail.log
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue