- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- mailx not sending to a pager
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
10-06-2004 07:11 AM
10-06-2004 07:11 AM
echo "test"|mailx -s "test" "phone number@page.nextel.com"
Never get paged.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2004 07:19 AM
10-06-2004 07:19 AM
Re: mailx not sending to a pager
mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2004 07:21 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2004 07:22 AM
10-06-2004 07:22 AM
Re: mailx not sending to a pager
Based on the info you've given it could be most any reason. There's lots you haven't said about your troubleshooting so far.
Jeff Traigle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2004 07:23 AM
10-06-2004 07:23 AM
Re: mailx not sending to a pager
--> Check mailq, /var/adm/syslog/mail.log
Does it get blocked at smart relay-if you use one??
--> Check the logs on smart relay.
telnet to port 25, Once connecetd,
expn "email_Address
Can you expand the mail alias??
--> /usr/sbin/expand_alias "email_Address"
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2004 07:36 AM
10-06-2004 07:36 AM
Re: mailx not sending to a pager
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2004 07:44 AM
10-06-2004 07:44 AM
Re: mailx not sending to a pager
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2004 07:44 AM
10-06-2004 07:44 AM
Re: mailx not sending to a pager
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2004 07:45 AM
10-06-2004 07:45 AM
Re: mailx not sending to a pager
grep -i ^DS /etc/mail/sendmail.cf
this should have a valid sendmail server.
You may try restarting sedmail once.
Thanks
Prashant
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2004 07:48 AM
10-06-2004 07:48 AM
Re: mailx not sending to a pager
Jeff Traigle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2004 07:57 AM
10-06-2004 07:57 AM
Re: mailx not sending to a pager
Jeff Traigle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2004 02:06 PM
10-06-2004 02:06 PM
Re: mailx not sending to a pager
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2004 01:24 AM
10-07-2004 01:24 AM
Re: mailx not sending to a pager
Two things: make sure that the mail server that the HP system is sending the non-system mail to (mail no for login IDs on the HP box) knows about your ISPs DNS servers. If the DNS that your mail system is using doesn't have your ISPs DNS boxes in its forwarders list, mail isn't going to go anywhere.
Second, edit the sendmail.cf file and in the DM entry put your domain name. The will remove the host name from the "from" info in the mail and eliminate any issues with your ISP's DNS not having your system listed.
mark