View Single Post
  #4   (View Single Post)  
Old 29th May 2010
Carpetsmoker's Avatar
Carpetsmoker Carpetsmoker is offline
Real Name: Martin
Tcpdump Spy
 
Join Date: Apr 2008
Location: Netherlands
Posts: 2,243
Default

the point is that you click the links and read the content.

Quote:

This is an FAQ, but it's hidden in the UW IMAP toolkit FAQ:
http://www.washington.edu/imap/IMAP-...ndex.html#7.10

> I assume it is related to locking. How do I change the permissions?

As root, do:
chmod 1777 /var/mail

Or, alternatively, install the provided mlock program as the FAQ
discusses.
Quote:
Whomever told you that you can ignore it does not know what he is talking
about.

That message is annoying and persistant for a reason. It means what it
says: your INBOX folder is vulnerable to being trashed. All that needs to
happen is for a message to be delivered to your INBOX at the same time
that Pine is updating it.

This is because Pine is unable to create the .lock file necessary to
prevent this corruption, because /var/mail is protected 775. Pine does
not run with privileges, so it can not override this protection.
quote:

> Any advice on how to get rid of this (or fix what's causing it)?


Become root, then "chmod 1777 /var/mail".

Alternatively, install the mlock program on /etc/mlock setgid mail.
... etc, etc ...
__________________
UNIX was not designed to stop you from doing stupid things, because that would also stop you from doing clever things.
Reply With Quote