"Mr Chris Moore" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Is it possible to have multiple recipients in the smtpDestination field? > I do not have multiple profiles in my MTA, what I want is for mail to be > duplicated at two destinations, but I don't want to forward from one > destination to the other.
Unfortunately, this isn't a possibility with the current version. Maybe a future version will have this support, although I wouldn't wait for it. The issue is that ASSP is simply a proxy - it listens in on the conversation between two parties. Consequently, it wouldn't make sense for it to talk to two seperate MTAs on behalf of the incoming MTA. If, for example, one MTA were to accept the msg, and the second one were to reject it, what message does it relay back to the originating one? The only way I can foresee this eventually working, would be to have a failover parameter, such as smptDestinationFailover, in which ASSP could reach a second MTA if the primary one is dead. I don't know if there is a lot of demand for that, however. You can probably accomplish the same thing using clustering / heartbeats / etc. I am in no means a high-availability expert - likely someone else on the list has more experience with HA systems that might be able to shed some light on this for you. Eric ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Assp-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/assp-user
