- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: HP-UX not send e-mail
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
09-27-2007 02:25 AM
09-27-2007 02:25 AM
/etc/mail/sendmail.cf: line 692: fileclass: cannot open /etc/mail/sendmail.cw: World writable directory
what I can make?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2007 02:40 AM
09-27-2007 02:40 AM
SolutionDo the following:
# chmod 755 /etc/mail
# /sbin/init.d/sendmail stop
# /sbin/init.d/sendmail start
Then try sending mail again.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2007 02:43 AM
09-27-2007 02:43 AM
Re: HP-UX not send e-mail
Are your /etc permissions well?, normally it should be 555:
Regards;
J. Bravo.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2007 02:49 AM
09-27-2007 02:49 AM
Re: HP-UX not send e-mail
K7-5470:/etc>/sbin/init.d/sendmail start
/etc/mail/sendmail.cf: line 692: fileclass: cannot open /etc/mail/sendmail.cw: W
orld writable directory
WARNING: World writable directory /var
451 /etc/mail/sendmail.cf: line 692: fileclass: cannot open /etc/mail/sendmail.c
w: World writable directory
K7-5470:/etc>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2007 03:05 AM
09-27-2007 03:05 AM
Re: HP-UX not send e-mail
1. Change the parameter in /etc/opt/omni/server/options/
vi global
SMTP server=smtp server
SMTPSERVER=smtp-
SMTPSenderAddress=username_cell_manager@hostname
# SMTP server for sending emails.
# default:
# SMTP sender address also acts as reply-to address. If you want
# to control replies to reporting or notification mails, change
# sender address to some fixed controlled address.
2. Just change the e-mail to use e-mail(SMTP
Good luck
Johnny M.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2007 04:14 AM
09-29-2007 04:14 AM
Re: HP-UX not send e-mail
Thanks to all, and i resolve this problem setting the 555 permission on the /etc