mailman and ssl fun: Since I only have one webserver without
extra IPs for the different sites, I want to setup my mailman virtual
host so it goes to mailman.kushana.com:10445 (through ssl). So, I get
soemthing like this:
DocumentRoot "/export/bin/mailman"
ServerName mailman.
How hard is it to run mailman (including the bounce management thingie)
without running its web interface? We are moving our mail server to
another machine which will not run any web servers.
--
Mailman-Users mailing list
Mailman-Users@python.
I feel stupid. I have a machine that is our mailserver (Solaris 8) and
where mailman is run from. I also have a machine (Solaris 9) that is
our webserver. Currently, I am running apache in the mailserver so I
can access the mailman pages, but I would like to move that to the
webserver. Fro
John Wheaton wrote:
Hello,
I am curious whether Mailman will work on Solaris, and how best to
integrate it with our current web site. Our school maintains an
informational website at www.stfrancishighschool.com, hosted by IgLou
in Louisville. We have been discussing with a few alumni the
pos
Mark Sapiro wrote:
John Wheaton wrote:
I am curious whether Mailman will work on Solaris, and how best to
integrate it with our current web site. Our school maintains an
informational website at www.stfrancishighschool.com, hosted by IgLou in
Louisville. We have been discussing with a few
Mark Sapiro wrote:
Mauricio Tavares wrote:
Let's see if I make sense. I know I can create a mailing list config
file as an ascii file and then feed it in (I forgot the name of the
command so I am not going to worry about it) to the mailing list to
create its binary config file. When
Let's see if I make sense. I know I can create a mailing list config
file as an ascii file and then feed it in (I forgot the name of the
command so I am not going to worry about it) to the mailing list to
create its binary config file. When I go to the admin page, I can also
change its sett
Let's say I have 3 lists, list1, list2, and list3. Now I would
like to have the subscribers of list 3 to be those of list1 + list2. So,
when the list of subscribers in, say, list2 changes, list3 is
automagically updated. Is there a way to do that? I looked into what was
suggested on the