Skip to content

Instantly share code, notes, and snippets.

@NapoleonWils0n
Created November 11, 2012 00:35
Show Gist options
  • Save NapoleonWils0n/4053163 to your computer and use it in GitHub Desktop.
Save NapoleonWils0n/4053163 to your computer and use it in GitHub Desktop.
macosx: sendmail fix Mountain Lion
#!/bin/sh
#-----------------------------------------------#
# Sendmail fix on Mountain Lion
#-----------------------------------------------#
sudo mkdir -p /Library/Server/Mail/Data/spool
sudo /usr/sbin/postfix set-permissions
sudo /usr/sbin/postfix start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment