>Sergei Kolobov has the FreeBSD port, and he's quite fast at pushing new >releases. We'll see what he can do. :-)
Hey I just cvsupped and for a week or more I have been having issues with the FreeBSD port's "make cert" option. Also, I have some corrections to the documentation as it relates to supervising bincimap. May I discuss them here?
[EMAIL PROTECTED] /usr/ports/mail/bincimap # make cert Generating a 1024 bit RSA private key .........++++++ ............++++++ writing new private key to 'privkey.pem'
<snip>
/bin/mktemp: not found *** Error code 127
Stop in /usr/ports/mail/bincimap/work/bincimap-1.2.1. *** Error code 1
Stop in /usr/ports/mail/bincimap.
[EMAIL PROTECTED] /usr/ports/mail/bincimap # which mktemp /usr/bin/mktemp
OK NO BIG DEAL RIGHT?
[EMAIL PROTECTED] /usr/ports/mail/bincimap # ln -s /usr/bin/mktemp /bin/mktemp [EMAIL PROTECTED] /usr/ports/mail/bincimap # make cert Generating a 1024 bit RSA private key ...........++++++ .........++++++
<snip>
Email Address []:[EMAIL PROTECTED] unknown option -CA
*** Error code 1
Stop in /usr/ports/mail/bincimap/work/bincimap-1.2.1. *** Error code 1
Stop in /usr/ports/mail/bincimap.
UGHH!

