I have a SME 6 server with latest updates that has been working exceptionally well. Recently however, the webmail (horde/imp) stopped letting users login. Logging in presents the message:
Login failed for some reason. Most likely your username or password was entered incorrectly.
I have twiggi installed on the server as well, and it too does not allow login. I have searched the forums and tried the horde dbconfig fix just for kicks - it does not work, as i assumed i'm not having a problem with the db.
Looking into the log files i found this bit of information:
IMAP LOG
2005-04-02 13:17:40.566556500 2005.04.02 18:17:40 LOG5[3009:1024]: Using 'imap' as tcpwrapper service name
2005-04-02 13:17:40.567288500 2005.04.02 18:17:40 LOG4[3009:1024]: Failed to write strong random data to seed - may be a permissions or seeding problem
2005-04-02 13:17:40.567350500 2005.04.02 18:17:40 LOG4[3009:1024]: PRNG may not have been seeded with enough random bytes
2005-04-02 13:17:40.568940500 2005.04.02 18:17:40 LOG3[3009:1024]: Error reading certificate file: imapd.pem
2005-04-02 13:17:40.569009500 2005.04.02 18:17:40 LOG3[3009:1024]: SSL_CTX_use_certificate_chain_file: error:24064064:random number generator:SSLEAY_RAND_BYTES:PRNG not seeded
messages log
Apr 1 07:42:58 server HORDE[17787]: [imp] FAILED LOGIN 209.130.202.252 to localhost:143[imap/notls] as rsmith [on line 287 of "/home/httpd/html/horde/imp/lib/IMP.php"]
Apr 1 07:42:58 server HORDE[17787]: PHP Notice: (null)(): Connection failed to localhost,143: Connection timed out (errflg=2) in Unknown on line 0
I'm assuming my problem is related to ssl seeding/random number generator. But i am not sure where to go from here.
My questions to all is, has anybody seen this problem before, and if you have what did you do to fix it?
Thank you in advance, these forums have helped me fix a lot of problems in the past by just browsing and searching, but this one is really a head scratcher to me.