On Wed, Dec 10, 2008 at 5:55 PM, Megha Agarval <[email protected]> wrote:
> Robert Burrell Donkin wrote:
>>
>> On Wed, Dec 10, 2008 at 2:45 PM, Megha Agarval <[email protected]> wrote:
>>>
>>> Robert Burrell Donkin wrote:
>>>>
>>>> On Tue, Dec 9, 2008 at 2:18 PM, Megha Agarval <[email protected]> wrote:
>>>>>
>>>>> Robert Burrell Donkin wrote:
>>>>>>
>>>>>> On Tue, Dec 9, 2008 at 9:22 AM, Megha Agarval <[email protected]>
>>>>>> wrote:
>>>>>>>
>>>>>>> Robert Burrell Donkin wrote:
>>>>
>>>> <snip>
>>>>
>>>>>> 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?
>>>>>>
>>>>> I am using the default set of mailets.
>>>>>
>>>>>> also, how do you plan to configure your user account and map them to
>>>>>> IMAP?
>>>>>
>>>>> I use Thunderbird to create user accounts and map them to imap on
>>>>> required
>>>>> ports
>>>>
>>>> AIUI you want to run an SMTP server. how do you plan to manage your
>>>> users for the domain you plan to serve?
>>>>
>>>
>>> Here is a short description of the set-up I am using:
>>>
>>> I run James in a test environment and not in a production environment. I
>>> start the SMTP, POP3 and IMAP services. There is no external user
>>> database
>>> and I use the telnet service to create users. For these users, I create
>>> accounts in thunderbird and then use those accounts to send and receive
>>> mails.
>>
>> ok
>>
>>> I am using the smoke setup of james with all the default configurations.
>>> As
>>> of now I can send mails and retrieve them through POP3 accounts. But, if
>>> I
>>> send mails and try to retrieve the same through IMAP account it does not
>>> show any mail in the mailbox.
>>
>> good - this the default setup
>>
>> you usually don't want to share POP3 and IMAP mailboxes for the same
>> user. POP3 is a download protocol, and messages are usually deleted
>> once they have been downloaded.
>>
>
> No, I am not sharing POP3 and IMAP mailboxes for the same user. I have set
> up different users some of which have POP3 accounts and some IMAP.
>
>> do you want to be able to have incoming mail for each user you've
>> setup forked to POP3 and IMAP INBOXes?
>>
>
> Yes.
>
> Say I have two users : user1 and user2. user1 is configured to have a POP3
> account in thunderbird and user2 an imap account. I want the mails sent to
> these users accessible through their respective INBOXes.
>
> ATM I can access the mails sent to user1 in its INBOX but not the mails sent
> to user2.

i'm taking a look at developing smoke tests for this use case now.
i've made progress but i'm developing the tooling concurrently which
means it's relatively slow going.

if you upgrade to the latest source, you'll see a commented out
example for SieveMailet. uncommented that may direct the incoming mail
to IMAP (but i don't have tests to prove this yet).

- robert

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to