[Twisted-Python] Twisted.mail SMTP server question
Matthew Glubb
matt at madebykite.com
Thu Mar 12 06:36:29 MDT 2009
Khiraly,
I had great success setting up a server to host about 20 domains'
emails by merging the following instructions:
All the instructions from here:
http://workaround.org/articles/ispmail-etch/
BUT the SQL schema detailed from here (as it works for postfixadmin)
http://codepoets.co.uk/postfixadmin-postgresql-courier-squirrelmail-debian-etch-howto-tutorial
Postfixadmin from here:
http://postfixadmin.sourceforge.net/
Web mail from here:
http://roundcube.net/
And web mail / postfixadmin integration from here:
http://nejc.skoberne.net/projects/rcpfa/
It probably took me about 12 hours in all. I'd bet my life you
couldn't get all of that functionality out of Twisted's mail module in
the same amount of time ;)
Matt
Matthew Glubb
Technical Partner
email: matthew.glubb at madebykite.com
phone: 44 (0) 7715 754017
skype: mglubb
Kite
http://madebykite.com
--
GPG: 96FF DE0E 0B7B 37F0 7F8D C54C E285 3D8F 5625 9244
On 12 Mar 2009, at 12:23, Kalman KHIRALY wrote:
> Hi!
>
> I would like to use twisted mail for the following purpose:
> Redirect all incoming myname at mydomain.com mails to a specified gmail
> address:
> myname at mydomain.com -> myname.mydomain at gmail.com
>
> Is it possible to use Twisted.Mail for this? Any pointers would be
> highly appreciated.
> If not can somebody recommend me a nice python solution for this?
>
> Best regards,
> Khiraly
>
> ps: 4 year ago I did the above feature using postfix and mysql. It
> took me
> more the 2 months to correctly set up all this stuff (and having an
> administrator web page
> where I could change, add, remove the email address, and wrote into
> the mysql database)
>
> Unfortunetly, I do not have anymore my work, the server crashed, etc.
> And in my view,
> it was horribly overcomplicated.
>
> So Im looking a simple and elegant solution (so this rules
> out qmail and postfix). It is like setting up apache with
> ssl+virtualhost for a simple index.html file;)
>
> _______________________________________________
> Twisted-Python mailing list
> Twisted-Python at twistedmatrix.com
> http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
More information about the Twisted-Python
mailing list