× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.


  • Subject: RE: SMTP Gateway Setup
  • From: "Carl Galgano" <cgalgano@xxxxxxxxxxxxxxxxx>
  • Date: Fri, 12 May 2000 10:42:23 -0400
  • Importance: Normal

Bill:
Port 25 is the port the SMTP server listens on.  See if you can telnet to
the AS400 on port 25, you should be able to communicate with the SMTP server
using the telnet interface.  You can type SMTP commands and should see the
responses.
Try the following commands in this order.
HELO domainname.com
MAIL FROM:yourfromaddress@yourdomain.com
RCPT TO:toaddress@anotherdomain.com
DATA
then type a bunch of data, to send type a . followed by a carriage return on
a line by itself.
You should see some responses by the SMTP server and perhaps you will get a
clue as to what is going on.
Good luck.
CJG


Carl J. Galgano
EDI Consulting Services, Inc.
540 Powder Springs Street, Suite C19
Marietta, GA  30064
(770) 422-2995 - voice
(419) 730-8212 - fax
mailto:cgalgano@ediconsulting.com
http://www.ediconsulting.com
AS400 EDI, Networking, E-Commerce and Communications Consulting and
Implementation

> -----Original Message-----
> From: owner-midrange-l@midrange.com
> [mailto:owner-midrange-l@midrange.com]On Behalf Of Reger, Bill
> Sent: Friday, May 12, 2000 9:58 AM
> To: 'MIDRANGE-L@midrange.com'
> Subject: RE: SMTP Gateway Setup
>
>
> Bryan,
>
> DNS service generally uses port 53.  Port 53 is the default when using
> CFGTCP option 12 (CHGTCPDMN - Change TCP/IP Domain).  Why is 25 important?
>
> Bill
>
> William K. Reger
> Senior Project Manager
> Levitz Furniture Corporation
> Phone:  (561) 994-5114
> E-mail:  breger@levitz.com <mailto:breger@levitz.com>
>
>               -----Original Message-----
>               From:   bdietz@3x.com [mailto:bdietz@3x.com]
>               Sent:   Thursday, May 11, 2000 3:24 PM
>               To:     MIDRANGE-L@midrange.com
>               Subject:        Re: SMTP Gateway Setup
>
>
>               Is any other program ie Domino using TCP/IP port 25??  Check
> netstat option
>               3 to see if port 25 is available
>
>
>               Bryan Dietz
>
>
>
>
>
>
>                                   "Reger, Bill"
>
>                                   <breger@levitz.com>        To:
> "'Midrange-L'" <MIDRANGE-L@midrange.com>
>                                   Sent by:                   cc:
>
>                                   owner-midrange-l@mi        Subject:
> SMTP Gateway Setup
>                                   drange.com
>
>
>
>
>
>                                   05/11/00 12:40 PM
>
>                                   Please respond to
>
>                                   MIDRANGE-L
>
>
>
>
>
>
>
>
>
>               I am trying to setup an SMTP Gateway from one of my AS/400's
> to the
>               Internet, so I can use the SNDDST command to send messages
> via email, and
>               ultimately to send spool files via email.  I think I have
> everything
>               configured properly, via CFGTCP options 10 and 12, and also
> the WRKDIRE to
>               set up an appropriate SMTP name.
>
>               However, when I start the SMTP server (STRTCPSVR *SMTP), the
> server job
>               QTSMTPSRVR is ending itself because of a TCP2064 message in
> the joblog:
>
>               Message . . . . :   SMTP not able to send or receive mail
> due to TCPIP
>               protocol problem.
>               Cause . . . . . :   The SMTP function cannot communicate
> with TCPIP to send
>               and receive mail. This protocol layer is not communicating
> properly.
>                 Recovery  . . . :   Check the job log associated with
> subsystem TCPIP to
>               determine if the subsystem is having a problem. Follow the
> recovery action
>               recommended on the messages found in the job log. If no
> messages exist, you
>                 may have to start the subsystem again to resynchronize the
> protocols. To
>               start SNADS, use command (STRSBS QSNADS). To start TCP/IP,
> use command
>               (STRTCP).
>
>               I have stopped and restarted QSNADS, MSF, and the TCP
> servers, but so far
>               no
>               cigar.  Can anyone give me any clues as to where to look
> next?
>
>               Thanks,  Bill
>
>               William K. Reger
>               Senior Project Manager
>               Levitz Furniture Corporation
>               Phone:  (561) 994-5114
>               Web:  www.wrkdbf.com <http://www.wrkdbf.com/>
>               E-mail:  breger@levitz.com <mailto:breger@levitz.com>
>               +---
>               | This is the Midrange System Mailing List!
>               | To submit a new message, send your mail to
> MIDRANGE-L@midrange.com.
>               | To subscribe to this list send email to
> MIDRANGE-L-SUB@midrange.com.
>               | To unsubscribe from this list send email to
>               MIDRANGE-L-UNSUB@midrange.com.
>               | Questions should be directed to the list owner/operator:
>               david@midrange.com
>               +---
>
>
>
>               +---
>               | This is the Midrange System Mailing List!
>               | To submit a new message, send your mail to
> MIDRANGE-L@midrange.com.
>               | To subscribe to this list send email to
> MIDRANGE-L-SUB@midrange.com.
>               | To unsubscribe from this list send email to
> MIDRANGE-L-UNSUB@midrange.com.
>               | Questions should be directed to the list owner/operator:
> david@midrange.com
>               +---
> +---
> | This is the Midrange System Mailing List!
> | To submit a new message, send your mail to MIDRANGE-L@midrange.com.
> | To subscribe to this list send email to MIDRANGE-L-SUB@midrange.com.
> | To unsubscribe from this list send email to
> MIDRANGE-L-UNSUB@midrange.com.
> | Questions should be directed to the list owner/operator:
> david@midrange.com
> +---

+---
| This is the Midrange System Mailing List!
| To submit a new message, send your mail to MIDRANGE-L@midrange.com.
| To subscribe to this list send email to MIDRANGE-L-SUB@midrange.com.
| To unsubscribe from this list send email to MIDRANGE-L-UNSUB@midrange.com.
| Questions should be directed to the list owner/operator: david@midrange.com
+---

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

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

This mailing list archive is Copyright 1997-2024 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.