Operating System - HP-UX
1834481 Members
3320 Online
110067 Solutions
New Discussion

Re: Sending a message from server to celular phone

 
SOLVED
Go to solution
Manuales
Super Advisor

Sending a message from server to celular phone

How can i send a message from OS hp-ux to a celular telephone ?

I know i must use elm or mailx command but i don't know how redirect to celular telephone.
Thanks !!
11 REPLIES 11
Raj D.
Honored Contributor
Solution

Re: Sending a message from server to celular phone

Hi Manuales ,

suppose 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.
" If u think u can , If u think u cannot , - You are always Right . "
Manuales
Super Advisor

Re: Sending a message from server to celular phone

Thanks Raj...

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.
Raj D.
Honored Contributor

Re: Sending a message from server to celular phone

Not necessary to get ip. If your server can ping the host and sendmail is configured , if you can send outgoing message you can send it.

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.
" If u think u can , If u think u cannot , - You are always Right . "
Manuales
Super Advisor

Re: Sending a message from server to celular phone

thanks !!! that's o.k.

what do i must review about configuration? this is because in another servers i can not send the message ...

Thanks, Manuales.
Raj D.
Honored Contributor

Re: Sending a message from server to celular phone

Check if
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.

" If u think u can , If u think u cannot , - You are always Right . "
Raj D.
Honored Contributor

Re: Sending a message from server to celular phone

Manuales ,

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.



" If u think u can , If u think u cannot , - You are always Right . "
Raj D.
Honored Contributor

Re: Sending a message from server to celular phone

Manuales ,

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.



" If u think u can , If u think u cannot , - You are always Right . "
Manuales
Super Advisor

Re: Sending a message from server to celular phone

Hi ...
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.
Shameer.V.A
Respected Contributor

Re: Sending a message from server to celular phone

Hi Manuales,
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
.... See invisible, feel intangible and achieve impossible as everything is possible ....
Shameer.V.A
Respected Contributor

Re: Sending a message from server to celular phone

Hi Manuales,
Please find one more document, which is having more details.

shameer
.... See invisible, feel intangible and achieve impossible as everything is possible ....
Manuales
Super Advisor

Re: Sending a message from server to celular phone

Hi Shameer.V.A !!
you know .. i can not open file attached, can you loaded again or put information here? please !!! :0)

Manuales.