Am Samstag, den 26.02.2011, 08:51 +0100 schrieb Christian Roessner: 
> Hi,
> 
> > This got my attention because I run the Apple provided Postfix (2.5.5) on
> > Mac OS X client (10.6.6 specifically). What do you know - when I look at the
> > launchctl plist Apple provides to start Postfix, it does so by running
> > master directly. Thanks Apple!
> 
> Calling /usr/libexec/postfix/master in the plist. That should not be
> critics. My friend Lars runs three X-Serve servers. One Tiger, Leopard
> and before posting here, I asked him to please just look into the plist
> and tell me, what is called.

cat /System/Library/LaunchDaemons/org.postfix.master.plist 
<?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/>
</dict>
</plist>

Here you see the plist. It must not start postfix by calling master
directly.

Christian
-- 
Roessner-Network-Solutions
Bachelor of Science Informatik
Nahrungsberg 81, 35390 Gießen
F: +49 641 5879091, M: +49 176 93118939
USt-IdNr.: DE225643613
http://www.roessner-network-solutions.com

Reply via email to