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">
<outgoing> file://var/mail/outgoing/ </outgoing>
<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
--
Ian Wilson
[EMAIL PROTECTED]
http://ianwilson.org || http://www.ians-blog.com
Solving site load issues with database replication is a lot like
solving your own personal problems with heroin -- at first, it sorta
works, but after a while things just get out of hand.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]