Xev Gittler
2008-Sep-29 16:28 UTC
[Dovecot] Expunge working on folders, but not main mailbox
I've recently installed dovecot, and while the behavior on folders is
correct, the inbox cannot be expunged.
This is 1.1.3 running on Fedora release 8 (Werewolf) on ext3
filesystems, using both thunderbird and squirrel clients.
Any assistance would be appreciated.
X
# 1.1.3: /usr/local/etc/dovecot.conf
info_log_path: /tmp/dovecot.log
protocols: imap imaps pop3 pop3s
disable_plaintext_auth: no
login_dir: /usr/local/var/run/dovecot/login
login_executable(default): /usr/local/libexec/dovecot/imap-login
login_executable(imap): /usr/local/libexec/dovecot/imap-login
login_executable(pop3): /usr/local/libexec/dovecot/pop3-login
mail_location: mbox:~/Mail:INBOX=/var/spool/mail/%u
mail_debug: yes
mail_executable(default): /usr/local/libexec/dovecot/imap
mail_executable(imap): /usr/local/libexec/dovecot/imap
mail_executable(pop3): /usr/local/libexec/dovecot/pop3
mail_plugin_dir(default): /usr/local/lib/dovecot/imap
mail_plugin_dir(imap): /usr/local/lib/dovecot/imap
mail_plugin_dir(pop3): /usr/local/lib/dovecot/pop3
auth default:
verbose: yes
passdb:
driver: pam
userdb:
driver: passwd
plugin:
mail_log_events: all
Charles Marcus
2008-Oct-02 15:07 UTC
[Dovecot] Expunge working on folders, but not main mailbox
On 9/29/2008, Xev Gittler (xgittler at schore.org) wrote:> Any assistance would be appreciated.Logs of an attempt to expunge the Inbox? -- Best regards, Charles
Timo Sirainen
2008-Oct-05 11:05 UTC
[Dovecot] Expunge working on folders, but not main mailbox
On Mon, 2008-09-29 at 12:28 -0400, Xev Gittler wrote:> I've recently installed dovecot, and while the behavior on folders is > correct, the inbox cannot be expunged...> mail_location: mbox:~/Mail:INBOX=/var/spool/mail/%uIt probably doesn't have permissions to create dotlock to /var/spool/mail/. But it should have complained about this in the logs. Setting mail_privileged_group=mail will probably help. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 197 bytes Desc: This is a digitally signed message part URL: <http://dovecot.org/pipermail/dovecot/attachments/20081005/a3903130/attachment-0002.bin>
Xev Gittler
2008-Oct-05 11:14 UTC
[Dovecot] Expunge working on folders, but not main mailbox
Thanks - someone else recommended that and it worked. X Timo Sirainen wrote:> On Mon, 2008-09-29 at 12:28 -0400, Xev Gittler wrote: > >> I've recently installed dovecot, and while the behavior on folders is >> correct, the inbox cannot be expunged. >> > .. > >> mail_location: mbox:~/Mail:INBOX=/var/spool/mail/%u >> > > It probably doesn't have permissions to create dotlock > to /var/spool/mail/. But it should have complained about this in the > logs. Setting mail_privileged_group=mail will probably help. > >