the 1.6.011914 allows you to force instance to move messages of a queue if a 421,420,450 error is detected for the target MX and the target domain.

- 2012-01-19_150000.png (4.41 KiB) Viewed 449 times
You need to enable the "421 Error move to" and select the next instance in the "Next hostname for the 421 error" drop-down list
In this example if the MX "smtp.facebook.com" for facebook.com domain return an error 421,420,450 :
During
60 minutes, all messages for this instance will be move to the
next instance that usually bind an another IP address.
The Next instance can have the same settings that move to other instance and you can loop to the first one.
example :
- Code: Select all
Domain facebook.com -> instance1 -> instance2 -> instance3 -> instance1
To follow the engine you can do this
The Engine create a log for each targeted domain.
- Code: Select all
tail -f /var/log/artica-facebook.com.log
A global log is generated
- Code: Select all
tail -f /var/log/artica-smtp.log
There is a central router that is in charge to put all messages in the right queue of each process of each instance.
- Code: Select all
tail -f /var/log/artica-router.log