I have a client using Outlook sending email through my cPanel server. We changed to a new hosting provider a few months ago and the new cPanel is setup to require smtp authentication.
The Outlook client uses IMAP and is setup to require smtp authentication and use port 587.
Everything has been working smoothly, but today he called and can't send email to one specific server. The message comes back with this message "550 #5.7.1 Your access to submit messages to this e-mail system has been rejected."
Here is the server log info.
My questions are:
1. Why is this happening on one email server (we tried multiple addresses)? I read about the pbl and everything there says the Outlook authentication settings should fix any problems there.
2. Is this coming from my server? Seems strange to me that the message is originating with my server when the problem is only with this one address.
3. Can I test and verify the smtp authentication is working? I've looked in /etc/relayhosts and it's empty. Could this be the problem?
Any help is appreciated!
Thanks!
The Outlook client uses IMAP and is setup to require smtp authentication and use port 587.
Everything has been working smoothly, but today he called and can't send email to one specific server. The message comes back with this message "550 #5.7.1 Your access to submit messages to this e-mail system has been rejected."
Here is the server log info.
Code:
2013-10-18 13:56:52 1VXFEC-0000a7-30 SMTP connection outbound 1382122612 1VXFEC-0000a7-30 domain.com [email protected]
2013-10-18 13:56:53 1VXFEC-0000a7-30 ** [email protected] R=dkim_lookuphost T=dkim_remote_smtp: SMTP error from remote mail server after RCPT TO:<[email protected]>: host c65
0-2.ispdomain.com.com [216.228.xxx.x]: 550 #5.7.1 Your access to submit messages to this e-mail system has been rejected.
2013-10-18 13:56:53 cwd=/var/spool/exim 7 args: /usr/sbin/exim -t -oem -oi -f <> -E1VXFEC-0000a7-30
2013-10-18 13:56:53 1VXFED-0000aH-Sl <= <> R=1VXFEC-0000a7-30 U=mailnull P=local S=4391 T="Mail delivery failed: returning message to sender" for [email protected]
1. Why is this happening on one email server (we tried multiple addresses)? I read about the pbl and everything there says the Outlook authentication settings should fix any problems there.
2. Is this coming from my server? Seems strange to me that the message is originating with my server when the problem is only with this one address.
3. Can I test and verify the smtp authentication is working? I've looked in /etc/relayhosts and it's empty. Could this be the problem?
Any help is appreciated!
Thanks!