Re: [Dovecot] Manually creating folders from terminal

2010-07-07 Thread A. J. Giurato
This is true. Sorry. That is how I have it. The .INBOX's directories are in the root .maildir/{cur,tmp,new} The subscriptions file did it. As recommended by Rod, I added the mailbox directories I was creating to .maildir/subscriptions. Now Thunderbird and SquirrelMail see them. Thanks to

Re: [Dovecot] Manually creating folders from terminal

2010-07-07 Thread Timo Sirainen
I think there was a Thunderbird bug related to showing subfolders. It was talked about here just a few (3-7?) days ago.. On Wed, 2010-07-07 at 12:28 -0400, A. J. Giurato wrote: > I've completely closed and reopened Thunderbird many times, and I've hit > refresh too. Dovecot has been restarted mu

Re: [Dovecot] Manually creating folders from terminal

2010-07-07 Thread William Blunn
A. J. Giurato wrote: I'm trying to use a script to create a mailbox structure. I'm aware that the structure should look like: ~/.maildir/.INBOX/{cur,tmp,new} ~/.maildir/.INBOX.Subfolder1/{cur,tmp,new} ~/.maildir/.INBOX.Subfolder2/{cur,tmp,new} ~/.maildir/.INBOX.Subfolder2.Subsubfolder1/{cur,tmp

Re: [Dovecot] Manually creating folders from terminal

2010-07-07 Thread A. J. Giurato
I've completely closed and reopened Thunderbird many times, and I've hit refresh too. Dovecot has been restarted multiple times. Squirrelmail has been logged out and back in. Apache server serving squirrelmail has been rebooted. ++ | A. J. Giurato | | a...@p

Re: [Dovecot] Manually creating folders from terminal

2010-07-07 Thread Roderick A. Anderson
On 07/07/2010 09:15 AM, A. J. Giurato wrote: OK, Dovecot is showing those folders correctly from telnet. However, I can't subscribe to them in Thunderbird 3.0.5 (they don't even appear) and I don't even know that squirrelmail 1.4.13 has a subscribe feature. You did "refresh" the Folder list ..

Re: [Dovecot] Manually creating folders from terminal

2010-07-07 Thread A. J. Giurato
OK, Dovecot is showing those folders correctly from telnet. However, I can't subscribe to them in Thunderbird 3.0.5 (they don't even appear) and I don't even know that squirrelmail 1.4.13 has a subscribe feature. Are there any other recommended clients I try this with? On 7/7/2010 11:44 AM, T

Re: [Dovecot] Manually creating folders from terminal

2010-07-07 Thread Timo Sirainen
On Wed, 2010-07-07 at 11:40 -0400, A. J. Giurato wrote: > Also, my IMAP folders all work fine except for the new ones I want to > create manually from the CLI. Make sure it's not a client problem (shouldn't be if you tested also with squirrelmail, but who knows): http://wiki.dovecot.org/TestInsta

Re: [Dovecot] Manually creating folders from terminal

2010-07-07 Thread A. J. Giurato
Thanks for the suggestions. The user, group, and permissions on all folders (including the cur, new, and tmp) are "aj aj 700". Also, I added "mail_location = maildir:~/.maildir" (and removed "default_mail_env"). Neither has worked. Also, my IMAP folders all work fine except for the new ones

Re: [Dovecot] Manually creating folders from terminal

2010-07-07 Thread William Blunn
A. J. Giurato wrote: I'm trying to use a script to create a mailbox structure. I'm aware that the structure should look like: ~/.maildir/.INBOX/{cur,tmp,new} ~/.maildir/.INBOX.Subfolder1/{cur,tmp,new} ~/.maildir/.INBOX.Subfolder2/{cur,tmp,new} ~/.maildir/.INBOX.Subfolder2.Subsubfolder1/{cur,tmp

Re: [Dovecot] Manually creating folders from terminal

2010-07-07 Thread William Blunn
A. J. Giurato wrote: I'm trying to use a script to create a mailbox structure. I'm aware that the structure should look like: ~/.maildir/.INBOX/{cur,tmp,new} ~/.maildir/.INBOX.Subfolder1/{cur,tmp,new} ~/.maildir/.INBOX.Subfolder2/{cur,tmp,new} ~/.maildir/.INBOX.Subfolder2.Subsubfolder1/{cur,tmp

[Dovecot] Manually creating folders from terminal

2010-07-07 Thread A. J. Giurato
I'm trying to use a script to create a mailbox structure. I'm aware that the structure should look like: ~/.maildir/.INBOX/{cur,tmp,new} ~/.maildir/.INBOX.Subfolder1/{cur,tmp,new} ~/.maildir/.INBOX.Subfolder2/{cur,tmp,new} ~/.maildir/.INBOX.Subfolder2.Subsubfolder1/{cur,tmp,new} ... I have trie