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

2009-03-15 Thread Stephen Thorne
On 2009-03-12, Kalman KHIRALY wrote: > 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 The easiest way to do this is with a postfix address resolu

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