On 10/12/08 9:07 AM, "Rupert Reid" <[EMAIL PROTECTED]> wrote:

> Hello all,
> 
> I am trying to setup postfix so that it will start automatically at
> startup. I placed the following script "postfix" in a text file
> "postfix" and saved it to Library/Startupitems/Postfix.  As you
> probably guessed it did not work.  I would be grateful for some
> detailed instructions on how I can get postfix to start automatically.


Here's the org.postfix.master.plist in /System/Library/LaunchDaemons/ from
OS X Server 10.5.5.  Hope it helps.

James
 
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//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>OnDemand</key>
    <false/>
    <key>Program</key>
    <string>/usr/libexec/postfix/master</string>
    <key>ProgramArguments</key>
    <array>
        <string>master</string>
    </array>
    <key>QueueDirectories</key>
    <array>
        <string>/var/spool/postfix/maildrop</string>
    </array>
</dict>
</plist>


Reply via email to