- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- email message to hotmail account
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
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
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
тАО01-05-2003 11:37 PM
тАО01-05-2003 11:37 PM
I have one N-4000/HP-UX 11.00.
I am sending a mail through "elm" to my hotmail account but it doesn't seem to reach.
Check for 2 hours.
# elm -s " Test" sanjiv_raje@hotmail.com
I sent a local mail to me and it reaches within 15 minutes time.
# elm -s " test" sanjiv.sharma@hp.com
I want to sent a mail to my hotmail account.
I have not done any configuration on the server side.
What needs to be done?
Thanks,
Raje.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-05-2003 11:47 PM
тАО01-05-2003 11:47 PM
Re: email message to hotmail account
Check your log file:
/var/adm/syslog/mail.log
See what error message is in there and post it here.
Also see if the messages get sended anyway with the command mailq
It should show you this if everything works "Mail queue is empty".
If not there is a list of unsended mail.
Let us know !
C.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-06-2003 12:06 AM
тАО01-06-2003 12:06 AM
Re: email message to hotmail account
Thanks for your reply. The details are as follow:
/var/adm/syslog/mail.log
Jan 6 15:48:59 dijms312 sendmail[21331]: OAA16941: to=sanjiv_raje@hotmail.com,
ctladdr=root (0/3), delay=01:15:04, xdelay=00:00:00, mailer=smtp, relay=mx3.hotm
ail.com., stat=Deferred: Connection refused by mx3.hotmail.com.
# mailq
Mail Queue (1 requests)
--Q-ID-- --Size-- -----Q-Time----- ------------Sender/Recipient------------
OAA18578 35 Mon Jan 6 14:58 root
(Deferred: Connection refused by mx3.hotmail.com.)
sanjiv_raje@hotmail.com
Thanks,
Raje.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-06-2003 12:15 AM
тАО01-06-2003 12:15 AM
Re: email message to hotmail account
Have you got your DM macro set in your /etc/mail/sendmail.cf file ?
Should have a proper domain setup in it, ie;
DM
And xxx.com must be able to be looked up on the internet - ie. cnn.com, not something local to you only (eg. joebloggs.com)
Then restart sendmail and try to send an email again.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-06-2003 12:35 AM
тАО01-06-2003 12:35 AM
Re: email message to hotmail account
Thanks for your reply.
But I didn't get it.
What entry needs to be mail in sendmail.cf file and how can I restart the sendmail?
I am poor in the sendmail configuration. Pls. give command/syntax.
Thanks,
Raje.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-06-2003 01:52 AM
тАО01-06-2003 01:52 AM
Re: email message to hotmail account
If you view the /etc/mail/sendmail.cf file it clearly explains before actual setting what each means. DM is for setting your domain.
and to start and stop sendmail use
/sbin/init.d/sendmail stop
/sbin/init.d/sendmail start
Rajeev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-06-2003 04:37 AM
тАО01-06-2003 04:37 AM
Re: email message to hotmail account
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-07-2003 06:31 AM
тАО01-07-2003 06:31 AM
SolutionYou'll need to set your sendmail.cf DS line to point to a SMTP server that knows how to get mail out. At HP it looks like the typical mail traverses 3 servers to get to the Internet. An HP mail admin could probably tell you what address to use, assuming you're doing something you're supposed to. Or inspecting the "Received:" headers on a mail received from you by somebody outside will show the path (the "by" line of the next-to-last Received header is likely your local SMTP relay). Good luck.
Example:
Received: from palrel10.hp.com (palrel10.hp.com [156.153.255.245])
by pen3.pen.k12.va.us (8.12.3/8.12.3) with ESMTP id gAINL9K6011262
for
Received: from xparelay2.ptp.hp.com (xparelay2.ptp.hp.com [15.1.28.65])
by palrel10.hp.com (Postfix) with ESMTP id 85DADC0091D
for
Received: from xpabh3.ptp.hp.com (xpabh3.ptp.hp.com [15.1.28.63])
by xparelay2.ptp.hp.com (Postfix) with ESMTP id 59610A4
for
Received: by xpabh3.ptp.hp.com with Internet Mail Service (5.5.2655.55)
id
I think xparelay2.ptp.hp.com is probably the local SMTP relay for where this person was on the HP network. YMMV.