- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Checking and enabling the SMTP service
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
Discussions
Discussions
Discussions
Forums
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
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
тАО03-07-2006 04:04 AM
тАО03-07-2006 04:04 AM
I have checked the parameter SENDMAIL_SERVER in /etc/rc.config.d/mailservs, its value is 1. Is there something else I have to check?
Solved! Go to Solution.
- Tags:
- SMTP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-07-2006 04:39 AM
тАО03-07-2006 04:39 AM
SolutionOne more thing.
Either reboot your box(not needed)
or:
/sbin/init.d/sendmail start
This will enable sendmail to receive mail. It was already capable of sending it.
There are many configuration issues that will impact how you receive mail, but you'll need to do this step before we can work on this.
HP meayaim oty?
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
тАО03-07-2006 04:44 AM
тАО03-07-2006 04:44 AM
Re: Checking and enabling the SMTP service
ps -ef |grep sendmail
Check /var/adm/syslog/maillog
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-07-2006 07:16 AM
тАО03-07-2006 07:16 AM
Re: Checking and enabling the SMTP service
ps -ef|grep sendmail
root 1208 1 0 Nov 27 ? 65:17 sendmail: accepting connections on port 25
After that, the command "sendmail start" was executed with the next results:
sendmail start
start... User unknown
During this step, the cursor continue blinking, it could be there is not a valid configuration for sendmail.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-07-2006 07:24 AM
тАО03-07-2006 07:24 AM
Re: Checking and enabling the SMTP service
However, if it hadn't been started, you'd need to run "/sbin/init.d/sendmail start". Note the fully qualified path. This is the start/stop script that gets run at system boot/halt time. Running "sendmail start" attempts to run the actual sendmail executable in /usr/sbin with argument "start" as the recipient of an email message, which doesn't exist on your system as it complained. You get the "cursor blinking" because it's expecting some input from stdin (the keyboard, in this case) until an end-of-file (Ctrl-D) is entered on a line by itself as the email body.
Jeff Traigle