Has anyone created a simple POP3 and SMTP server using TWISTED?

Gerhard Häring gh at ghaering.de
Thu Mar 13 18:46:35 EST 2003


William Park wrote:
> Zoo Keeper <candiazoo at attbi.com> wrote:
>> Or by any other means for that matter.
>> 
>> I have two domains, one for me, one for my wife, for our web sites.  I
>> want our own mail servers because our ISP has changed names 3 times in 4
>> years.  Right now I am using a great product (my server is BeOS, btw)
>> but it is a trial version and the minimal license is for 50 users and
>> costs too much.  So, I figured I'd write one in Python, but I wanted to
>> check here first to make sure it hasn't already been done so that I am
>> not wasting time researching and writing something that already
>> exists...
> 
> Everything is easy if there is no errors, but handling all possible
> details that may arise is very time-consuming.  Also, unnecessary, since
> Fetchmail/Sendmail already exist in many platforms.

<OT>If you're going Unix, I'd recommend neither fetchmail nor
sendmail. For SMTP, I'd recommend Postfix (or qmail, or Exim). As a
fetchmail replacement, getmail.

These are reportedly all more stable and secure than the software you
proposed.
</OT>

Gerhard
-- 
mail:   gh at ghaering.de
web:    http://ghaering.de/




More information about the Python-list mailing list