amiklas
Joined: 13 May 2009
Posts: 1
|
| Posted: Wed May 13, 2009 9:33 pm Post subject: Wildcard MX Entries |
|
|
Hi all,
Has anyone had any luck entering a MX record with a wildcard into the Linode DNS panel?
When I try to enter a subdomain of "*" or "*.pagerduty.com", I get this error: "You have entered an invalid subdomain hostname."
Basically, I'm trying to use Linode to put a record like this into my DNS record:
* MX 10 mail.pagerduty.com. |
|
Vance
Joined: 18 Jan 2009
Posts: 350
|
| Posted: Fri May 15, 2009 8:33 am Post subject: |
|
|
Don't use a wildcard, just leave the field blank. You'll end up with:
Code: pagerduty.com. IN MX 10 mail.pagerduty.com.
These may be useful: http://rscott.org/dns/mx.html , http://tools.ietf.org/html/rfc1912#section-2.7 |
|