Page 1 of 1
550 invalid DNS MX or A/AAAA resource record
Posted: 2016-03-01 17:47
by itsmesri
I am using Hmail server at home using port forwarding option in router. When I sent a bulk emails to my vendors. I am getting below bounced emails.
Code: Select all
recruiter@test.com
Error Type: SMTP
Remote server (74.208.5.21) issued an error.
hMailServer sent: MAIL FROM:<name@mydomain.com>
Remote server replied: 550-Requested action not taken: mailbox unavailable
550 invalid DNS MX or A/AAAA resource record
or
Code: Select all
requir@test1.com
Error Type: SMTP
Remote server (207.46.163.215) issued an error.
hMailServer sent: RCPT TO:<requir@test1.com>
Remote server replied: 550 5.4.1 [requir@test1.com]: Recipient address rejected: Access denied
I have
HELO name is 'mail.mydomain.com' in SMTP settings
in godaddy TXT record is "v=spf1 a mx ptr ip6:2602:306:8BBF:E310:E029:499B:89FF:B625 -all" and MX (Mail Exchanger) "mail.mydomain.com" and "smtp.mydomain.com"
Re: 550 invalid DNS MX or A/AAAA resource record
Posted: 2016-03-01 19:02
by jimimaseye
The messages are quite explicit and and are issued by the REMOTE server.
Recipient address rejected: Access denied
550-Requested action not taken: mailbox unavailable
Youre sending to a server and that server is telling you that the account is not available.
550 invalid DNS MX or A/AAAA resource record
Unless you declare to us what your domain name is we cant help you further troubleshoot is.
However, from a HMS point of view, could you please do a DIAGNOSTIC and post the results here.
Re: 550 invalid DNS MX or A/AAAA resource record
Posted: 2016-03-01 19:14
by itsmesri
My domain is "intensifytech.com"
Re: 550 invalid DNS MX or A/AAAA resource record
Posted: 2016-03-01 21:51
by jimimaseye
My old eyes cant see anything obvious with your DNS records now. However, your MX records are a bit unecessary: you have them pointing to mail.... and smtp.... (separate priorities) which you have both listed under your domain A record (as CNAME) and both point to the same server. Pretty pointless. (Effectively saying: try the server at priority zero first ('smtp...'), and if the server fails to respond, try the same server again (from 'mail...' priority 10).
Reckon you should review your test email that you sent out earlier (asnd bounced as you reported) and maybe try sending to other external addresses too.
Does your DIAGNOSTIC work?
Re: 550 invalid DNS MX or A/AAAA resource record
Posted: 2016-03-01 23:27
by itsmesri
Code: Select all
"SMTPD" 4484 49860 "2016-03-01 15:22:07.777" "209.85.215.48" "SENT: 235 authenticated."
"SMTPD" 4624 49860 "2016-03-01 15:22:07.936" "209.85.215.48" "RECEIVED: MAIL FROM:<my@intensifytech.com> SIZE=8238"
"SMTPD" 4624 49860 "2016-03-01 15:22:07.939" "209.85.215.48" "SENT: 250 OK"
"SMTPD" 4624 49860 "2016-03-01 15:22:08.098" "209.85.215.48" "RECEIVED: RCPT TO:<receiver@receiverdomain.com>"
"SMTPD" 4624 49860 "2016-03-01 15:22:08.100" "209.85.215.48" "SENT: 250 OK"
"SMTPD" 4484 49860 "2016-03-01 15:22:08.257" "209.85.215.48" "RECEIVED: DATA"
"SMTPD" 4484 49860 "2016-03-01 15:22:08.262" "209.85.215.48" "SENT: 354 OK, send."
"SMTPD" 4216 49860 "2016-03-01 15:22:08.457" "209.85.215.48" "SENT: 250 Queued (0.192 seconds)"
"SMTPD" 4484 49860 "2016-03-01 15:22:08.616" "209.85.215.48" "RECEIVED: QUIT"
"SMTPD" 4484 49860 "2016-03-01 15:22:08.616" "209.85.215.48" "SENT: 221 goodbye"
"SMTPC" 4448 49933 "2016-03-01 15:22:08.638" "74.208.5.3" "RECEIVED: 220 receiverdomain.net (mxeueus001) Nemesis ESMTP Service ready"
"SMTPC" 4448 49933 "2016-03-01 15:22:08.638" "74.208.5.3" "SENT: EHLO mail.intensifytech.com"
"SMTPC" 4488 49933 "2016-03-01 15:22:08.670" "74.208.5.3" "RECEIVED: 250-receiverdomain.net Hello mail.intensifytech.com [104.187.254.49][nl]250-SIZE 157286400[nl]250 STARTTLS"
"SMTPC" 4488 49933 "2016-03-01 15:22:08.670" "74.208.5.3" "SENT: STARTTLS"
"SMTPC" 4448 49933 "2016-03-01 15:22:08.707" "74.208.5.3" "RECEIVED: 220 OK"
"SMTPC" 4488 49933 "2016-03-01 15:22:08.926" "74.208.5.3" "SENT: EHLO mail.intensifytech.com"
"SMTPC" 4484 49933 "2016-03-01 15:22:08.959" "74.208.5.3" "RECEIVED: 250-perfora.net Hello mail.intensifytech.com [104.187.254.49][nl]250 SIZE 157286400"
"SMTPC" 4484 49933 "2016-03-01 15:22:08.960" "74.208.5.3" "SENT: MAIL FROM:<my@intensifytech.com>"
"SMTPC" 4624 49933 "2016-03-01 15:22:09.373" "74.208.5.3" "RECEIVED: 550-Requested action not taken: mailbox unavailable[nl]550 invalid DNS MX or A/AAAA resource record"
"SMTPC" 4624 49933 "2016-03-01 15:22:09.374" "74.208.5.3" "SENT: QUIT"
"SMTPC" 4484 49933 "2016-03-01 15:22:09.407" "74.208.5.3" "RECEIVED: 221 receiverdomain.net Service closing transmission channel"
Re: 550 invalid DNS MX or A/AAAA resource record
Posted: 2016-03-01 23:43
by percepts
yes you don't need two mx records unless you are using a backup mail server
I would just retain this one
intensifytech.com MX 10 mail.intensifytech.com
and make sure you change your mailhost in hms admin to mail.intensifytech.com and use mail.intensifytech.com in your email clients for smtp,pop and IMAP server name.
but instead of using a cname
mail.intensifytech.com CNAME intensifytech.com
use an A record as follows.
mail.intensifytech.com A 104.187.254.49
delete all references to smtp.intensifytech.com unless you really do have a backup mailserver.