|
|||||||
| Forums | Search Forums | Register | Forum Rules | Man Pages | Albums | FAQ | Members | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX and Linux Applications Discuss UNIX and Linux software applications. This includes SQL, Databases, Middleware, MOM, SOA, EDA, CEP, BI, BPM and similar topics. |
|
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Send email from outlook to server
Hi,
I am sending an email from Microsoft Outlook 2010 (microsoft exchange) to a unix server. I am not receiving the email in server but I am getting the following error in outlook. Your message: From: x@y.com Subject: Could not be delivered because the domain name was unresolvable: Unable to resolve route y.com (MX) - * The following recipients were affected: x@y.com Please let me know how to send email from outlook to server. Thanks Neethu |
| Sponsored Links | ||
|
|
#2
|
||||
|
||||
|
Set up a local dns server, and add an entry for the local server.
|
| Sponsored Links | ||
|
|
#3
|
|||
|
|||
|
Would u plz elaborate how to do put the entry of local server in unix ....
|
|
#4
|
||||
|
||||
|
That error indicates that the domain in the email address -- y.com in your example -- is not resolvable by the exchange server. The problem is not with the unix server. The exchange server has to be able to "see" y.com.
If this is a test setup, add y.com to the exchange server's hosts file. Check the MS site for the location on your version of Windows, I'm not sure where it's located. If a "live" situation, then y.com does not have the correct DNS setting to receive mail...no MX record in the zone - if that's the case, no one can send mail to it, not just exchange. |
| Sponsored Links | |
|
|
#5
|
||||
|
||||
|
You can add Unix machine name to hosts file in Windows.
File is located at the following location: C:\Windows\System32\drivers\etc\hosts |
| Sponsored Links | ||
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Send email from sendmail on AIX using exchange server as SMTP server | ahmed_salah | Shell Programming and Scripting | 0 | 12-09-2010 10:44 AM |
| Script to send email after comparing the folder permissions to a certain permission & send email | nairshar | Shell Programming and Scripting | 2 | 12-07-2010 08:22 PM |
| Send an email from Solaris using Linux email server | aflores | Solaris | 1 | 02-09-2010 11:57 PM |
| Unable to send eMail from a UNIX-Host ( using mailx ) to a Outlook-email-addres(Win) | Vetrivela | UNIX for Advanced & Expert Users | 2 | 02-15-2005 09:43 AM |
| Send email to another server on AIX | owls | UNIX for Dummies Questions & Answers | 1 | 09-17-2001 12:02 PM |
|
|