Ian Wilson ha scritto:
> Hi folks;
> 
> I'm running into an issue where I'm trying to handle all outgoing mail
> from my machine to a specific host to a designated MX provider.
> 
> For example, I'd like to say that any mail that is destined for host
> foo be sent to mx-special.foo.com.
> 
> This is how I think it should happen, however, I've not been
> successful on getting it to work:
> <processor name="transport">
>         <mailet match="HostIs=foo.com" class="transport">

what is class="transport" ?? it should be class="RemoteDelivery"

>          <outgoing> file://var/mail/outgoing/ </outgoing>

make sure you use a different spool path for each RemoteDelivery! if you
use the same "outgoing" path for 2 remotedelivery they will mix their
messages.

>          <delayTime> 216 </delayTime>
>          <maxRetries> 5 </maxRetries>
>          <deliveryThreads> 1 </deliveryThreads>
>          <gateway> mx-special.foo.com </gateway>
>          <gatewayPort>25</gatewayPort>
>         </mailet>
> </processor>
> 
> Unfortunately, I've tried both transport and remotedelivery as the
> classes, and I've not had too much luck in getting it to work.
> 
> Any help would be greatly appreciated.
> 
> Ian

Fix the above and it will work.

Stefano


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

Reply via email to