Skip to content

Instantly share code, notes, and snippets.

@radiospiel
Created August 24, 2011 09:16
Show Gist options
  • Save radiospiel/1167665 to your computer and use it in GitHub Desktop.
Save radiospiel/1167665 to your computer and use it in GitHub Desktop.
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