User Tools

Site Tools


mutil_echo_node_tracker

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
mutil_echo_node_tracker [2022/12/30 18:59] – created echo node tracker avonmutil_echo_node_tracker [2023/01/03 01:26] (current) – updates avon
Line 5: Line 5:
  
   * Suspending echomail nodes based on days of inactivity   * Suspending echomail nodes based on days of inactivity
-      Optionally unlinking message/file base subscriptions +    * Optionally unlinking message/file base subscriptions 
-      Optionally deleting their entire outbound mail queue+    * Optionally deleting their entire outbound mail queue
   * Changing mail and filebox crash nodes to hold-only after a set number of failed outbound connection attempts   * Changing mail and filebox crash nodes to hold-only after a set number of failed outbound connection attempts
   * Automated resetting of echomail tracking statistics after X days   * Automated resetting of echomail tracking statistics after X days
  
 +Because it relies heavily on a complex configuration, this feature is only available when you are using Mystic for your echomail tossing solution.
  
-To enable this function you modify the '[general]' stanza as follows:+To enable this function you modify the '[general]' stanza as follows: 
  
   [general]   [general]
Line 17: Line 18:
   EchoNodeTracker         = true   EchoNodeTracker         = true
  
-xx+There are a number of options you can configure for this function. 
 + 
 + ; Automatically reset the echonode tracking statistics after a specific 
 + ; number of days (or 0 to disable) 
 +   
 + reset_stats = 0 
 +   
 + ; Set the number of days of inactivity before an Echomail Node is 
 + ; automatically deactivated (or 0 to disable) 
 +   
 +  inactivity = 0 
 +   
 +  ; When a node is deactivated, should they also be unlinked from all 
 +  ; subscribed message/file bases? 
 +   
 +  unlink = false 
 +   
 + ; When set to TRUE, MUTIL will remove any files or mail packets from the 
 + ; node's outbound queue upon deactivation from inactivity 
 +   
 + clear_outbound = false 
 +   
 + ; When Mystic is unable to connect outbound to a node it can automatically 
 + ; change their mail type and filebox settings from "Crash" to "Hold" after 
 + ; a specific number of outbound connection failures combined with a specific 
 + ; number of days of outbound inactivity.  Setting either to 0 will disable 
 + ; this feature and both requirements must be met for action to be taken. 
 +  
 + crash_errors = 0 
 + crash_days = 0 
 +   
 + 
mutil_echo_node_tracker.1672448389.txt.gz · Last modified: 2022/12/30 18:59 by avon

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki