Re: [Twisted-Python] Twisted.mail SMTP server question

2009-03-12 Thread David Ripton
On 2009.03.12 13:23:50 +0100, Kalman KHIRALY wrote: > I would like to use twisted mail for the following purpose: > Redirect all incoming myn...@mydomain.com mails to a specified gmail address: > myn...@mydomain.com -> myname.mydom...@gmail.com Do you really want to write code for this? That's a

Re: [Twisted-Python] Twisted.mail SMTP server question

2009-03-12 Thread Matthew Glubb
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/po

[Twisted-Python] Twisted.mail SMTP server question

2009-03-12 Thread Kalman KHIRALY
Hi! I would like to use twisted mail for the following purpose: Redirect all incoming myn...@mydomain.com mails to a specified gmail address: myn...@mydomain.com -> myname.mydom...@gmail.com Is it possible to use Twisted.Mail for this? Any pointers would be highly appreciated. If not can somebody