![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| mailx | mike509123 | Linux | 6 | 1 Week Ago 11:59 PM |
| mailx | ratna | UNIX for Advanced & Expert Users | 2 | 05-05-2008 05:10 AM |
| mailx -s is showing an error | Renjesh | SUN Solaris | 6 | 03-23-2008 04:32 AM |
| getting mailx error | surjyap | Shell Programming and Scripting | 1 | 09-11-2007 10:16 AM |
| mailx error message : mailx: NUL changed to @ | BG_JrAdmin | UNIX for Dummies Questions & Answers | 2 | 12-01-2005 06:27 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
mailx error
When I try to send a mail thru mailx command, my mail isnt delivered to the destination.
When I type 'mail' from $HOME directory, I see the following error. Final-Recipient: RFC822; myname@company.com Action: failed Status: 5.1.2 Remote-MTA: DNS; mailhost.corp.company.com Diagnostic-Code: SMTP; 550 Host unknown I am using Solaris. I think some configuration for mailx is not done by sys admin. May I know what is that I am missing here, to make it work? |
| Forum Sponsor | ||
|
|
|
|||
|
This message means that the host name could not be resolved,
This can mean that the hostname is unknown in you DMS system, or you did not configure your DNS (on this box) in a correct manner. Or when you are not using DNS, the hostname is unknown in host /etc/host table. |