Fixing Two INBOX
If a user has two INBOXs:
- /var/spool/mail/username
- ~/INBOX
fix by doing the following (all commands must be run as the user):
- If "file ~/INBOX" is not an MBX formatted file, convert to MBX format:
- Next, have imap copy the contents of /var/spool/mail/INBOX to ~/INBOX:
mv INBOX INBOX.old mailutil move INBOX.old '#driver.mbx/INBOX.new' mv INBOX.new INBOX rm INBOX.old
imapd . select INBOX . logout
Last modified: 2021/08/13 14:17:53.894841 GMT-4 by
curtis.f.smith.1
Created: 2021/08/13 14:06:41.688886 GMT-4 by curtis.f.smith.1.
Categories
Search the Knowledge Base
Quick search results
Admin Options:
Edit this Document