sendmail - mailgun Domain not found - mg.$mydomain is VERIFIED in checkDNS section -
-- resolved -- had create ticket on over mailgun system. mg tech-support had involved. wild guess after mg-domain created somehow caught in spam -auto-detect , after that, manual edits on both sides require revert state normal process.
curl using sandbox-address including key fine.
when change domain in 2 places ( from= , domainurl ) substituting in "mg.mydomain" sandbox should work
"message": "domain not found: mg.mydomain"
stdout err below , summary of mailgun dashboard dns verify section below.
$ curl -v -x post -s --user 'api:key-5478' -f to="rrob@gmail.com" -f from="no-reply@mg.yayatv.tv" -f subject="watch yay" -f text="watch video @ http://localhost:8080/mediaplay/:92229d30-cb2802c8280c" https://api.mailgun.net/v3/mg.yayatv.tv/messages * trying 50.112.42.241... * connected api.mailgun.net (50.112.42.241) port 443 (#0) * found 173 certificates in /etc/ssl/certs/ca-certificates.crt * found 697 certificates in /etc/ssl/certs * alpn, offering http/1.1 * ssl connection using tls1.2 / ecdhe_rsa_aes_128_gcm_sha256 * server certificate verification ok * server certificate status verification skipped * common name: *.mailgun.net (matched) * server certificate expiration date ok * server certificate activation date ok * certificate public key: rsa * certificate version: #3 * subject: c=us,st=texas,l=san antonio,o=rackspace us\, inc.,cn=*.mailgun.net * start date: tue, 09 feb 2016 00:00:00 gmt * expire date: wed, 07 feb 2018 23:59:59 gmt * issuer: c=us,o=thawte\, inc.,cn=thawte sha256 ssl ca * compression: null * alpn, server did not agree protocol * server auth using basic user 'api' > post /v3/mg.yayatv.tv/messages http/1.1 > host: api.mailgun.net > authorization: basic yxq3oa== > user-agent: curl/7.47.0 > accept: */* > content-length: 560 > expect: 100-continue > content-type: multipart/form-data; boundary=------------------------2db945176d21c3f0 > < http/1.1 100 continue < http/1.1 404 not found < content-type: application/json < date: fri, 07 apr 2017 21:09:14 gmt < server: nginx < content-length: 49 < connection: keep-alive * http error before end of send, stop sending < { "message": "domain not found: mg.yayatv.tv"
on dashboard details, clicked "checkdnsrecordsnow" button "mg.mydomain" , got 5 green checks verfys on :
txt hostname txt mailo._domainkey.mg.yayatv.tv mx 10 mxa mx 10 mxb cname email.mg.yayatv.tv
dig stdout ....
2$ dig mg.yayatv.tv ; <<>> dig 9.10.3-p4-ubuntu <<>> mg.yayatv.tv ;; global options: +cmd ;; got answer: ;; ->>header<<- opcode: query, status: nxdomain, id: 50324 ;; flags: qr rd ra; query: 1, answer: 0, authority: 1, additional: 1 ;; opt pseudosection: ; edns: version: 0, flags:; udp: 4096 ;; question section: ;all. in ;; authority section: . 2169 in soa a.root-servers.net. nstld.verisign-grs.com. 2017040701 1800 900 604800 86400 ;; query time: 2 msec ;; server: 127.0.1.1#53(127.0.1.1) ;; when: fri apr 07 14:22:25 pdt 2017 ;; msg size rcvd: 107 ;; got answer: ;; ->>header<<- opcode: query, status: noerror, id: 25800 ;; flags: qr rd ra; query: 1, answer: 1, authority: 0, additional: 1 ;; opt pseudosection: ; edns: version: 0, flags:; udp: 4096 ;; question section: ;mg.yayatv.tv. in ;; answer section: mg.yayatv.tv. 3600 in 216.250.121.52 ;; query time: 104 msec
its been 24 hours since dns @ registrar updated ( txt , mx , cname )
what do????
Comments
Post a Comment