1
0
Fork 0
mirror of https://github.com/lukesmithxyz/emailwiz synced 2024-06-01 20:36:06 +02:00
This commit is contained in:
Luke Smith 2020-12-25 07:55:13 -05:00
parent 8dce9ba2d7
commit de3abfe086
No known key found for this signature in database
GPG Key ID: 4C50B54A911F6252

View File

@ -280,7 +280,7 @@ postconf -e "smtpd_milters = inet:localhost:12301"
postconf -e "non_smtpd_milters = inet:localhost:12301"
postconf -e "mailbox_command = /usr/lib/dovecot/deliver"
for x in spamassassin opendkim dovecot postfix do
for x in spamassassin opendkim dovecot postfix; do
printf "Restarting %s..." "$x"
service "$x" restart && printf " ...done\\n"
done