update postfix run script

This commit is contained in:
Sebastian Hugentobler 2016-07-06 13:05:14 +02:00
parent 02d52398dd
commit 75b2761f70

View File

@ -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