Morning, I think you could write your own mailet which will set an attribute in a round-robin fashion. So for example set attribute X or Y.
The configure two instances of RemoteManager and use the HasAttribute matcher to call instance 1 or 2. Bye, Norman 2010/5/11 AJ <[email protected]>: > ...to be even more clear :-) ....I'd like to do round robin between the two > gateways by IP address, not MX records, where caching might be an issue. > That being said, I'm not yet familiar with James internal DNS handling. > > thanks... > > On Tue, May 11, 2010 at 9:23 AM, AJ <[email protected]> wrote: > >> Thanks for the response. Although I wasn't expicit, you guessed it. I would >> like to do round Robin between the two gateways. >> >> >> On Tue, May 11, 2010 at 2:05 AM, Norman Maurer <[email protected]> wrote: >> >>> Hi, >>> >>> when you say you want to use two gateways, how exactly ? >>> >>> You want to deliver the same email to both or just want to use one of >>> them in round-robin fashion ? >>> >>> Thx, >>> Norman >>> >>> >>> 2010/5/10 AJ <[email protected]>: >>> > Hi, >>> > >>> > I have a scenario where I have two SMTP servers I'd like to use as >>> gateway >>> > servers. In the docs. it says that James will try the servers in order >>> until >>> > one is successful. >>> > >>> > Does this mean that while server1 is up(available) server2 will never be >>> > used? >>> > >>> > thanks... AJ >>> > >>> >>> --------------------------------------------------------------------- >>> 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]
