[ http://issues.apache.org/jira/browse/JAMES-523?page=all ]
     
Norman Maurer resolved JAMES-523:
---------------------------------

    Resolution: Fixed

Thx for the patch.

> <inboxRepository><repository> Configuration should be handed over to 
> MailRepository
> -----------------------------------------------------------------------------------
>
>          Key: JAMES-523
>          URL: http://issues.apache.org/jira/browse/JAMES-523
>      Project: James
>         Type: Improvement

>   Components: MailStore & MailRepository, James Core
>     Reporter: Joachim Draeger
>     Assignee: Norman Maurer
>     Priority: Minor
>      Fix For: 2.4.0
>  Attachments: inboxRepositoryConfig.patch
>
> The section in config.xml
>        <inboxRepository>
>           <repository destinationURL="dbfile://maildb/inbox/" type="MAIL"/>
>        </inboxRepository>
> is parsed by James.initialize()  and the destinationURL gets saved. When an 
> inbox is accessed via getUserInbox(String) the configuration for the 
> MailRepository is generated from scratch with the destinationURL parameter.
> So it is not possible to pass anything else to the MailRepository  from the 
> configuration entry.
> Example: The postfix attribute cannot be evaluated and gets lost.
>       <inboxRepository>
>          <repository destinationURL="maildir://var/mail/inboxes/" 
> postfix="/Maildir/" type="MAIL"/>
>       </inboxRepository>
> Solution: The Configuration entry should be copied and the destinationURL 
> attribute modified for the corresponding user

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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

Reply via email to