I chose to use daemontools for my service files, but i notice that my bincimap run fiiles are in a different path from the one specified as shown in the manual extract below. Mine are in /usr/local/var/service/bincimap and bincimaps. Do i simply replace these paths accordingly? And secondly, i plan to use vpopmail with mysql support, thus my authentication type will change to vchkpw. Will i have to edit the binimap/s run files and replace /bin/checkpassword with vchkpw path like i will do for my pop3 run file.
with daemontools' supervise:
Edit /usr/local/etc/service/bincimap/run, /usr/local/etc/service/bincimap/log/run, /usr/local/etc/service/bincimaps/run and /usr/local/etc/service/bincimaps/log/run and check that the locations are correct. Note the location of your authenticator in particular.
Then copy or symlink the service files in place.
ln -s /usr/local/etc/service/bincimap /service/imap ln -s /usr/local/etc/service/bincimaps /service/imaps
Sim.
I use vpopmail (though not with MySQL auth) and in my run files I changed
/bin/checkpassword
to
/home/vpopmail/bin/vchkpwSeems to be working.
