im trying to froward email using this tag :
at root i declare :
 <mailet match="All" class="ToProcessor">
            <processor> tes2 </processor>
  </mailet>

at processor :
 <processor name="tes2">
      <mailet match="All" class="Forward">
<forwardto>[EMAIL PROTECTED]</forwardto>         
         </mailet>                -->
          <mailet match="All" class="ToProcessor">
            <processor> transport </processor>
         </mailet>
      </processor>



--- [EMAIL PROTECTED] wrote:
> Is there anybody can teach me how to use relay email
> using JAMES ?
> For example i have 2 kind of Mail server(all James),
> how can  i relay email
> from one JAMES to another JAMES ??
> thank you
> 
> If you just want to forward certain email to an
> account on the other server
> you can use the Forward mailet with an appropriate
> matcher.
> 
> --
> Jeroen
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 



        
                
__________________________________
Do you Yahoo!?
Win a $20,000 Career Makeover at Yahoo! HotJobs  
http://hotjobs.sweepstakes.yahoo.com/careermakeover 

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

Reply via email to