Hello, Recently I installed gnu-pop3d from the Debian stable package. Everything works ok if I use it in a plain, non encrypted mode. I want to configure the TLS connection so I did the following things:
- generated private key with the openssl and servert cert with the cacert.org (as decribed on the http://www.cacert.org/help.php?id=4 howto) - I invoke pop3d in inetd.conf with the following params: pop3 stream tcp nowait root /usr/sbin/pop3d pop3d -i --ssl-cert=/etc/ssl/certs/server.cert --ssl-key=/etc/ssl/private/private.key Unfortunately when I try to get the mail (using The Bat! mailer on Windows) I get the following error in syslog: "An error was encountered at the TLS Finished packet calculation". What can I do to solve that problem? Arek _______________________________________________ Bug-mailutils mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-mailutils
