Derailing Runaway IMAP Processes
|
- Problem
Temporary loss of functionality in E-mail clients using
the
IMAP protocol (e.g., deleted messages won't delete, or a mailbox
is
referred to as 'read-only'.)
- Solution
- Shut down any open E-mail applications (Netscape,
Outlook Express, etc.)
- Log into
mail.pa.msu.edu using ssh
(preferred) or telnet (discouraged for security
reasons).
- After logging in, at the prompt type
ps -u
username |
grep imapd
(replacing username
with your mail.pa.msu.edu
login ID).
- Type kill XXXXX where XXXXX is the
process id or ids (numbers in the first column) reported by the above
command.
- Repeat step 4 until all the processes are killed.
- Repeat step 3 to check that all the processes are
killed.
- Log out of
mail.pa.msu.edu with the exit
command.
- Re-open your E-mail client.
Questions not covered in this FAQ? Make sure to
send them in!
|
|
Last Updated: 2005.03.21 by G J Perkins
|
|