howto/SetupFetchmail: Make_Fetchmail_Directories.command
| File Make_Fetchmail_Directories.command, 312 bytes (added by kurthindenburg (Kurt Hindenburg), 12 years ago) |
|---|
| Line | |
|---|---|
| 1 | #!/bin/sh |
| 2 | |
| 3 | # https://trac.macports.org/wiki/howto/SetupFetchmail |
| 4 | # Last tested with Mac OS X 10.9.3 |
| 5 | |
| 6 | sudo mkdir -p /opt/local/var/log/fetchmail |
| 7 | sudo mkdir -p /opt/local/var/run/fetchmail |
| 8 | |
| 9 | sudo chown _fetchmail:_fetchmail /opt/local/var/log/fetchmail |
| 10 | sudo chown _fetchmail:_fetchmail /opt/local/var/run/fetchmail |
