×

Good News Everybody!

The new search engine is LIVE!

Please report any problems to david (at) midrange.com.




Rob,
You already solved your problem, but this is really useful.

Use netcat in PASE

http://computer-refuge.org/classiccmp/aixpdslib/pub/netcat/RISC/4.1/exec/

Step 1: place the netcat binary in an IFS folder.
Step 2: create a text file that contains the commands you want to send
to the smtp service
for example

helo x
mail from: shalom@xxxxxxxxxx
rcpt to: rob@xxxxxxxxx
data
subject: hello
hello

.
quit

Step 3: execute the script via netcat

nc SMTPserver 25 < smtp.txt

Of course, netcat can also be used for other activities ;->



On 25/02/2008, rob@xxxxxxxxx <rob@xxxxxxxxx> wrote:
How do I load DOS on my i5/os so that it perfectly emulates coming from
i5, including using binding to the same from address, etc?


Rob Berendt
--
Group Dekko Services, LLC
Dept 01.073
Dock 108
6928N 400E
Kendallville, IN 46755
http://www.dekko.com






"Shalom Carmel" <shalom@xxxxxxxxxx>

Sent by: midrange-l-bounces@xxxxxxxxxxxx

02/23/2008 01:55 AM

Please respond to
Midrange Systems Technical Discussion <midrange-l@xxxxxxxxxxxx>


To
"Midrange Systems Technical Discussion" <midrange-l@xxxxxxxxxxxx>

cc


Subject
Re: overriding output from telnet






try it from dos :p
you can automate smtp testing by using tools like netcat (and netcat works

on system i).

Shalom Carmel
----------------
www.venera.com


----- Original Message -----
From: "CRPence" <crp@xxxxxxxxxxxxxxxxxxxx>
To: <midrange-l@xxxxxxxxxxxx>
Sent: Saturday, February 23, 2008 2:43 AM
Subject: Re: overriding output from telnet


> Follow the following scripted actions to possibly assist finding the
> text that passes by too quickly to view:
>
> TRCJOB *ON
> TELNET ('xxx.xxx.xxx.xxx') PORT(25)
> ;; type in stuff and see error flash by
> ;; returned to command line I presume...
> TRCJOB *OFF
> DSPSPLF QPSRVTRCJ SPLNBR(*LAST) /* QPSRVTRC for pre-v5r4 */
> ;; type RCP in the /Find/ field and press F16=Find
> ;; repeat F16=Find until message CPI3406 about EOF\wrap find
> ;; visually scan the eye-catcher data
>
> Regards, Chuck
> --
> All comments provided "as is" with no warranties of any kind
> whatsoever and may not represent positions, strategies, nor views of my
> employer
>
> rob@xxxxxxxxx wrote:
>> I have an email address that is telling us it's undeliverable. I have
>> the
>> auditing set on and I can see this;
>> 83 U <CONTACT.NAME@xxxxxxxxxx>
>> 87 CLNT(UNDELV) TO QTMSINQ
>>
>> I verified that the email address is correct.
>>
>> I played around with
>> http://zmailer.org/cgi-bin/mxverify-cgi?DOMAIN=MyCust.COM
>>
>> Then I picked one of the IP addresses provided and tried this
>> TELNET ('xxx.xxx.xxx.xxx') PORT(25)
>>
>> and then did this:
>> 220 *******************************
>> EHLO fromhere.COM
>> 502 5.5.2 Error: command not recogn
>> RSET
>> 250 XXXXXXXA
>> EHLO fromhere.COM
>> 250-something-this.somethingelse-morestuff.net
>> 250-PIPELINING
>> 250-SIZE 209715200
>> 250-VRFY
>> 250-ETRN
>> 250-ENHANCEDSTATUSCODES
>> 250-8BITMIME
>> 250 DSN
>> RSET
>> 250 2.0.0 Ok
>> MAIL FROM:<me@xxxxxxxxxxxx>
>> 250 2.1.0 Ok
>> RCPT TO:<contact.name@xxxxxxxxxx>
>>
>> When I press enter on that last line a message pops up but it whizzes
by
>> so fast I can't make it out. It then shuts down my telnet session.
>> I am just sure this contact name is right.
>>
>> Warning: typos are not accepted and cannot be corrected with a back
>> space. So, it took me a few times to enter this right without any
typos.
>
> --
> This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing
> list
> To post a message email: MIDRANGE-L@xxxxxxxxxxxx
> To subscribe, unsubscribe, or change list options,
> visit: http://lists.midrange.com/mailman/listinfo/midrange-l
> or email: MIDRANGE-L-request@xxxxxxxxxxxx
> Before posting, please take a moment to review the archives
> at http://archive.midrange.com/midrange-l.
>

--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing
list
To post a message email: MIDRANGE-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/midrange-l.


--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list
To post a message email: MIDRANGE-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/midrange-l.





As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2026 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.