Connecting with it and being able to send mail from it are two different
things. Did you try setting the Hello option to something you know will
work? Did you turn on the Debug option? What does it say?
I was able to send email telnetting to the SMTP daemon, so I know it was doing more than just connecting.

I finally found the error when I realized that SMTP had a Debug parameter. I was going to actually hack through the SMTP module when I saw the reference to the Debug parameter in the code. I rechecked the documentation and realized that the Debug parameter was in fact mentioned in it.

Once I used the Debug parameter, I suddenly realized I had the wrong machine name in the program. Changing the machine name fixed the problem.

On Thursday, January 23, 2003, at 10:14 AM, Thomas_M wrote:

$ telnet foohost 25
220 foohost Microsoft ESMTP MAIL Service, Version:
5.0.2195.5329 ready at  Thu, 23 Jan 2003 09:47:19 -0500 HELO
250 foohost Hello [xxx.xxx.xxx.xxx] ... ...

So, I know that there is a smtp daemon running on foohost,
and that the machine I am running on can communicate with it.
I would like to try other hosts (like my personal smtp
server), but port 25 is locked out by our company's firewall,
so I can use internal systems.

Is there anything I can try to see where this error might be
coming from?
Connecting with it and being able to send mail from it are two different
things. Did you try setting the Hello option to something you know will
work? Did you turn on the Debug option? What does it say?

--
Mark Thomas [EMAIL PROTECTED]
Internet Systems Architect User Technology Associates, Inc.

$_=q;KvtuyboopuifeyQQfeemyibdlfee;; y.e.s. ;y+B-x+A-w+s; ;y;y; ;;print;;



--
David Weintraub               _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
[EMAIL PROTECTED]     _/                                _/
[EMAIL PROTECTED] _/ I am the Great and Powerful Oz*_/
BusinessEdge Solutions     _/                                _/
                          _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
                   (*Pay no attention to the man behind the curtains)

_______________________________________________
Perl-Unix-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to