Hello,

I'm trying to configuration James as a backup mail server.

So far in my <processor name="root"> I have the following mailet configured
to handle mail for the mail server I want to backup:

<processor name="root">
 <!-- ... normal mailet config ... -->
<!-- look for host name match to relay mail for backup mail service -->
<mailet         match="HostIs=theMailServerIwantToBackup.com"
                class="RemoteDelivery">
        <delayTime> 21600000 </delayTime>
        <maxRetries> 10 </maxRetries>
</mailet>
</processor>


My question, before I change the MX records; will this work? Or am I missing
something?


Thanks for all the help ...

Best,

-s


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

Reply via email to