- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- domain name (bis)
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
07-11-2002 04:36 AM
07-11-2002 04:36 AM
I have updated hosts file
(ip hostname hostname)
When i restart sendmail i have a new mesg
"WARNING: local host name (louv-dev) is not qualified; fix $j in config file /etc/mail/aliases: 6 aliases, longest 9 bytes, 76 bytes total"
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2002 04:47 AM
07-11-2002 04:47 AM
Re: domain name (bis)
like a.b.com etc.
Then update Dj macro in /etc/mail/sendmail.cf
file.
Restart sendmail.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2002 04:58 AM
07-11-2002 04:58 AM
Re: domain name (bis)
try add alias in /etc/hosts like :
192.168.0.3 foo foo.
or
192.168.0.3 foo foo.mydomain.nul
and stop and start the sendmail.
The default comportement of sendmail is working with DNS.
Jean-Yves
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2002 05:29 AM
07-11-2002 05:29 AM
Solutionthe entry should be like
ip hostname hostname.com
Now in your /etc/mail/sendmail.cf file
search for $j
make an entry like
add hostname.com to Dj$w
Dj$w.hostname.com
This will remove the warning messages.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2002 05:31 AM
07-11-2002 05:31 AM
Re: domain name (bis)
use
#set_parms addl_netwrk
which will be interactive
so you can add your domain name.
Now add that entry in your
/etc/mail/sendmail.cf file
after Dj$w.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2002 05:32 AM
07-11-2002 05:32 AM
Re: domain name (bis)
If you send sendmail with -v (verbose ) option than you can find out what is the problem
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2002 05:58 AM
07-11-2002 05:58 AM
Re: domain name (bis)
If you don't have DNS configured nor you want to use DNS, you can still configure your sendmail to use only /etc/hosts file.
Try this link on how to configure /etc/hosts only for sendmail.
http://support1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000009872635
Hope this helps.
Regds