- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Sendmail Problem...
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
08-02-2006 10:44 PM
08-02-2006 10:44 PM
Sendmail Problem...
#/sbin/init.d/sendmail stop
Sendmail pid is 468
Killing sendmail
Please wait .....
Sendmail killed.
#/sbin/init.d/sendmail start
WARNING: local host name (
/etc/mail/aliases: 8 aliases, longest 25 bytes, 121 bytes total
sendmail
#
Where i must set this parameter?
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2006 10:54 PM
08-02-2006 10:54 PM
Re: Sendmail Problem...
from:
http://docs.hp.com/en/B2355-90685/ch04s11.html
Setting Your Domain Name
If sendmail cannot resolve your domain name, you may see the following warning message in your syslog file:
WARNING: local host name name is not qualified; fix $j in config file
To resolve this problem, do one of the following:
In the /etc/mail/sendmail.cf file, uncomment the following line by deleting the pound sign (#) at the beginning of the line:
Dj$w.Foo.COM
Change "Foo.COM" to the name of your domain (for example, "HP.COM").
Modify the /etc/hosts file, making sure that the fully-qualified name of the system is listed first. For example, the entry in the file should be "255.255.255.255 dog.cup.hp.com dog" and not "255.255.255.255 dog dog.cup.hp.com."
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2006 10:58 PM
08-02-2006 10:58 PM
Re: Sendmail Problem...
Few ways.
1) Make the host name of your system fully qualified and provide support for it on the public internet if mails need to be received there. To make the hostname fully qualified. change server to server.your.net in /etc/rc.config.d/netconf
2)Set the Dj directive in sendmail.cf and restart sendmail.
3)Ignore the error and provide fdqn support in /etc/hosts and/or your DNS database.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2006 11:25 PM
08-02-2006 11:25 PM
Re: Sendmail Problem...
How i can do?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2006 12:31 AM
08-03-2006 12:31 AM
Re: Sendmail Problem...
did you other threads solution
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1048355
fix your problem here as well ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2006 12:46 AM
08-03-2006 12:46 AM
Re: Sendmail Problem...
Was a domain problem.
Thanks! :)