- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Sendmail issue
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
12-04-2001 06:15 AM
12-04-2001 06:15 AM
Sendmail issue
Output from "/sbin/rc2.d/S540sendmail start":
Warning: local host name (sys_name) is not qualified; fix$j in config file /etc/mail/aliases: 6 aliases, longest 9 bytes, 76 bytes total
sendmail
Has anybody come accross this before ?
Cheers
Paul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2001 06:30 AM
12-04-2001 06:30 AM
Re: Sendmail issue
a quote from the (very well documented) /etc/mail/sendmail.cf:
# For example, if you see this warning: #
# #
# WARNING: local host name (sys1) is not qualified; fix $j in config file #
# #
# then you need to uncomment the Dj macro and add your domain. #
# #
# Change the line: #
# #Dj$w.Foo.COM #
# to #
# Dj$w.hp.com
(well, I don't know how good it will look, pasted from the file, but anyway, dig in /etc/mail/sendmail.cf, look for the error you got and do what they say :) )
E.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2001 06:33 AM
12-04-2001 06:33 AM
Re: Sendmail issue
sendmail *should* be able to work out what "j" equates to, if it can't you need to set it in your sendmail.cf
Djmachine.company.com
OR
Dj$w.$m (if w and m are known).
$w is the hostname
$m is the domainname
Run /usr/lib/sendmail -d0.1 to see what sendmail thinks.
Rgds, Robin.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2001 06:36 AM
12-04-2001 06:36 AM
Re: Sendmail issue
domain yourdomain.com
or
search somedomains.com anotherdomain.com
C
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2001 06:42 AM
12-04-2001 06:42 AM
Re: Sendmail issue
Update your /etc/hosts file to indicate
IP hostname hostname.domain.com
If you are using DNS, make sure nslookup returns FQDN.
-HTH
Ramesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2001 06:47 AM
12-04-2001 06:47 AM
Re: Sendmail issue
Hi,
Check for etc/hosts file for Full qulified domain name for your server. Change it if not.
Secondly edit /etc/mail/sendmail.cf file look for dj and put FQDN infront of it (servername.domain name) then restart the sendmail by
sbin/init.d/sendmail start
Goodluck,
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2001 07:04 AM
12-04-2001 07:04 AM