On Tue, Dec 9, 2008 at 9:22 AM, Megha Agarval <[EMAIL PROTECTED]> wrote:
> Robert Burrell Donkin wrote:
>>
>> On 12/8/08, Megha Agarval <[EMAIL PROTECTED]> wrote:
>>>
>>> Robert Burrell Donkin wrote:
>>>>
>>>> On 12/5/08, Megha Agarval <[EMAIL PROTECTED]> wrote:
>>>>>
>>>>> Robert Burrell Donkin wrote:
>>>>>>
>>>>>> On Thu, Dec 4, 2008 at 9:06 AM, Megha Agarval <[EMAIL PROTECTED]>
>>>>>> wrote:
>>>>>>>
>>>>>>> Hi,
>>>>>>>
>>>>>>> I am running the spring deployment version of James. The IMAP service
>>>>>>> starts
>>>>>>> on the required port but while accessing the mailbox I get the
>>>>>>> following
>>>>>>> exception:
>>>>>>>
>>>>>>> java.lang.ClassNotFoundException:
>>>>>>>
>>>>>>> org.apache.james.mailboxmanager.repository.MailboxManagerMailRepository
>>>>>>>
>>>>>>> In the config file I am using the following in the mailboxmanager
>>>>>>> block:
>>>>>>>
>>>>>>> <factory
>>>>>>>
>>>>>>> class="org.apache.james.mailboxmanager.torque.TorqueMailboxManagerFactory">
>>>>>>>
>>>>>>> Any ideas how to fix this ?
>>>>
>>>> I've expanded the smoke tests over the weekend. IMAP was initialiding
>>>> but the data access was not configured correctly. Please update to the
>>>> latest code and retry.
>>>>
>>>> - Robert
>>>>
>>>> Robert
>>>>
>>> Hi Robert,
>>>
>>> With the latest code, the IMAP service starts fine. I can set up
>>> mailboxes and connect to the server without any exceptions. On sending
>>> mails the sent mails are stored in the sent folder. But I still cant
>>> access the incoming mails in the mailbox. There are no error messages
>>> though.
>>>
>>> Is there some configuration required to receive the mails in the user
>>> mailbox ?
>>
>> IMAP is a mail reading protocol. So, the real question is how to get
>> your mail into James.
>>
>> Do you plan to run SMTP?
>> Download mail from a POP3 server?
>> From an IMAP account?
>>
>> Robert
>>
>
>
> Yes, I am running SMTP to send mails and want to download the mails through
> an IMAP account.

ok

> But the problem is that the mails are not accessible through the imap
> account at the moment.

you need to set up some mailets to deliver incoming mail into IMAP

are you using a customized set of mailets or just the defaults shipped
with James?

also, how do you plan to configure your user account and map them to IMAP?

- robert

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to