Hi Sigmund,
> 3) My mailserver is a stripped-down installation: no X-win, no telnet,
> so I cannot use the telnet test.
You do not need a telnet server to do the "telnet test". You simply use
the telnet client to speak unencrypted protocols to any server. I.e., do
"telnet <somewhere> 25", and speak SMTP. Do "telnet <somewhere> 110",
and speak POP3.
> netstat shows that post 143 is being listened to but not port 993,
> which should explain why the openssl connection to localinterface
> fails.
Right conclusion.
> Should port 993 be opened by bincimap?
Yes, if you installed the SSL service, which I guess you didn't.
> If so, how/where do I configure it?
It's in the FAQ:
# Copy, edit and perhaps symlink the configuration files:
* with daemontools:
o ln -s /etc/opt/bincimap/supervise/imap /service/imap
o ln -s /etc/opt/bincimap/supervise/imaps /service/imaps
* with xinetd:
o ln -s /etc/opt/bincimap/xinetd/imap /etc/xinetd.d/imap
o ln -s /etc/opt/bincimap/xinetd/imaps /etc/xinetd.d/imaps
o service xinetd restart
I guess you only did that with the "imap" service, but not with the
"imaps" service, right?
Which method did you use - daemontools or xinetd?
> I do not really understand this ssl-stuff (ought to get a book on it).
> Do I need to copy anything across to the workstation?
No.
Jonas