- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- sendmail 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
08-17-2005 04:56 PM
08-17-2005 04:56 PM
Error message when use sendmail command
----------------------------------------
#/usr/sbin/sendmail -v ZZZ@rtp.com
sh: rtp.com: not found
----------------------------------------
Help me!!!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2005 05:22 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2005 06:06 PM
08-17-2005 06:06 PM
Re: sendmail error...
#nslookup -type=mx rtp.com
Also edit /etc/mail/sendmail.cf (or /etc/sendmail.cf depending on the version/build of sendmail) and set DS, DH, and DR to your exchange server. Also set DM to $m (domain name) for good measure.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2005 06:29 PM
08-17-2005 06:29 PM
Re: sendmail error...
I executed command : nslookup -type=mx rpt.com
-----------------------------------
# nslookup -type=mx rpt.com
Name Server: dns.rpt.com
Address: 10.50.10.5
rpt.com preference = 100, mail exchanger = relay.cs.nuri.net
rpt.com preference = 0, mail exchanger = antispam2.rpt.com
rpt.com preference = 0, mail exchanger = antispam1.rpt.com
relay.cs.nuri.net internet address = 203.255.x.x
antispam2.rpt.com internet address = 203.238.x.25
antispam1.rpt.com internet address = 203.238.x.24
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2005 07:03 PM
08-17-2005 07:03 PM
Re: sendmail error...
sh:rtp.com: not found, means it is assuming rtp.com as a command which doesn't exist.
Are you trying this on HPUX. Can you verify the file permissions of /usr/sbin/sendmail and also try executing this command
echo test|/usr/sbin/sendmail -v ZZZ@rtp.com
what does it give?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2005 09:20 PM
08-17-2005 09:20 PM
Re: sendmail error...
I found the error.
The problem was environment file (.profile)
could not found
Thanks for yours help.....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2005 10:13 PM
08-17-2005 10:13 PM
Re: sendmail error...
If you try you can able to send mails.
hth.