I remove the SAR file and re launche the server. It works ...
Thank you to all of you for your help.

I'll read the doc to be more autonomous.

Thibaut a écrit :
> The java process was back to a normal use but as soon as i send a new
> email to my server it takes 99,9%.
> What is wrong in my conf ?
>
> The only change i have made is to switch from jdk1.4 to jdk1.5. Is there
> something i missed ?
>
>
> Thibaut a écrit :
>   
>> I use james to receive emails and put them in mysql database. It has
>> been working well for months but it takes 99% whenever i restart it.
>> I think i did something wrong in my conf file. Here is a sample of
>> config.xml.
>>
>> How can i remove the thing (a mail i suppose) that blok the whole thing.
>>
>>
>>    <spoolmanager>
>>       <threads> 10 </threads>
>>
>>       <mailetpackages>
>>          <mailetpackage>org.apache.james.transport.mailets</mailetpackage>
>>          <mailetpackage>com.cvdunet.mailets</mailetpackage>
>>       </mailetpackages>
>>       <matcherpackages>
>>         
>> <matcherpackage>org.apache.james.transport.matchers</matcherpackage>
>>          <matcherpackage>com.cvdunet.matchers</matcherpackage>
>>       </matcherpackages>
>>
>>       <processor name="root">
>>          <mailet match="[EMAIL PROTECTED]" class="ToProcessor">
>>             <processor> transport </processor>
>>          </mailet>
>>          <mailet match="All"  class="MessageSave">
>>            <folder>/home/thibaut/tmp/unavailable</folder>
>>            <subject>You have been marked as UNAVAILABLE</subject>
>>            <content>Send a message to [EMAIL PROTECTED] to
>> reset.</content>
>>          </mailet>
>>          <mailet match="RelayLimit=3" class="Null"/>
>>       </processor>
>>       <processor name="transport">
>>          <mailet match="All" class="RemoteDelivery">
>>             <outgoing> file://var/mail/outgoing/ </outgoing>
>>             <delayTime>  5 minutes </delayTime>
>>             <delayTime> 10 minutes </delayTime>
>>             <delayTime> 45 minutes </delayTime>
>>             <delayTime>  2 hours </delayTime>
>>             <delayTime>  3 hours </delayTime>
>>             <delayTime>  6 hours </delayTime>
>>             <maxRetries> 25 </maxRetries>
>>             <deliveryThreads> 1 </deliveryThreads>
>>             <sendpartial>false</sendpartial>
>>          </mailet>
>>       </processor>
>>       <processor name="spam">
>>          <mailet match="All" class="Null"/>
>>       </processor>
>>    </spoolmanager>
>>
>>
>> ---------------------------------------------------------------------
>> 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]
>
>
>   

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

Reply via email to