howto/SetupDovecot: Restart_Dovecot.command
| File Restart_Dovecot.command, 304 bytes (added by martin.osx@…, 7 months ago) |
|---|
| Line | |
|---|---|
| 1 | #!/opt/local/bin/zsh |
| 2 | |
| 3 | sudo launchctl unload -w /Library/LaunchDaemons/org.macports.dovecot.plist |
| 4 | sudo 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 : |

