View previous topic :: View next topic |
Author |
Message |
Thunnus n00b
Joined: 15 Feb 2003 Posts: 18 Location: Brazil
|
Posted: Fri Apr 04, 2003 3:38 am Post subject: mutt 1.4.1 + mbox = spollfile * readonly |
|
|
After I upgraded my mutt from 1.4 to 1.4.1 I haven't more been able to write my spoolfile (/var/spool/mail/myusername). I'm using mbox pattern, fetchmail and procmail.
I looked at /etc/mutt/Muttrc and can't found a reason for that change. I tried to use the old Muttrc of 1.4 but no succes. To confirm that was due the upgrade I did a downgrade from 1.4.1 to 1.4 and the write access at spoolfile was back again. After another upgrade to 1.4.1 I lost write permission again.
Is that limitation a security improvement? If is that, how can I grant to me permission to move or delete emails that arrived at my spoolfile? I can read and copy but can't delete.
Thank you and sorry to didn't do my own homework. |
|
Back to top |
|
|
needles n00b
Joined: 27 Feb 2003 Posts: 31 Location: Downingtown, Pennsylvania - USA
|
Posted: Mon Apr 21, 2003 2:03 am Post subject: |
|
|
Does anyone have a solution for this? I'm having the same issue. |
|
Back to top |
|
|
pjp Administrator
Joined: 16 Apr 2002 Posts: 20588
|
Posted: Mon Apr 21, 2003 12:13 pm Post subject: |
|
|
Moved from Other Things Gentoo. _________________ Quis separabit? Quo animo? |
|
Back to top |
|
|
b1c1l1 n00b
Joined: 24 May 2003 Posts: 39
|
Posted: Fri Jan 02, 2004 11:44 pm Post subject: |
|
|
Hi,
I believe this is because the owner of your /var/spool/mail folder is set to root:root, thus no user except for root would be able to write to it. Try the following as root:
Code: | chown root:mail /var/spool/mail |
You will need to add any users that wish to be able to write to the "mail" group. If you want all users to have access, then try the following:
Code: | chown root:users /var/spool/mail |
I was also having this same problem and this is what I came up with. However, now I have moved to serving my mail via courier-imap and now need my mail in the maildir format, as opposed to mbox. |
|
Back to top |
|
|
|