diff options
Diffstat (limited to 'Mailman/Defaults.py.in')
| -rw-r--r-- | Mailman/Defaults.py.in | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Mailman/Defaults.py.in b/Mailman/Defaults.py.in index 3c5b9e2da..1840ad998 100644 --- a/Mailman/Defaults.py.in +++ b/Mailman/Defaults.py.in @@ -716,7 +716,7 @@ USE_MAILDIR = No # # NOTE: LMTP delivery is experimental for Mailman 2.2. USE_LMTP = No -# NOTE: If you set USE_LMTP = Yes, add the following line to your mailman.cfg +# NOTE: If you set USE_LMTP = Yes, add the following line to your mailman.cfg # file (uncommented of course!) # QRUNNERS.append(('LMTPRunner', 1)) @@ -727,8 +727,10 @@ LMTP_HOST = 'localhost' LMTP_PORT = 8025 # Experimental WSGI Server. -# You must enable PROXY of Apache httpd server and configure to pass -# mailman CGI requests to this WSGI Server: +# +# You must enable PROXY of Apache httpd server and configure to pass Mailman +# CGI requests to this WSGI Server: +# # ProxyPass /mailman/ http://localhost:2580/ HTTP_HOST = 'localhost' HTTP_PORT = 2580 |
