mirror of
https://github.com/sbrl/bin.git
synced 2018-01-10 21:33:46 +00:00
6 lines
153 B
Bash
Executable file
6 lines
153 B
Bash
Executable file
#!/usr/bin/env bash
|
|
service postfix restart
|
|
service dovecot restart
|
|
service spamassassin restart
|
|
service spamass-milter restart
|
|
service opendkim restart
|