try this 

in processor root and transport  create your mailet  eg make changes as
required; 



<mailet match="HostIs=foo.com" class="ToProcessor">
<processor> mxfoo </processor>
</mailet>



now create a new processor mxfoo eg. make changes as required


<processor name="mxfoo">

       
                      
            <mailet match="All" class="RemoteDelivery">
            <outgoing> file://var/mail/outgoing/ </outgoing>
            
            <!-- Delivery Schedule based upon RFC 2821, 4.5.4.1 -->
            <!-- 5 day retry period, with 4 attempts in the first
                 hour, two more within the first 6 hours, and then
                 every 6 hours for the rest of the period. -->
            <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>
            
            <bounceProcessor>bounces</bounceProcessor>
                   
           <gateway> special-mx.foo.com </gateway>
            <gatewayPort>25</gatewayPort>
            
             <!--
            <gatewayusername>login</gatewayusername>
            <gatewayPassword>pass</gatewayPassword>
            -->
            
            
         </mailet>

      </processor>



-- 
View this message in context: 
http://www.nabble.com/Transport-specific-smarthosts--tf4715530.html#a13481315
Sent from the James - Users mailing list archive at Nabble.com.


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

Reply via email to