----- Original Message -----
From: "Chris Rockett" <[EMAIL PROTECTED]>
To: "inFusion Support List" <[EMAIL PROTECTED]>
Sent: Wednesday, June 05, 2002 4:09 PM
Subject: [iMS] MX Backup


> Hello Howie et al,
>
> Can someone tell me how the iMS MX Backup version works.  Does
> it handle the redelivery automatically or do you have to write a
> template to re-post incomming messages.

Redelivery is handled by the POST Server part of the MX backup server.

> Also If wanted to use my
> iMS Pro to perform an MX Backup functionality for some domains,
> what would be the best way to set that up.
>

If you are using FusionMail then you simply assign the domain as a relay domain.  If 
you are using your own code then you do
something like:

--- pseudo code ---

- look up user in database
- if user is local
   result=accept
- else if domain is one that we backup for
   result=relay
   mx=primary server

So, what you want to do is simply do a relay on that domain and the POST server will 
send the mail to the primary when it comes up
again.

HTH,

Howie

> Could you provide some example code?
>
> -Chris
>
==^=======================================================
     This list server is Powered by iMS
   "The Swiss Army Knife of Mail Servers"
   --------------------------------------
To leave this list please complete the form at 
http://www.coolfusion.com/iMSSupport.cfm
Need an iMS Developer license?  Sign up for a free license here:
http://www.coolfusion.com/iMSDevelopers.cfm
List archives: http://www.mail-archive.com/infusion-email%40eoscape.com/
Note: You are subscribed as [email protected]
==^=======================================================


Reply via email to