I want to let them use each others spamd if the load gets too great on any one machine
mailhub1
spamd:
/usr/local/bin/spamd -d -r /logs/spamd.pid -m 7 \
-i -A 127.0.0.1,mailhub2IPexiscan:
spamd_address = 127.0.0.1 783 : mailhub2IP 783
=====================================
mailhub2
spamd:
/usr/local/bin/spamd -d -r /logs/spamd.pid -m 7 \
-i -A 127.0.0.1,mailhub1IPexiscan: spamd_address = 127.0.0.1 783 : mailhub1IP 783
Is this the right config??
becuase currently I dont see any activity of either hub on the others log
