On Sun, Oct 12, 2008 at 09:31:50AM -0600, James Lay wrote: > <?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>
This is for Apple's modified Postfix, which starts in response to maildrop queue file creation, and stops when no new files arrive for some time. Server instances of Postfix need a different start file. The MacPorts collection has a sample "plist" file for "postfix". -- Viktor. Disclaimer: off-list followups get on-list replies or get ignored. Please do not ignore the "Reply-To" header. To unsubscribe from the postfix-users list, visit http://www.postfix.org/lists.html or click the link below: <mailto:[EMAIL PROTECTED]> If my response solves your problem, the best way to thank me is to not send an "it worked, thanks" follow-up. If you must respond, please put "It worked, thanks" in the "Subject" so I can delete these quickly.