Problem downloading incomming mails

Hi, I find my OTRS is not accepting incoming mails by itself. I have download all my incoming mails manually using "postmasterpop3.pl -f -d 2" And each time I run this module I get this error message Can't open file: 'process_id.MYI'. (errno: 145), SQL: 'SELECT process_ name, process_id, process_host, process_create FROM process_id WHERE process _name = 'PostMasterPOP3'' Can anyone help me with that. Warm regards, Manish Sharma Programme Manager PTU's Gian Jyoti School of TQM & Entrepreneurship Mobile: +91 98554 06222 Telephone: 0172 223 6187, 0172 5541187

Manish Sharma wrote:
I find my OTRS is not accepting incoming mails by itself. I have download all my incoming mails manually using “postmasterpop3.pl -f -d 2”
And each time I run this module I get this error message
Can't open file: 'process_id.MYI'. (errno: 145), SQL: 'SELECT process_
name, process_id, process_host, process_create FROM process_id WHERE process
_name = 'PostMasterPOP3''
Looks like MySQL has a corrupted table. You could run "myisamcheck -r process_id" or enter the MySQL prompt (mysql -u <username> -p <databasename>) and run "REPAIR TABLE process_id;". Also make sure you didn't run out of disk space. Nils Breunese.
participants (2)
-
Manish Sharma
-
Nils Breunese (Lemonbit Internet)