Re: [Dovecot] target doesn't allow inferior mailboxes

2007-07-11 Thread John Peacock

Adam Williams wrote:

Makes sense.  Any solutions other then using a different MUA?


At least in Thunderbird (and presumably Seamonkey), you can configure 
the mail client to:


1) delete mail immediately (instead of moving to trash);
2) not use subfolders.

#1 is on the Server Settings tab ("When I delete a message...").  #2 is 
on the Advanced settings from that same page ("Server supports folders 
that contain folders...").


John

--
John Peacock
Director of Information Research and Technology
Rowman & Littlefield Publishing Group
4501 Forbes Boulevard
Suite H
Lanham, MD  20706
301-459-3366 x.5010
fax 301-429-5748


Re: [Dovecot] target doesn't allow inferior mailboxes

2007-07-11 Thread Adam Williams

Makes sense.  Any solutions other then using a different MUA?

Scott Silva wrote:


 folder. But
if you are using mbox, you can't do that, because the trash folder is also
mbox so it errors out. Thunderbird does the same thing if told to delete to
the server side trash.

  


Re: [Dovecot] target doesn't allow inferior mailboxes

2007-07-11 Thread Scott Silva
Adam Williams spake the following on 7/11/2007 8:45 AM:
> Using Seamonkey as my email client, and IMAP to check mail.  If I create
> a new IMAP folder, and then delete it, I get the error:
> 
> The current command did not succeed. The mail server responded: Target
> mailbox doesn't allow inferior mailboxes.
> 
> Tried a google search, didn't really come up with anything.  I have rw
> permissions on /home/awilliam/Mail/* and delete the files fine using rm
> -rf /home/awilliam/Mail/whatever and editing the folder out of
> .subscriptions.  Any ideas?
> 
> [EMAIL PROTECTED] ~]# dovecot --version
> 1.0.1
> [EMAIL PROTECTED] ~]# dovecot -n
> # 1.0.1: /etc/dovecot.conf
> login_dir: /var/run/dovecot/login
> login_executable(default): /usr/libexec/dovecot/imap-login
> login_executable(imap): /usr/libexec/dovecot/imap-login
> login_executable(pop3): /usr/libexec/dovecot/pop3-login
> mail_location: mbox:~/Mail/:INBOX=/var/spool/mail/%u
> mail_executable(default): /usr/libexec/dovecot/imap
> mail_executable(imap): /usr/libexec/dovecot/imap
> mail_executable(pop3): /usr/libexec/dovecot/pop3
> mail_plugin_dir(default): /usr/lib/dovecot/imap
> mail_plugin_dir(imap): /usr/lib/dovecot/imap
> mail_plugin_dir(pop3): /usr/lib/dovecot/pop3
> auth default:
>  passdb:
>driver: pam
>  userdb:
>driver: passwd
> 
> 
Your MUA is trying to delete the mailbox by moving it to the trash folder. But
if you are using mbox, you can't do that, because the trash folder is also
mbox so it errors out. Thunderbird does the same thing if told to delete to
the server side trash.

-- 

MailScanner is like deodorant...
You hope everybody uses it, and
you notice quickly if they don't



[Dovecot] target doesn't allow inferior mailboxes

2007-07-11 Thread Adam Williams
Using Seamonkey as my email client, and IMAP to check mail.  If I create 
a new IMAP folder, and then delete it, I get the error:


The current command did not succeed. The mail server responded: Target 
mailbox doesn't allow inferior mailboxes.


Tried a google search, didn't really come up with anything.  I have rw 
permissions on /home/awilliam/Mail/* and delete the files fine using rm 
-rf /home/awilliam/Mail/whatever and editing the folder out of 
.subscriptions.  Any ideas?


[EMAIL PROTECTED] ~]# dovecot --version
1.0.1
[EMAIL PROTECTED] ~]# dovecot -n
# 1.0.1: /etc/dovecot.conf
login_dir: /var/run/dovecot/login
login_executable(default): /usr/libexec/dovecot/imap-login
login_executable(imap): /usr/libexec/dovecot/imap-login
login_executable(pop3): /usr/libexec/dovecot/pop3-login
mail_location: mbox:~/Mail/:INBOX=/var/spool/mail/%u
mail_executable(default): /usr/libexec/dovecot/imap
mail_executable(imap): /usr/libexec/dovecot/imap
mail_executable(pop3): /usr/libexec/dovecot/pop3
mail_plugin_dir(default): /usr/lib/dovecot/imap
mail_plugin_dir(imap): /usr/lib/dovecot/imap
mail_plugin_dir(pop3): /usr/lib/dovecot/pop3
auth default:
 passdb:
   driver: pam
 userdb:
   driver: passwd