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
04-01-2002 11:23 AM
04-01-2002 11:23 AM
Sendmail
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2002 11:26 AM
04-01-2002 11:26 AM
Re: Sendmail
in /etc/mail/sendmail.cf
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
where hp.com would be the name of your domain. Then that warning
message will go away.
Richard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2002 11:28 AM
04-01-2002 11:28 AM
Re: Sendmail
in /etc/hosts/, add an alias oh your server
example is hpux your host name add on the same line hpux.hpux.it
and restart sendmail /sbin/initd/sendmail stop
/sbin/initd/sendmail start
and you don't receive unable......
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2002 11:51 AM
04-01-2002 11:51 AM
Re: Sendmail
HTH
mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2002 12:05 PM
04-01-2002 12:05 PM
Re: Sendmail
If you're gettiing that msg @ boot time. You need to setup your fully qualified EX:
host.domain.com
as an alias in your /etc/hosts file.
Just add it after the host name - on the same line - with some white space between them.
If it's when you actually mail the above entries will solve your problem.
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2002 12:28 PM
04-01-2002 12:28 PM
Re: Sendmail
As suggested by Richard, edit the file /etc/mail/sendmail.cf and change the entry suggested by Richard. Then restart sendmail.
/sbin/init.d/sendmail stop
/sbin/init.d/sendmail start
Hope this helps.
Regds