- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- root can't send mail to cellphone.
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
07-29-2005 01:34 AM
07-29-2005 01:34 AM
I get my mail, and the page. But the cell phone refuses to accept the email. I know this is the case through testing. I.E. I send as user billy, the cell works. I send as user root, the cell fails.
any ideas?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2005 01:39 AM
07-29-2005 01:39 AM
Re: root can't send mail to cellphone.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2005 01:45 AM
07-29-2005 01:45 AM
Re: root can't send mail to cellphone.
I don't get an error. I don't the email either.
The lack of my cell phone ringing shows me the message did not arrive.
I log in as user billy. I send an email to my cell phone. The message arrives in less that 2 minutes.
I su to root for a sec and send a second email to my cell phone. I get nothing.
I send out 20 messages while in the system as root. I get none of them.
I send out 20 messages while in the system as billy, bobob, barney, steve...any valid user, I get all 20 messages.
I look in /var/adm/syslog/mail.log, it shows all 40 messages went out with no problems.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2005 01:50 AM
07-29-2005 01:50 AM
SolutionSounds like you need to check with your cell phone provider. It may be that messages are getting dropped because they are coming from root. They may be seen as SPAM.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2005 02:12 AM
07-29-2005 02:12 AM
Re: root can't send mail to cellphone.
I do have one other idea. ALL outgoing mail goes to a windowsNT server that is completely out of my control. The mail.log shows it being accepted by the NT server. Perhaps the NT server lies. Perhaps it accepts the mail, but it really throws it away. I would find this hard to believe.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2005 02:43 AM
07-29-2005 02:43 AM
Re: root can't send mail to cellphone.
I would definitely check with the NT admin and see what that log shows for your root e-mail messages.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2005 02:55 AM
07-29-2005 02:55 AM
Re: root can't send mail to cellphone.
Example, my servers at my old job.
root@moriah.juf.net
Great accept nobody registered moriah.juf.net so servers like aol, my own and others will not accept mail, even if its passed.
Another thing to check is some servers will not accept mail from ip addresses that do not include reverse lookup. I had to ask my ISP to set that up for me, its not automatic.
SEP
Israel
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2005 03:04 AM
07-29-2005 03:04 AM
Re: root can't send mail to cellphone.
echo "Test"| mailx -s "testing" you@yourworkemail.com
This will test to be sure its not cell provider thats not the issue.
You could try a internet email like yahoo next, if you wanted a intermediate test.
If those work your box is fine, unless your simlply not generating the email.
In that case I would check that you just did not typo your email in ITO or whatever your using to generate your errors.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2005 04:20 AM
07-29-2005 04:20 AM
Re: root can't send mail to cellphone.
One was sent when I was user root. One was sent when I was user billy. The from field on both messages was rpt@box. Both got to my pc.
I looked at the "options" tab to view the "internet headers" of the messages.
The message that fails to go out to the cell has "Received: (from "root@localhost")"
The message that works has "Received: (from "billy@localhost")".
In sendmail, I send everything to an NT mailserver. I let that box sort things out.
I used the "From:" option to send it from rpt@box. But that still showed root@localhost within the headers. I figure there is probably a simple fix from with sendmail.cf to tell it to use a fake name like "notroot@localhost." But I don't know where to dig in there.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2005 05:56 AM
07-29-2005 05:56 AM
Re: root can't send mail to cellphone.
The new question is how to change root@localhost to something acceptable.