This shows you the differences between two versions of the page.
| — | faq:vhost02 [2011/04/30 19:12] (current) – created georg | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | < | ||
| + | [02] WHAT ARE THE DIFFERENT DNS RECORD TYPES? | ||
| + | This is a pretty quick and basic description. | ||
| + | | ||
| + | | ||
| + | |||
| + | | ||
| + | portion of the DNS database to understand. | ||
| + | care of this record for you. | ||
| + | |||
| + | | ||
| + | |||
| + | | ||
| + | domain/ | ||
| + | MX host to specify preference (typically 75 for | ||
| + | a primary, and 100 for a secondary) | ||
| + | |||
| + | | ||
| + | |||
| + | A typical database (without the SOA) might look like this: | ||
| + | |||
| + | | ||
| + | |||
| + | | ||
| + | IN MX 75 | ||
| + | IN MX 100 | ||
| + | | ||
| + | |||
| + | | ||
| + | the $ORIGIN is a tag in the database, which tells the nameserver | ||
| + | that all information following needs to have ' | ||
| + | | ||
| + | of just ' | ||
| + | |||
| + | In the above example, host ' | ||
| + | its favourite mail exchanger is itself. | ||
| + | is unavailable, | ||
| + | ' | ||
| + | |||
| + | Host ' | ||
| + | you could of just had another A and MX records for ' | ||
| + | the most efficient and clean way to build your database. | ||
| + | </ | ||
| + | [[faq: | ||