This thread doesn't belong to postfix-users at all, but to
[EMAIL PROTECTED]  Reply-To and Mail-Followup-To
headers set.

On 2000-03-07 17:40:35 +1100, Jeremy Lunn wrote:

>> check permission of /var/spool/mail (or /var/mail),
>> when you're trying to open your mailbox your mail
>> application should create /var/mail/user.lock or some
>> file like this to prevent other programs to write to
>> that mailbox when your application is writing there.

> Hmmmm, looks like it works if /var/spool/mail is writeable, although
> this is not ideal, is there any better way to do it? I guess it doesn't
> really matter that much.

If /var/spool/mail is writeable, you really want to set
the sticky bit, and make sure that no spool mail folders
ever get removed.  I'd suggest you rather go with your
system's default configuration, which is most likely mode
775, with /var/spool/mail having the group ownership set
to mail.

In this case, you can fix the problem by adjusting the
mutt_dotlock binary's mode on your system (most likely,
that's /usr/local/bin/mutt_dotlock):

        chgrp mail /usr/local/bin/mutt_dotlock
        chmod g+s /usr/local/bin/mutt_dotlock

Hope this helps.
-- 
http://www.guug.de/~roessler/

Reply via email to