Created
October 12, 2016 16:21
-
-
Save ryanjbonnell/836715fd3e6be8cc81e786ee498e34a4 to your computer and use it in GitHub Desktop.
macOS 10.12 "Sierra" Postfix Launch Daemon Property List
This file contains 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
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>Label</key> | |
<string>org.postfix.master</string> | |
<key>Program</key> | |
<string>/usr/libexec/postfix/master</string> | |
<key>ProgramArguments</key> | |
<array> | |
<string>master</string> | |
<string>-e</string> | |
<string>60</string> | |
</array> | |
<key>QueueDirectories</key> | |
<array> | |
<string>/var/spool/postfix/maildrop</string> | |
</array> | |
<key>AbandonProcessGroup</key> | |
<true/> | |
<key>RunAtLoad</key> | |
<true/> | |
<key>KeepAlive</key> | |
<true/> | |
</dict> | |
</plist> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Copy this file to
/Library/LaunchDaemons/org.postfix.master.plist
in order for Postfix daemon to run automatically on boot.