Email returning issue/ HELP?

Hedgie

Free Member
Aug 17, 2007
2,305
305
Planet Mars
I have set up email addresses with my domain name through GoDaddy. I can send mail fine but when I try to send mail back to the email address it gets rejected as follows -:

Delivery to the following recipient failed permanently:

[email protected]

Technical details of permanent failure:
Google tried to deliver your message, but it was rejected by the recipient domain. We recommend contacting the other email provider for further information about the cause of this error. The error that the other server returned was: 550 550 #5.1.0 Address rejected [email protected]
(state 14).

Anyone know what is causing it to reject incoming mail?
 
It means that the mailserver that should be receiving mail for clarionconsultancy.com is rejecting it. I just ran a test and this is what happens:
Code:
~$ swaks -t [email protected] -f [email protected]
=== Trying smtp.secureserver.net:25...
=== Connected to smtp.secureserver.net.
<-  220 m1pismtp01-024.prod.mesa1.secureserver.net ESMTP
 -> EHLO xxxx
<-  250-m1pismtp01-024.prod.mesa1.secureserver.net
<-  250-8BITMIME
<-  250 SIZE 31457280
 -> MAIL FROM:<[email protected]>
<-  250 sender <[email protected]> ok
 -> RCPT TO:<[email protected]>
<** 550 #5.1.0 Address rejected [email protected]
 -> QUIT
<-  221 m1pismtp01-024.prod.mesa1.secureserver.net
=== Connection closed with remote host.

I've obfuscated my personal info with xxxxx's.

Note the '<** 550 #5.1.0 Address rejected [email protected]'. No reason is given - mailbox does not exist would be common here - so it looks like it's rejecting the entire domain.

Something wrong with your Godaddy setup.
 
  • Like
Reactions: stugster and Hedgie
Upvote 0
Is this working now?

An SMTPDiag test returns successful. KM-Toger was spot on.

Maybe propagation of the account setup - had you had it setup long before testing?
 
Upvote 0

Latest Articles