- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- sendmail not working
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
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
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-10-2009 08:52 AM
тАО09-10-2009 08:52 AM
sendmail not working
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-10-2009 08:57 AM
тАО09-10-2009 08:57 AM
Re: sendmail not working
You can check if sendmail daemon is running,
# ps -ef | grep -i sendmail
Also further you can stop and start sendmail:
# cd /sbin/init.d/
# ./sendmail stop
# ./sendmail start
-then check sendemail process.
-Try with a test mail:
# echo " This is test" | mailx -s "Test sendmail" youremail@domain.com
- Check qith mailq if mails are queued or moving,
Cheers,
Raj.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-10-2009 11:24 AM
тАО09-10-2009 11:24 AM
Re: sendmail not working
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-10-2009 11:58 AM
тАО09-10-2009 11:58 AM
Re: sendmail not working
if you post the screen capture from:
echo test | sendmail -v myemail@mycompany.com
it might help figuring out where the email relay is getting blocked
also another useful command output would be:
grep ^DS /etc/mail/sendmail.cf
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-11-2009 02:25 PM
тАО09-11-2009 02:25 PM
Re: sendmail not working
Also make suer and to check if the mails are receving by the mail relay server and able to process further,
Log in to the mail relay server:
Relay server can be found by:
#cat /etc/mail/sendmail.cf | gerp ^DS
-and check the mail log file: /etc/mail/log file on the relay server(Usualy for linux mail relay server).
Hth,
Raj.