vote up 0 vote down star

I want to very SMTP connectivity from an AS400 in a VM to a mailserver on port 25

The native telnet command on the as400 does not seem to support a port specification.

Any ideas how to telnet from as400 to port 25 on my mailserver?

I can ping the mailserver from the as400

I can telnet in from other boxes (non as400)

Thanks \0

flag

2 Answers

vote up 5 vote down

I just tried this on an i5/OS V5R4:

TELNET RMTSYS(hostname) ASCOPRMOD(*VT100) PORT(25)

I also found an IBM manual about telnet support in V5R2 that suggests you can also specify a port in older versions.

link|flag
+1 for one of the most frightening things I have ever seen. – Sean Bright Feb 6 at 17:20
telnet rmtsys(host) port(25) was just what I was looking for Tnx! – NullTerminator Feb 6 at 18:20
vote up 0 vote down

Type "TELNET" on the command line, press F4, fill out the remote system name, press F10, page down, page down, locate "Port" field. Change it from "*DFT" to "25". Press Enter.

When done, press F9 to get the corresponding command line invocation.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.