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-01-2006 08:10 AM
08-01-2006 08:10 AM
i mean, i need to use mail command but it looks the following message into a log:
PROBLEMS-A: is not running: sendmail: accepting connections on port 25 user: root id: 1
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2006 08:14 AM
08-01-2006 08:14 AM
Solution/sbin/init.d/sendmail start
vi /etc/rc.config.d/sendmail
Set the first variable to 1
The first action will start it immediately. The second will insure sendmail is running at boot.
Running sendmail represents a significant security hazard.
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-01-2006 08:17 AM
08-01-2006 08:17 AM
Re: Sendmail
To enable sendmail as a daemon:
edit /etc/rc.config.d/mailservs and set
export SENDMAIL_SERVER=1
and save the file.
You will probably need to set a few values in /etc/mail/sendmail.cf; the file is heavily commented so read through it. A few that may net to be set are "DS" (Smart Relay) and "Dj" (Domain). You may also require MX entries in your DNS tables. Finally, /sbin/init.d/sendmail start and you are up and running.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2006 08:18 AM
08-01-2006 08:18 AM
Re: Sendmail
Sendmail does not have to be running as a daemon to be able to use 'mailx' to send outgoing mail. From the message you posted, however, I would assume that it is.
Please post exactly what you did and what your expected result was to be.
The '/var/adm/syslog/mail.log' can be very helpful.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2006 08:20 AM
08-01-2006 08:20 AM
Re: Sendmail
Sendmail security has been tightening and on certain Linux releases I've been forced to run the daemon simply to get localhost to accept mail and transfer it.
Your OS and sendmail version would be helpful.
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-03-2006 06:13 AM
08-03-2006 06:13 AM
Re: Sendmail
unix>/sbin/init.d/sendmail start
/etc/mail/sendmail.cf: line 690: fileclass: cannot open /etc/mail/sendmail.cw: World writable directory
451 /etc/mail/sendmail.cf: line 690: fileclass: cannot open /etc/mail/sendmail.cw: World writable directory
why?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2006 06:41 AM
08-03-2006 06:41 AM