check_email_delivery
Posted: Thu Nov 01, 2018 12:32 pm
I have 2 checks setup for check_email_delivery. Each going through a different relay. Since I set them up, the most recent received time has been growing. Each check has a unique IP and body, but use the same email.
Am I using the check incorrectly?
Each check runs every 2 minutes
Config 1:
Config 2:
Am I using the check incorrectly?
Each check runs every 2 minutes
Config 1:
Code: Select all
--mailto TESTEMAIL --mailfrom TESTEMAIL -H XXX.XX.XX.XX1 --smtp-server XXX.XX.XX.XX1 --smtp-username 'TESTUSER' --smtp-password 'PASSWORD' --smtp-port 25 --imap-server XXX.XX.XX.XX1 --username 'TESTUSER' --password 'PASSWORD' --imap-port 143 --body "HOSTNAME1 test"!!!!!!!Code: Select all
--mailto TESTEMAIL --mailfrom TESTEMAIL -H XXX.XX.XX.XX2 --smtp-server XXX.XX.XX.XX2 --smtp-username 'TESTUSER' --smtp-password 'PASSWORD' --smtp-port 25 --imap-server XXX.XX.XX.XX2 --username 'TESTUSER' --password 'PASSWORD' --imap-port 143 --body "HOSTNAME2 test"!!!!!!!