You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-user@james.apache.org by Steven Hatch <ha...@onclave.com> on 2002/02/01 21:26:42 UTC

Configuring James as a backup server?

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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>