Re: Smtpd module

2010-04-23 Thread Miki
Hello, > I would like to use smtpd module to write very simple smtp server but > this server must: > > 1. accept several connections at the same time( like a forking server) > 2. have basic authentication  that is it must understand AUTH command. > > Does anyone know if the s

Re: Smtpd module

2010-04-23 Thread Gabriel Genellina
En Fri, 23 Apr 2010 06:30:42 -0300, Johny escribió: I would like to use smtpd module to write very simple smtp server but this server must: 1. accept several connections at the same time( like a forking server) I think asyncore takes care of that. 2. have basic authentication that is it

Smtpd module

2010-04-23 Thread Johny
I would like to use smtpd module to write very simple smtp server but this server must: 1. accept several connections at the same time( like a forking server) 2. have basic authentication that is it must understand AUTH command. Does anyone know if the smtpd module have both? Thanks Ba

Re: smtpd module

2008-02-07 Thread Stefan Witzel
Stefan Witzel wrote: > Hello, > > the documentation of the smtpd module in the Python Library Reference > is very short, I think. Are there any examples available? Especially > I'm interested in the DebuggingServer. > > Thanks in advance. > > Stefan Sorry, I

Re: smtpd module

2008-02-06 Thread Gabriel Genellina
En Wed, 06 Feb 2008 05:36:05 -0200, Stefan Witzel <[EMAIL PROTECTED]> escribi�: > the documentation of the smtpd module in the Python Library Reference > is very short, I think. Are there any examples available? Especially > I'm interested in the DebuggingServer. Yes,

smtpd module

2008-02-05 Thread Stefan Witzel
Hello, the documentation of the smtpd module in the Python Library Reference is very short, I think. Are there any examples available? Especially I'm interested in the DebuggingServer. Thanks in advance. Stefan -- http://mail.python.org/mailman/listinfo/python-list

Re: smtpd module

2005-06-09 Thread Tim Williams
d to run that just prints > out the message to the standard out and disregards the message. The > smtpd module seems to provide this ability via the DebuggingServer. > According to the documentation that is provided with python the: Already posted this for another thread today, you will b

Re: smtpd module

2005-06-09 Thread Douglas Soares de Andrade
rver with python, for some tests that I need to run that just prints > out the message to the standard out and disregards the message. The > smtpd module seems to provide this ability via the DebuggingServer. > According to the documentation that is provided with python the: > &g

RE: smtpd module

2005-06-09 Thread Hughes, Chad O
No, I know how to use the smtplib module and I can send email through that. However what I want is a the ability to set up a very simple mail server with python, for some tests that I need to run that just prints out the message to the standard out and disregards the message. The smtpd module

RE: smtpd module

2005-06-09 Thread Ivan Shevanski
So youre wondering how to send mail in python? I have a lot of examples if you want the smtp module. I don't have anything for anything other than the smtp module. -Ivan _ Express yourself instantly with MSN Messenger! Download tod

smtpd module

2005-06-09 Thread Hughes, Chad O
Title: smtpd module Does anyone know of any documentation on how to use the smtpd module, either the SMTPServer or the DebuggingServer?  I cannot find any usage cases or examples anywhere.  I can find examples of using the smtplib module but not the smtpd module. Thanks, Chad -- http