On 7/8/01 5:44 PM, "Darron Froese" <[EMAIL PROTECTED]> wrote:
> Telnetting to localhost imap|pop doesn't return *anything* at all.
This is what happens:
[root@buzzsaw darron]# telnet localhost imap
Trying 127.0.0.1...
Connected to localhost.localdomain.
Escape character is '^]'.
^]
telnet> quit
[root@buzzsaw darron]# telnet localhost pop3
Trying 127.0.0.1...
Connected to localhost.localdomain.
Escape character is '^]'.
^]
telnet> quit
I should have stated that they are running and listening though:
[darron@buzzsaw darron]$ netstat -at | grep LISTEN
tcp 0 0 *:pop3s *:* LISTEN
tcp 0 0 *:pop3 *:* LISTEN
tcp 0 0 *:imaps *:* LISTEN
tcp 0 0 *:imap2 *:* LISTEN
I'm not even using the machine at this point and it's giving periodic
errors:
Jul 8 19:29:09 buzzsaw ctl_mboxlist[2723]: checkpointing mboxlist
Jul 8 19:29:09 buzzsaw ctl_mboxlist[2723]: DBERROR db3: region error
detected;run recovery.
Jul 8 19:29:09 buzzsaw ctl_mboxlist[2723]: DBERROR: dbenv->open
'/var/imap/db'failed: DB_RUNRECOVERY: Fatal error, run database recovery
--
Darron
[EMAIL PROTECTED]