Created
August 24, 2011 09:16
-
-
Save radiospiel/1167665 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
brew install dovecot | |
sudo dscl . -create /Users/_dovecot | |
sudo dscl . -create /Users/_dovecot UserShell /usr/bin/false | |
sudo dscl . -create /Users/_dovecot UniqueID 104 | |
sudo dscl . -create /Users/_dovecot PrimaryGroupID 104 | |
sudo dscl . -create /Users/_dovecot NFSHomeDirectory /var/empty | |
sudo dscl . -passwd /Users/_dovecot '' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment