On Thursday 11 November 2004 23:38, Kenneth Simpson wrote:
I can connect to IMAP inetd service on port 143 with Thunderbird.
When I attempt to connect to IMAP on port 993, I'm presented a self signed certificate, I click OK to accept it, then Thunderbird just hangs.
<snip>
imaps stream tcp nowait root /usr/stunnel/sbin/stunnel /usr/stunnel/sbin/stunnel /usr/stunnel/etc/stunnel.conf pop3s stream tcp nowait root /usr/stunnel/sbin/stunnel /usr/stunnel/sbin/stunnel /usr/stunnel/etc/stunnel.conf ssmtp stream tcp nowait root /usr/stunnel/sbin/stunnel /usr/stunnel/sbin/stunnel /usr/stunnel/etc/stunnel.conf
; stunnel.conf
<snip>
exec = /usr/imap/sbin/in.pop3d execargs = /usr/imap/sbin/in.pop3d
exec = /usr/imap/sbin/in.imapd execargs = /usr/imap/sbin/in.imapd
exec = /usr/lib/sendmail execargs = /usr/lib/sendmail
How is stunnel supposed to know which program to exec? Try using seperate configs for each service.
HTH
C.