I have multiple (read 10s) MySQL slaves running in a LAN. Obviously, I cannot monitor them automatically from an external systems.
So, I thought of setting up local BASH scripts that will send a mail alert when the replication fails. I got the BASH script for replication but now I am stuck at mailing part..
I installed mailutils in Ubuntu and tried to send a mail. But, I get the following error
"Your access to this mail system has been rejected due to the sending MTA's IP xx.xx.xx.xxx poor reputation"
I found out that I can overcome this by getting it out of the list. But, I have 10s of those IPs and may change over time. So, is there any other method to use some server to send mails without the worry of removing IPs from SPAMHaus list?