Here's a condensed version of the run script from: http://www-dt.e-technik.uni-dortmund.de/~ma/postfix/daemontools.html Notes: - the postfix 'master' process needs to run under a process supervisor --- #!/bin/sh -e export PATH=$(postconf -h command_directory):$(postconf -h daemon_directory):${PATH} master -t || postfix stop postfix check exec master >/dev/null 2>&1 --- -- Jack (John) Cummings http://mudshark.org/ PGP fingerprint: 0774 D073 E386 B70B 6B16 2D2B 1DD8 F8B0 CCF0 FAEE Now playing on Prime: Summer -- Alien Ant Farm Now playing on Remedial: Learning to Fly -- Pink Floyd