- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- sendmail rc.log error
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
02-13-2002 02:36 AM
02-13-2002 02:36 AM
sendmail rc.log error
Our starting process fails with sendmail daemon:
Starting mail daemon
Output from "/sbin/rc2.d/S540sendmail start":
----------------------------
WARNING: local host name (contal17) is not qualified; fix $j in config file
WARNING: writable directory /etc
WARNING: writable directory /etc
/etc/mail/aliases: 6 aliases, longest 9 bytes, 76 bytes total
sendmail
Does anyone know how to fix it?
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2002 02:42 AM
02-13-2002 02:42 AM
Re: sendmail rc.log error
1) /etc should be
dr-xr-xr-x 25 bin bin 5120 Jul 6 2001 /etc
2)Non qualified name
a)I always recommend a copy of each original
file by copying to a backup file name, "just in case"...)
2b. /etc/mail/sendmail.cf file:
Modify "Dj" to "Dj$w".
2c. /etc/hosts file:
For the local host, include a "." for the alias; for example, if "host1" is the local host, enter:
2d. Restart SendMail.
3. If you are only using hosts consider setting up DNS
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2002 02:47 AM
02-13-2002 02:47 AM
Re: sendmail rc.log error
First U check up Ur hostname is fully qualified or not. Then check up the configuration /etc/rc.config.d/mailservs and the alias list from /etc/mail/alias file. After correcting these please try starting sendmail daemon manually. For that follow this
#cd /sbin/init.d
#sendmail start
Best of luck
Shahul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2002 02:58 AM
02-13-2002 02:58 AM
Re: sendmail rc.log error
1) In the /etc/hosts file
define an alias for your
host like :
xx.xx.xx.xx contal17 contal17.
Make sure there is a point
after the hostname.
Next change Dj$w.Foo.COM
in the sendmail.cf to
Dj$w.
2) make sure the permissions
for /etc are the default ones "dr-xr-xr-x"
Restart your sendmail daemon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2002 03:24 AM
02-13-2002 03:24 AM
Re: sendmail rc.log error
# my official domain name
# ... define this only if sendmail cannot automatically determine your domain
#Dj$w.Foo.COM
to
# my official domain name
# ... define this only if sendmail cannot automatically determine your domain
Dj$w.yourdomain.com
then restart sendmail.
GL,
C