1753466 Members
4609 Online
108794 Solutions
New Discussion юеВ

Unable to send mail

 
FOX MULDER_2
Frequent Advisor

Unable to send mail

Hi,

Good morning.

We have a problem sending mails from our VMS servers to outside domain in the Internet.
The mails bounce back with the below infomration .

%UCX-E-SMTP_UNREACHABL, Can't connect to remote host, in.yahoo.com
-SYSTEM-F-UNREACHABLE, remote node is not currently reachable


I presume that I need to add a mail relay server here . is that right? Can you please help me with this .
We do have mail relay servers in the network , but not sure how to add them in VMS.


I use HP TCP IP suit.

your replies will be highly apprecaited.

Thanks
5 REPLIES 5
Ian Miller.
Honored Contributor

Re: Unable to send mail

Read the fine manual on setting up an alternate gateway.
http://h71000.www7.hp.com/doc/83final/6526/6526pro_042.html#smtp_zone_sec

works for me, YMMV
____________________
Purely Personal Opinion
Andy Bustamante
Honored Contributor

Re: Unable to send mail


You should also verify DNS is configured properly:

$ @sys$manager:tcpip$define_commands
$ nslookup
> set type=mx
yahoo.com

and that the VMS system has access to send mail.

$ telnet a.mx.mail.yahoo.com 25


Andy
If you don't have time to do it right, when will you have time to do it over? Reach me at first_name + "." + last_name at sysmanager net
Peter Zeiszler
Trusted Contributor

Re: Unable to send mail

tcpip set config smtp /gateway=alternate=host

See if that is what you are after.

Type tcpip
Then at the TCPIP> prompt
Help set config
Drew Shelton
Occasional Advisor

Re: Unable to send mail

What syntax are you using for the outside email address?
Joseph Huber_1
Honored Contributor

Re: Unable to send mail

And, since the error message was %UCX-E-SMTP,
the commands above are UCX rather than TCPIP.
http://www.mpp.mpg.de/~huber