[Webmail-devel] setting up beammail

Andreas Barth aba at not.so.argh.org
Sat Dec 6 21:58:14 UTC 2008


* Thomas Viehmann (tv at beamnet.de) [081206 22:23]:
> Andreas Barth wrote:
> > * Thomas Viehmann (tv at beamnet.de) [081206 13:44]:
> >> - here is my apache config (all it does is do HTTPS and forward to
> >>   HTTP), in principle you can run SSL directly too, but I just have it
> >>   on a virtual host, so I didn't implement this yet[*].
> 
> > Can you show the apache config of the 8080-hosts as well - that's the more
> > interesting.
> webmail-server.py listens on 8080, so it's not apache (sorry about the
> old mod-python references) on the webpage.

Next patch then. Thanks.


Cheers,
Andi

diff --git a/doc/README b/doc/README
index a0ceff8..90f5493 100644
--- a/doc/README
+++ b/doc/README
@@ -29,4 +29,7 @@ You need to set up /var/spool/webmail/ to be read-writable (only)
 by the user running webmail - the directory is hardcoded at the moment
 in webmail-server.py, but should be changed someday.
 
-Run webmail-server.py.
+Run webmail-server.py. This programm will listen on the address and
+port configured in server/webmailConfig.py, so ensure that this address
+isn't reachable by untrusted clients (but use e.g. apache with SSL as
+front-proxy).



More information about the Webmail-devel mailing list