Hi Folks! I am having a hard time getting Websieve to play nice with SSL. Any one have experience with this combination? Websieve seems happy vanilla, but is choking on the SSL part.
have a Sun Solaris 8 server with : cyrus-imapd-2.1.1 openssl-0.9.6c websieve-0.61 IMAP-Admin-1.6.1 perlsieve-0.4.9 Net_SSLeay.pm-1.13 IO-Socket-SSL-0.80 perl, v5.6.1 built for sun4-solaris My SSL works on my regular server, with Websieve I have these websieve.conf: # default system ports of timsieved/imapd daemons $sieveport='2000'; #$imapport='143'; $imapport='993'; #your mail domain $maildomain='gsd.harvard.edu' ; #use SSL for server connections #requires IO::Socket::SSL, Net::SSLeay, OpenSSL $useimapSSL=1; $usesieveSSL=1; %server_hosts=( "mail.gsd.harvard.edu"=>['GSD MailServer','993','143','2000','gsd.harvard.edu','ssl_all'] ); The behavior is I get to the login screen okay enter everything and it hangs. Before I changed the websieve.conf imapport I would get an error the it could not connect. Any ideas where I did something wrong? Thank you for your time! -Kiarna