I was trying to replace an expired SSL cert with the instructions provided here:
http://no.longer.valid/phpwiki/index.php/Creating%20SSL%20CertificatesI'm running SME 6.01 with the securemail addon, so I followed the instructions from the how-to for that as well.
All seemed to go well enough, i can access IMAP and POP3 over SSL from remotes sites no problem. But the webmail login seems broken, messages log shows:
Jan 4 10:46:46 server HORDE[10876]: [imp] FAILED LOGIN 157.xxx.xxx.xxx to localhost:143[imap/notls] as xxxxxxx [on line 287 of "/home/httpd/html/horde/imp/lib/IMP.php"]
line 287 of the IMP.php has this:
}
Horde::logMessage($entry, __FILE__, __LINE__, LOG_ERR);
}
That's not terribly helpful. I attempted login with the ID I tested IMAP and POP3 with, also tried the admin user with the same results. Any ideas of what/where to look for to resolve this?
Thanks!