5 Aug
2006
5 Aug
'06
10:48 a.m.
Rick Romero <rick@havokmon.com> writes:
Has anyone successfully run dovecot under daemontools? I got it to fire up, but it didn't seem to work right.. I'm guessing it's a rights issue, but I haven't delved into it at all.
I ditched daemontools and am using runit <http://smarden.org/runit> instead.
My ./run script is:
#! /bin/sh
set -e ./userdb2mailpasswd.sh exec 2>&1 /usr/sbin/dovecot -F
Where userdb2mailpasswd.sh converts a Courier userdb to passwd format to use it as passwd file.
-- Matthias Andree