[Dovecot] daemontools
Matthias Andree
matthias.andree at gmx.de
Sat Aug 5 17:48:18 EEST 2006
Rick Romero <rick at 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
More information about the dovecot
mailing list