:-)
i guess !
Thank you for your help.

The problem is :
1) i receive mails correctly
2) i send a mail that goes to root processor then in the transport processor

Therefore i think the transport processor is not configure well.

     <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=30" 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>


Do i think well ?









Stefano Bagnara a écrit :

Have you posted here your problem?
Have you any exception/logs?
It shouldn't take a month to configure outgoing mail in James...

Stefano

Thibaut wrote:

Stefano Bagnara a écrit :

Thibaut wrote:

I want to send mail but James can't (i can't configure it)



Sending mails is one of the few things James does!
Why, on earth, should you try to complicate your life with a multi MTA solution when you simply should find out why your James is misconfigured?

because there is a month a looking for a way to do it ...
Whatever i'm sure James is a good product



---------------------------------------------------------------------
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