The proper format of an MX record often follows the example below:
| yourdomain.com | MX | 1 mail.yourdomain.com |
| mail.yourdomain.com | A | 127.0.0.1 |
If you telnet to port 25 of that IP using "telnet mail.yourdomain.com smtp" you should see 220 and then a hostname. If possible, use the hostname from the 220 greeting message rather than inventing a new mail.yourdomain.com name.
If you have a backup mailserver, you might use something like this:
| yourdomain.com | MX | 1 mail.yourdomain.com |
| yourdomain.com | MX | 2 mail2.yourdomain.com |
| mail.yourdomain.com | A | 127.0.0.1 |
| mail2.yourdomain.com | A | 127.0.0.2 |
MX records only affect mail delivery. They have no effect on HTTP, FTP, or any other protocol besides SMTP.
NOTES:
Q: Is it possible to redirect all the emails sent to @mydomain.com to my personnal @hotmail.com or @yahoo.com or @aol.com email address???
A: No, that feature is not supported by EveryDNS at this time.