Hi, I want to create a multiserver environement, just like this: - Master web server - Client web server - DB server - Mail + DNS server For that kind of installation, it will be easy to do it, I think, but I also want to install the mailing list support. How to do that in this configuration ? PS: I'll use nginx.
Mailman requires apache, so you have to install aoache on the mailserver and then install mailman as described in the perfect (single) server guide on your mailserver node.
If you set apache tolisten on localhost only, then you can not manage your mailinglists from the mailman web UI.
I am Not completely through but the howto here on howtoforge about nginx on centos 6 suggests how to use mailman with nginx. But it is really problematic to use mailman on a mail-only host. Subscribing via mail should be ok in your config but that is not what most users like.
That was the question at the first place Where and how to install a mailinglist (using mailman) on a multiserver arch. ?
Yes, ok, I know, I buy and read the manual, but it didn't describe the way to install it on a multi-server arch. right ?