Craig Skinner schrieb am Fri, Dec 21, 2001 at 12:18:21PM +0000:
* Hi there all,
* 
* I get no response from the server when I try
* telnet localhost imaps
* other than Connected to localhost.localdoamin
* 
* nmap & nstat show the port to be open.

Of course, the socket is opened by the master but it cannot tunnel the
connection through to imapd because of something wrong in /etc/cyrus.conf
or /etc/imapd.conf.


* 
* cat /var/log/syslog | grep -i ssl
* Dec 21 11:37:03 aberdeen imapd[30664]: imaps: required
* OpenSSL options not present
*
[...]
* 
* ldd /usr/local/cyrus-imapd-2.0.16/bin/imapd
*       libsasl.so.7 => /usr/local/lib/libsasl.so.7 (0x40017000)
*       libdb-3.2.so => /lib/libdb-3.2.so (0x40028000)
*       libssl.so.0.9.6 => /usr/local/lib/libssl.so.0.9.6
* (0x400af000)
[...]
* 
* So it has picked up ssl
[...]


It never said it did not.  It said: "required OpenSSL options not present"
                                                      ^^^^^^^

Did you incorporate "tls_cert_file:" and "tls_key_file:" into imapd.conf?
Are the files they point to correct PEM encoded and the like?  Maybe you 
have to set prefork=0 and then do an strace to the master upon connect.


Regards,

- Birger

Reply via email to