It seems there's some problem with my SMTP server...I'm just trying to 
figure out what it is or how I can reproduce it other then keeping to point 
Mailman or phpBB forums at it (both fail for SMTP localhost connections).

I can run the following test ok:

[EMAIL PROTECTED] 10:35pm [~] 1> telnet localhost 25
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
220 biz2tek.com ESMTP
HELO biz2tek.com
250 biz2tek.com
HELO lists.biz2tek.com
250 biz2tek.com
MAIL FROM: <[EMAIL PROTECTED]>
250 ok
^H
502 unimplemented (#5.5.1)
RCPT TO: <[EMAIL PROTECTED]>
250 ok
^]
telnet> c
Connection closed.
[EMAIL PROTECTED] 10:41pm [~] 2>

Any other suggestions for testing my localhost SMTP server?

-Matt



At 5/15/2005 09:02 PM, Mark Sapiro wrote:
>Matt England wrote:
> >
> >Is there any way I can isolate the outbound/smtp mailman
> >process/program/module?  I've got all my other outbound email mechanisms
> >working, but I'm wading through a mountain of modules in mailman trying to
> >figure out exactly which part is responsible for the outbound mail.
>
>Mailman/Handlers/SMTPDirect.py
>
>--
>Mark Sapiro <[EMAIL PROTECTED]>       The highway is for gamblers,
>San Francisco Bay Area, California    better use your sense - B. Dylan

------------------------------------------------------
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&amp;file=faq01.027.htp

Reply via email to