HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to add a MX record in the DNS server?
Operating System - HP-UX
1834397
Members
2465
Online
110067
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2001 06:21 PM
12-23-2001 06:21 PM
As title.
It's not said in any book I've found.
So I come here to ask the best book in the world -- YOU !
Thanks in advance!
/Discoverer
It's not said in any book I've found.
So I come here to ask the best book in the world -- YOU !
Thanks in advance!
/Discoverer
Listen, then discover, then succeed!
Solved! Go to Solution.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2001 07:02 PM
12-23-2001 07:02 PM
Solution
Hi,
In the master DNS database file, add an MX record for the domain you want to receive the email. You can add just one line, as in the following:
MX 10 mailhost
The above example specifies that the host with the name mailhost is designated to receive all the mail addressed to this domain. If the domain name is mydomain.com, any mail message with the address user@mydomain.com will now be delivered to user@mailhost.mydomain.com.
You can also set up multiple MX records, as in the following:
MX 10 mailhost
MX 100 mailhost.abc.sg.
MX 200 www.def.sg.
The reason for setting up multiple MX records is for a reliable mail delivery. If the primary mail server is down, the mail message will be temporaily sent to another mail server designated by the MX record. In the above example, if the primary mail server mailhost.mycomain.com does not respond, a delivery will be attempted to the host mailhost.king.co.kr. If that host is also down, then another attemp to the host www.netkorea.com will be made. The number associated with each MX record specifies the priority of the mail servers.
Hope this helps. Regards.
Steven Sim Kok Leong
Brainbench MVP for Unix Admin
http://www.brainbench.com
In the master DNS database file, add an MX record for the domain you want to receive the email. You can add just one line, as in the following:
MX 10 mailhost
The above example specifies that the host with the name mailhost is designated to receive all the mail addressed to this domain. If the domain name is mydomain.com, any mail message with the address user@mydomain.com will now be delivered to user@mailhost.mydomain.com.
You can also set up multiple MX records, as in the following:
MX 10 mailhost
MX 100 mailhost.abc.sg.
MX 200 www.def.sg.
The reason for setting up multiple MX records is for a reliable mail delivery. If the primary mail server is down, the mail message will be temporaily sent to another mail server designated by the MX record. In the above example, if the primary mail server mailhost.mycomain.com does not respond, a delivery will be attempted to the host mailhost.king.co.kr. If that host is also down, then another attemp to the host www.netkorea.com will be made. The number associated with each MX record specifies the priority of the mail servers.
Hope this helps. Regards.
Steven Sim Kok Leong
Brainbench MVP for Unix Admin
http://www.brainbench.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-24-2001 02:12 AM
12-24-2001 02:12 AM
Re: How to add a MX record in the DNS server?
Hello discoverer,
in addition to whta Steven wrote, do not forget to send a signal "HUP" to the running "named" (or "bind") to make it re-read the database files...
HTH,
Wodisch
in addition to whta Steven wrote, do not forget to send a signal "HUP" to the running "named" (or "bind") to make it re-read the database files...
HTH,
Wodisch
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP