I think I got it, found something simular.
Sorry for the noise
Felix
On 04/04/2011 04:00 PM, Felix Knecht wrote:
Hi
I'm sorry to say, that I don't exactly understand what is meant by this
configuration comment [1]:
<snip>
* <p>Requires a configuration element in the .conf.xml file of the form:
* <br><repository destinationURL="mbox://<directory>"
* <br> type="MAIL"
* <br></directory> is where the individual mbox files are read
from/written to
* <br>Type can ONLY be MAIL (SPOOL is NOT supported)
</snip>
Should it be like
* <p>Requires a configuration element in the .conf.xml file of the form:
* <pre>
* <repository destinationURL="mbox://{directory}"
* type="MAIL">
* </repository>
* </pre>
* {directory} is where the individual mbox files are read from/written to
* </p>
* <p>Type can ONLY be MAIL (SPOOL is NOT supported)</p>
==>
Requires a configuration element in the .conf.xml file of the form:
<repository destinationURL="mbox://{directory}"
type="MAIL">
</repository>
{directory} is where the individual mbox files are read from/written to.
Thanks
Felix
[1]
http://svn.apache.org/repos/asf/james/server/trunk/file/src/main/java/org/apache/james/mailrepository/file/MBoxMailRepository.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]