[Mailman-Users] Sendmail and apache on Different Servers

John McIntyre joh98.mac at gmail.com
Fri Feb 20 09:40:24 CET 2015


2015-02-20 0:16 GMT+00:00 Stephen J. Turnbull <stephen at xemacs.org>:

> John McIntyre writes:
>
>  > I'm guessing that apache can proxy for the mailman server, but what
>  > about e-mail?
>
> For the webserver, I think a virtualhost configuration in Apache like
>
> <VirtualHost *:80>
>         ServerName mailman.example.com
>         ServerAdmin you at example.com
>         <Location />
>                 Require all granted
>                 ProxyPass http://mailman.example.com:80/
>                 ProxyPassReverse http://mailman.example.com:80/
>         </Location>
> </VirtualHost>
>
> Thanks for that, I'm about to try it.

When you say 'webserver', you mean the main webserver, to which my router
forwards all http(s) traffic?

John.


More information about the Mailman-Users mailing list