Re: How to configure nginx to serve mail for django

2012-11-14 Thread Chris Pagnutti
Webmail function as a django application = Totally awesome idea. I'll probably need some other email addresses for non-administrator users, so a friendly client would be nice. Roundcube should do the trick for now, but integrating the webmail into the django app itself would be rad. On Wed, No

Re: How to configure nginx to serve mail for django

2012-11-14 Thread Chris Pagnutti
Good point. At the moment, sending mail is my priority, but eventually I'll want to receive and view mail as well. Most guides I can find relate to setting up both sides of the story, so I figure I might as well just do it all at once. On Tuesday, November 13, 2012 2:39:11 PM UTC-5, Dennis Le

Re: How to configure nginx to serve mail for django

2012-11-12 Thread Chris Pagnutti
Not sure. It's VPS and I was handed a Debian install with practically nothing on it. I even had to install make to be able to compile nginx. I'm looking into setting up Postfix+Dovecot+Roundcube (or SquirrelMail) On Mon, Nov 12, 2012 at 8:37 PM, Dennis Lee Bieber wrote: > On Mon, 12 Nov 2012 1

Re: How to configure nginx to serve mail for django

2012-11-12 Thread Chris Pagnutti
Yeah. Makes good sense. I guess that Postfix is one of the more popular options. Is there any reason why I should NOT use postfix. On Monday, November 12, 2012 1:47:03 PM UTC-5, Nikolas Stevenson-Molnar wrote: > > The nginx configuration examples you link to are all POP3 or IMAP. > Sending

Re: How to configure nginx to serve mail for django

2012-11-12 Thread Nikolas Stevenson-Molnar
The nginx configuration examples you link to are all POP3 or IMAP. Sending mail is SMTP. But even then, you need an SMTP server to proxy /to/. In these examples, nginx is simply acting as a proxy, not as an actual mail server. I would recommend using a bona fide SMTP server. Or use one already avai