[imp] runaway process
ben@roboticat.com
ben at roboticat.com
Fri Oct 28 14:32:09 PDT 2005
Jan,
The docs in the servers.php file say this:
* namespace: This is where you put any paths that you want stripped out
* for presentation purposes (i.e. you don't want your users to
* have to know that their personal folders are actually
* subfolders of their INBOX). A common value for this with
* Cyrus/Courier-IMAP servers is 'INBOX.'.
*
* NOTE: If you have shared folders, using this may create
* confusion between shared folders and personal folders if users
* have folders with the same name as a shared folder.
*
* *** If you use this option, DO NOT SET 'folders' ALSO! ***
I think the point where I was confused was that there is nothing in my
maildir that is actually called INBOX in the filesystem. The namespace
config variable deals with "paths" so I was thinking actual parts of my
filesystem. I did figure it out on my own because my folders listed
correctly only if I put 'INBOX.' in the namespace. I don't really
understand what the '.' correlates to in terms of filesystem or naming,
but it works so I'm not complaining.
I don't think the namespace issue was the cause of the runaway process
issue (or not the only one). I think that stale mmcache files was the
cause of the runaway process issue. I cleared them (and added a line
to my apachectl script to clear them) and now things are working fine.
You asked whats wrong with the docs, heres my suggestion:
I think the docs should include an example that corelates files to
namespace like:
In your Maildir:
Namespace Path
INBOX. Maildir/.
INBOX.subspace Maildir/.subspace
INBOX.sub.subspace Maildir/.sub/.subspace
Then it would be easier to figure out how you are supposed to set the
namespace. If my chart is misleading, please correct it as I don't
want to lead others astray.
Thanks,
Ben
Quoting Jan Schneider <jan at horde.org>:
> Zitat von Ben Sodenkamp <ben at roboticat.com>:
>
>> Thanks Jan,
>>
>> I do appreciate your time and guidance. Can you explain to me in a
>> little more detail what they each actually mean? Perhaps point me to a
>> refence.
>
> What's wrong with the documentation in config/servers.php?
>
>> I am running BSD 4.8 with courier Imap and qmail.
>>
>> This is what my maildir structure looks like:
>>
>> tigercat# ls -la Maildir/
>> total 608
>> drwx------ 24 imap imap 1024 Oct 28 11:25 .
>> drwx------ 3 imap imap 512 Nov 26 2003 ..
>> drwx------ 6 imap imap 512 Oct 27 15:35 .Drafts
>> drwx------ 6 imap imap 512 Jun 11 13:31 .Geneology
>> drwx------ 6 imap imap 512 Jun 11 13:31 .Legal
>> drwx------ 6 imap imap 512 Jun 11 13:31 .Notes to self
>> drwx------ 6 imap imap 512 Jun 15 17:22 .Personal
>> drwx------ 6 imap imap 512 Jun 15 17:21 .RCC Business
>> drwx------ 5 imap imap 512 Oct 27 15:43 .Sent
>> drwx------ 6 imap imap 512 Oct 27 14:50 .Trash
>> drwx------ 6 imap imap 512 Oct 27 15:35 .sent
>> drwxr-xr-x 2 imap imap 512 Apr 29 2004 courierimaphieracl
>> drwx------ 2 imap imap 512 Nov 26 2003 courierimapkeywords
>> -rw-r--r-- 1 imap imap 331 Oct 27 15:43 courierimapsubscribed
>> -rw-r--r-- 1 imap imap 240685 Oct 28 11:25 courierimapuiddb
>> drwx------ 2 imap imap 293888 Oct 28 11:26 cur
>> drwx------ 2 imap imap 512 Oct 28 11:25 new
>> drwx------ 2 imap imap 512 Oct 28 11:26 tmp
>>
>>
>>> Zitat von Ben Sodenkamp <ben at roboticat.com>:
>>>
>>>> Hello imp experts,
>>>>
>>>> I have imp 4.0.4 running on horde 3.0.5. I am authenticating with a
>>>> Courier Imap server. I have never had a working configuration, but I am
>>>> trying to adopt imp.
>>>>
>>>> Whenever I click on mail, The webserver makes a runaway process that
>>>> that rises to 90ish % utilization of the cpu within about 30 seconds. I
>>>> have checked my server.php. My server entry:
>>>>
>>>> $servers['rcc'] = array(
>>>> 'name' => 'RCC IMAP Server',
>>>> 'server' => 'x.x.x.x',
>>>> 'hordeauth' => false,
>>>> 'protocol' => 'imap/notls',
>>>> 'port' => 143,
>>>> 'folders' => 'INBOX.',
>>>> 'namespace' => 'INBOX.',
>>>
>>> These should never be the same.
>>>
>>> Jan.
>>>
>>> --
>>> Do you need professional PHP or Horde consulting?
>>> http://horde.org/consulting/
>>>
>>> --
>>> IMP mailing list - Join the hunt: http://horde.org/bounties/#imp
>>> Frequently Asked Questions: http://horde.org/faq/
>>> To unsubscribe, mail: imp-unsubscribe at lists.horde.org
>>>
>>
>> --
>> IMP mailing list - Join the hunt: http://horde.org/bounties/#imp
>> Frequently Asked Questions: http://horde.org/faq/
>> To unsubscribe, mail: imp-unsubscribe at lists.horde.org
>>
>>
>
>
>
> Jan.
>
> --
> Do you need professional PHP or Horde consulting?
> http://horde.org/consulting/
>
> --
> IMP mailing list - Join the hunt: http://horde.org/bounties/#imp
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: imp-unsubscribe at lists.horde.org
>
----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.
More information about the imp
mailing list