On Thu, Aug 23, 2001 at 09:15:39AM -0700, Zachary Denison wrote:
> Thank you Henning. Your run file for imapd works
> great. I tried to modify the file slightly to work
> with imap over ssl, (it works already using the
> courier supplied rc.d scripts)... so it must be
> something wrong with my run file: I include it here:
This is mine, again auth_imap is qmail-ldap specific and should be replaced
by checkpassword for stock qmail.
== snip ==
#!/bin/sh
exec_prefix=/usr/lib/courier-imap
. /etc/imapd.config
. /etc/imapd-ssl.config
tcpserver -c 100 -l imap.bsws.de -v -R 213.128.133.139 993 \
/usr/lib/courier-imap/bin/couriertls -server -tcpd \
${exec_prefix}/sbin/imaplogin \
/var/qmail/bin/auth_imap \
${exec_prefix}/bin/imapd Maildir 2>&1
== snip ==
couriertls should be replaceable by stunnel.
Duh, thought I had done it already.
--
* Henning Brauer, [EMAIL PROTECTED], http://www.bsws.de *
* Roedingsmarkt 14, 20459 Hamburg, Germany *
Unix is very simple, but it takes a genius to understand the simplicity.
(Dennis Ritchie)