- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: fully qualified domain name
Categories
Company
Local Language
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
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
Community
Resources
Forums
Blogs
- 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
05-25-2003 09:45 PM
05-25-2003 09:45 PM
It has been seen on my mail server that the mails coming from my K360/HP-UX 10.20 server is coming with the hostname(root@raineir) and not with the fully qualified domain name(root@raineir@abc.com)and hence the mails are rejected.
How can I change the hostname to the fully qualified domain name?
Any thing needs to be done to the /etc/mail/sendmail.cf to send mail with the FQDN?
What should be the entry in the /etc/hosts file?
Thanks,
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2003 09:58 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2003 10:04 PM
05-25-2003 10:04 PM
Re: fully qualified domain name
Dj$w
in the /etc/mail/sendmail.cf file
This should enable the FQDN
Restart sendmail using
/sbin/init.d/sendmail stop
/sbin/init.d/sendmail start
Revert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2003 10:41 PM
05-25-2003 10:41 PM
Re: fully qualified domain name
Do you mean sendmail.cf or sendmail.cw? .
regards
mB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2003 10:53 PM
05-25-2003 10:53 PM
Re: fully qualified domain name
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2003 03:04 AM
05-26-2003 03:04 AM
Re: fully qualified domain name
The hostname entry in /etc/host shouls be like this.
for e.g
172.17.1.1 rajesh rajesh.hp.com
This will help your problem.
Regards,
Rajesh G.