- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Sending a message from server to celular phone
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
12-20-2005 10:56 AM
12-20-2005 10:56 AM
I know i must use elm or mailx command but i don't know how redirect to celular telephone.
Thanks !!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2005 10:59 AM
12-20-2005 10:59 AM
Solutionsuppose you have your pager no ready , say phoneno@cellular_domain.com
And if your system configured to have fullly qualified domain name, like you can send message to internet or any domain , certainly you can send message with mailx.
# echo "Test message " | mailx -s " My test message to Cellphone" phoneno@cellular_domain.com
Cheers,
Raj.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2005 11:17 AM
12-20-2005 11:17 AM
Re: Sending a message from server to celular phone
to know the domain, for example:
Domain is ipatito.com
do i must execute traceroute command from my server to obtain the ip, is correct?
Thanks,Manuales.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2005 11:21 AM
12-20-2005 11:21 AM
Re: Sending a message from server to celular phone
You can just try sending an email to your yahoo or homail account , using mailx.
Also check your Cellular service provider , as what is the suffix need to add to send message from internet to your cell.
Cheeers,
Raj.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2005 11:26 AM
12-20-2005 11:26 AM
Re: Sending a message from server to celular phone
what do i must review about configuration? this is because in another servers i can not send the message ...
Thanks, Manuales.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2005 11:34 AM
12-20-2005 11:34 AM
Re: Sending a message from server to celular phone
i) DNS is configured
ii) sendmailis running ,
iii)check mailservs file
i) check /etc/resolv.conf
/etc/nsswitch.conf
ii) ps -ef | grep send
iii) cat /etc/rc.config.d/mailservs
export SENDMAIL_SERVER=1 # check
Cheers,
Raj.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2005 11:37 AM
12-20-2005 11:37 AM
Re: Sending a message from server to celular phone
for more details for sendmail,
check this link:
http://docs.hp.com/en/5991-4829/ch02s01.html#ceedgbih
--------------------------
NOTE: you point asssignment inthis forum found to be very poor:
I have assigned points to 108 of 245 responses to my questions.
Try to make it 245 or 245, and get many responses ,and make your forum profile better.
Enjoy foruming ,
Cheers,
Raj.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2005 11:38 AM
12-20-2005 11:38 AM
Re: Sending a message from server to celular phone
for more details for sendmail,
check this link:
http://docs.hp.com/en/5991-4829/ch02s01.html#ceedgbih
--------------------------
NOTE: your point asssignments in this forum found to be quite poor:
I have assigned points to 108 of 245 responses to my questions.
Try to make it 245 or 245, and get many responses ,and make your forum profile better.
Enjoy foruming ,
Cheers,
Raj.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2005 08:39 AM
12-27-2005 08:39 AM
Re: Sending a message from server to celular phone
what configure file do i must check?
this is because i need send mesage to cellular but i can not receive it !!!
it has next message:
root@server1 # mailq | more
Mail Queue (3 requests)
--Q-ID-- --Size-- -----Q-Time----- ------------Sender/Recipient------------
PAA12348 33 Tue Dec 27 15:26 user1
(Deferred: Connection timed out with dante.enterprise.co)
1234567891@patito.com
PAA12527 33 Tue Dec 27 15:26 user1
(Deferred: Connection timed out with dante.enterprise.co)
1234567891@patito.com
PAA05227 33 Tue Dec 27 15:10 user1
(Deferred: Connection timed out with dante.enterprise.co)
1234567891@patito.com
Thanks, Manuales.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2005 03:06 PM
12-27-2005 03:06 PM
Re: Sending a message from server to celular phone
Please go through the attached documents for verifying your sendmail installation.
Your DNS should be configured ( verify /etc/resolv.conf & /etc/nsswitch), & do a nslookup to the domain for checking.
shameer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2005 03:09 PM
12-27-2005 03:09 PM
Re: Sending a message from server to celular phone
Please find one more document, which is having more details.
shameer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2006 12:03 PM
04-13-2006 12:03 PM
Re: Sending a message from server to celular phone
you know .. i can not open file attached, can you loaded again or put information here? please !!! :0)
Manuales.