howto/SetupDovecot: Restart_Dovecot.command

File Restart_Dovecot.command, 304 bytes (added by martin.osx@…, 16 years ago)

Z-Shell script to restart dovecot

Line 
1#!/opt/local/bin/zsh
2
3sudo launchctl unload -w /Library/LaunchDaemons/org.macports.dovecot.plist
4sudo launchctl load   -w /Library/LaunchDaemons/org.macports.dovecot.plist
5
6# vim: set nowrap tabstop=8 shiftwidth=4 softtabstop=4 expandtab :
7# vim: set textwidth=0 filetype=zsh foldmethod=marker nospell :