Ano-Tech Computers
Enter keyword:

After converting from Mailbox to Maildir queue format, new mail does not appear
Problem:
After converting from Mailbox to Maildir queue format, new mail does not appear anywhere in pine. The system maillog indicates that deliveries are successful. The problem appears if the user has 1) been storing read mail on the server AND 2) been using pine before the conversion.
 
Solution:
pine checks for an existing "mbox" file before checking the MAIL environment setting. If old emails were stored on the servers and the user has used pine before the convert, both "Mailbox" and "mbox" must be converted using the mbox2maildir utility.

export MAILDIR=~/Maildir/
export MAIL=~/Mailbox
mbox2maildir
export MAIL=~/mbox
mbox2maildir

If the "export" command is not found, check the user's path and shell settings. (The above commands will only work under /bin/bash and certain others)

 
Discuss this solution
Did this article solve your problem? Yes No Did not apply

We welcome anyone who is willing to contribute to this public knowledge base, contact siteadmin@atc.no if you have information you would like to share. The idea is not to replace the commercial support sites, but to publish those hard-to-find solutions you've found yourself looking for over and over again.

Show all articles