Ok,
After the move to cpanel, here's the error I see sending a test email to 2 email addresses on my test list:
-----------------------------------
Warning: 100% of messages were skipped due to timeout, authentication or unknown error!
You may want to check your settings, enable the SMTP log and send some test messages to make sure they are delivered.
----------------------------------
So, I enabled SMTP log and here's what I see (email addresses changed to protect privacy):
------
> EHLO localhost
250-secureXX.apollohosting.com
250-PIPELINING
250-8BITMIME
250-SIZE 0
250 AUTH LOGIN PLAIN
LM: SMTP Pipelining Detected
> NOOP
250 ok
> MAIL FROM: <lmbounce@mydomain.com>
> RCPT TO: <brett@myotherdomain.com>
250 ok
550 sorry, unauthenticated user with dynamic or unresolveable HELO/EHLO (#5.7.1)
LM: Undeliverable. RCPT response: 550 sorry, unauthenticated user with dynamic or unresolveable HELO/EHLO (#5.7.1)
. Skipping.
> RSET
250 flushed
> MAIL FROM: <lmbounce@mydomain.com>
> RCPT TO: <mysecondtest@yahoo.com>
250 ok
550 sorry, unauthenticated user with dynamic or unresolveable HELO/EHLO (#5.7.1)
LM: Undeliverable. RCPT response: 550 sorry, unauthenticated user with dynamic or unresolveable HELO/EHLO (#5.7.1)
. Skipping.
> RSET
250 flushed
-----------------------
Any idea what's up here DW??? I need to get LMP back up and running, this doesn't sound promising, let me know what you think?