- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- IP address changing and sendmail related?
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-18-2004 01:26 AM
05-18-2004 01:26 AM
IP address changing and sendmail related?
"WARNING: local host name (smsc3) is not qualified; fix $j in config file
/etc/mail/aliases: 8 aliases, longest 41 bytes, 132 bytes total"
Kindly give me the advise..
/etc/hosts already defined smsc 192.168.9.99
also, run the command hostname, the result I got "smsc3".
when I check the /var/adm/syslog/mail.log
I found the error "gethostbyaddr(192.168.9.1) failed:"
Actually, I used the set host ipaddress as "192.168.9.1", now I changed it to "192.168.9.99" So any change has to be done with sendmail application?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2004 01:41 AM
05-18-2004 01:41 AM
Re: IP address changing and sendmail related?
Change the line:
#Dj$w.Foo.COM
to
Dj$w.
(put in your domain instead of
Once thats done, restart sendmail (/sbin/init.d/sendmail stop;/sbin/init.d/sendmail start).
David
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2004 01:57 AM
05-18-2004 01:57 AM
Re: IP address changing and sendmail related?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2004 05:19 AM
05-18-2004 05:19 AM
Re: IP address changing and sendmail related?
create the file /etc/resolv.conf and specify a domain
OR
add an alias to the host file with the FQN
192.168.9.99 smsc3 smsc3.YOUR.DOMAIN
OR
configure explicity the sendmail through the macro $j as David told
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2004 05:58 PM
05-18-2004 05:58 PM
Re: IP address changing and sendmail related?
192.168.9.99 hostname.domain alias
I dont suggest to change sendmail.cf because you hat ve take care better in upgrade...