- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: sendmail .. UGGGGGGGG !
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-18-2000 02:36 PM
12-18-2000 02:36 PM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2000 02:56 PM
12-18-2000 02:56 PM
Re: sendmail .. UGGGGGGGG !
UGGGG is right, but let me see if I can help! What are your symptoms, and is there anything in your /var/adm/syslog/mail.log that would help pin down the problem?
Mo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2000 03:09 PM
12-18-2000 03:09 PM
Re: sendmail .. UGGGGGGGG !
ort name
Dec 18 16:51:54 hercules sendmail[7816]: be sure to set domain name in Dj macro in sendmail.cf
Dec 18 16:52:43 hercules sendmail[7819]: unable to qualify my own domain name (hercules) -- using sh
ort name
Dec 18 16:52:43 hercules sendmail[7819]: be sure to set domain name in Dj macro in sendmail.cf
Dec 18 16:53:48 hercules sendmail[7823]: unable to qualify my own domain name (hercules) -- using sh
ort name
Dec 18 16:53:48 hercules sendmail[7823]: be sure to set domain name in Dj macro in sendmail.cf
Dec 18 16:55:37 hercules sendmail[7828]: unable to qualify my own domain name (hercules) -- using sh
ort name
Dec 18 16:55:37 hercules sendmail[7828]: be sure to set domain name in Dj macro in sendmail.cf
Dec 18 16:55:55 hercules sendmail[7830]: unable to qualify my own domain name (hercules) -- using sh
ort name
Dec 18 16:55:55 hercules sendmail[7830]: be sure to set domain name in Dj macro in sendmail.cf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2000 03:36 PM
12-18-2000 03:36 PM
Re: sendmail .. UGGGGGGGG !
Did you set your 'Dj' macro? and did you stop/start your sendmail daemon after doing so? BTW, I'm having some trouble getting back to this thread, feel free to email me at
mbgunkel@upslogistics.com instead.
Mo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2000 12:34 AM
12-19-2000 12:34 AM
Re: sendmail .. UGGGGGGGG !
unable to qualify is not a sendmail prob.
you need to add an /etc/host entry
hercules.mydomain.anywhere
to make this message disappear.
HTH
Volker
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2000 12:52 AM
12-19-2000 12:52 AM
Re: sendmail .. UGGGGGGGG !
Do a nslookup on hostname and ip-address, both should return the Fully Qualified Domain name.
/etc/hosts:
/etc/mail/sendmail.fc
localhost
FQDN
alias
Check your Dj Macro in sendmail.cf, if it's set correct.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2000 01:07 AM
12-19-2000 01:07 AM
SolutionUpdate your /etc/hosts as follows:
ip.add.re.ss hp.com hp.
If you are not using DNS update the /etc/nsswitch.conf as follows:
hosts file
Stop and start sendmail (/sbin/init.d/sendmail stop/start)