Archives for September 2005

New IMAP stunnel configuration (stunnel3 vs stunnel)

Old stunnel(stunnel3 from Doorbot Gaming: Secure Email Using Cyrus IMAP, Sendmail, and SASLv2):
/usr/sbin/stunnel3 -c -d localhost:143 -r localhost:993
New stunnelCreate a conf file with the following contents:
client = yes[imap]
accept = localhost:143
connect = localhost:993
Run
/usr/sbin/stunnel <filename>

More on Jikes RVM on Linux PPC64

Finally we got Fedora Core 4 installed on one of our G5 at UNM. Alas it didn’t solve a problem with host IBM Java crashing. CVS HEAD build still crashes on Linux PPC64 with all latest IBM Java Development Kits including 1.4.1, 1.4.2 and 1.4.2 64-bit. I don’t really see when and how this can [...]