Menu

#4 Misc configuration fixes needed

open
nobody
None
5
2007-06-04
2007-06-04
Anonymous
No

The cgi programs need to change all instances of

use CGI_Lite; change to use CGI::Lite;
new CGI_Lite change to new CGI::Lite

Also there is another change in the perl cclient module - when the cclient module connects to an imap server it tries SSL first. If you have an IMAP server that offers both SSL and non-SSL then you must change all instances here in the CGI:

$pop_server/imap change to $pop_server/imap/notls

or you will have to configure your cclient to use SSL.

Discussion


Log in to post a comment.

MongoDB Logo MongoDB