[Mailman-Users] mailman and ssl fun

2005-04-12 Thread Mauricio Tavares
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:

VirtualHost mailman.kushana.com:10445
 DocumentRoot /export/bin/mailman
 ServerName mailman.kushana.com
 ScriptAlias /mail//export/bin/mailman/cgi-bin/
 ScriptAlias /mailman//export/bin/mailman/cgi-bin/
 Alias /pipermail/ /export/bin/mailman/archives/public/
 CustomLog /usr/local/apache/logs/access.mailman combined
 ErrorLog /usr/local/apache/logs/errors.mailman
SSLEngine   on
SSLCertificateFile /usr/local/apache/conf/ssl.crt/server.crt
SSLCertificateKeyFile /usr/local/apache/conf/ssl.key/server.key
/VirtualHost
After restarting apache, I set my browser to
https://mailman.kushana.com:10445/mailman/admin/test-mailinglist/bounce
I get the authentication page without a problem.  But, once I enter the
password and click on the login button, I am pointed to the url
https://mailman/admin/test-mailinglist/bounce
on port 443. What am I doing wrong here?
--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org
Security Policy: http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


[Mailman-Users] Running mailman without web interface

2005-01-29 Thread Mauricio Tavares
	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.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/


[Mailman-Users] NFS confusion

2004-12-21 Thread Mauricio Tavares
	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.  Fromw hat I understood, I could NFS mount the mailman 
directory to the webserver and then tell apache there to run it. So, I 
nfs exported the directory (here's the /etc/dfs/dfstab entry):

share -F nfs -o rw=webserver,anon=0 /usr/local/mailman
Then, I mounted the directory
webserver # mount mailserver:/usr/local/mailman /usr/local/mailman
without a problem (and, yes, I am making a point, for now, to keep the 
paths in both machines exactly the same).  I then setup it in apache's 
httpd.conf:

VirtualHost *
 DocumentRoot /usr/local/mailman
 ServerName mailman.my.domain.com
 ScriptAlias /mail//usr/local/mailman/cgi-bin/
 ScriptAlias /mailman//usr/local/mailman/cgi-bin/
 Alias /pipermail/ /usr/local/mailman/archives/public/
 CustomLog /usr/local/apache/logs/access.mailman combined
 ErrorLog /usr/local/apache/logs/errors.mailman
/VirtualHost
And then made sure mailman is now a CNAME to the webserver. Now, when I 
try to access it, I get nothing but an error message (I would write it 
here but I disabled the above.  If you want, I can redo it all and copy 
it down).  What have I done wrong?

--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/


Re: [Mailman-Users] Configuration back to to ascii config file?

2004-10-21 Thread Mauricio Tavares
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 I go to the admin page, I can also 
change its settings. But, let's say I come up with really neat settings 
and would like to apply them to a few more mailing lists. Is there a way 
I can save the configuration of a given mailing list back to an ascii 
file so I can do any minor changes and feed it to the other lists?
   


 bin/config_list --help
It works in both directions.
 

   Thanks!  I did not know it could go both ways.  So, now happyness 
prevails. =)

--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/


Re: [Mailman-Users] Mailman on Solaris-based web server

2004-10-21 Thread Mauricio Tavares
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 alumni the possibility of  
creating mailing lists for the alums, and Mailman seems like a good  
solution. We have also looked into Majordomo, which IgLou will administer  
for additional monthly charges. We would like to save money.

Can Mailman be installed alongside our website? In other words, is it self  
contained? Can its bin and lib files, for example, be installed in our web  
directory, and still allow Mailman to function?
   

Mailman can be installed under Solaris in your own virtual domain on
your web host, but it requires (probably root) access to the shell on
the server to do it and to integrate it with the web server and MTA on
the host. I.e. IgLou will probably have to do it for you and will
probably charge you for the installation and maybe for monthly use as
well.
To see what's involved in installing Mailman, go to
http://cvs.sourceforge.net/viewcvs.py/mailman/mailman/INSTALL?only_with_tag=Release_2_1_5view=markup
 

   Adding to the mess, I am running mailman right now with postfix in a
Solaris 8 box.  Besides my own errors (I am working on that ;), I had no
problems getting it to work. I literally set it to do postfix (and
postfix to do it), typed ./config and off it went.  Compiler used was
gcc. So, if you need someone to harass, that much I may be able to help. =)
--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/


Re: [Mailman-Users] Mailman on Solaris-based web server

2004-10-21 Thread Mauricio Tavares
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 
possibility of  creating mailing lists for the alums, and Mailman 
seems like a good  solution. We have also looked into Majordomo, which 
IgLou will administer  for additional monthly charges. We would like 
to save money.

Can Mailman be installed alongside our website? In other words, is it 
self  contained? Can its bin and lib files, for example, be installed 
in our web  directory, and still allow Mailman to function?
   What you are asking is exactly what I am planning on doing here.  We 
have a mail server (Solaris 8 box) which is currently being used as 
mailman's website.  What we are going to do is to NFS mount the mailman 
directory in our webserver (a Solaris 9 box) so it can be accessed 
there. Probably, the best way to do it is kinda like what you infered: 
install mailman in the webserver and then automount the data 
directories. I'll be playing with that and keep you all posted with my 
adventures.

Our other possible solution is to host the mailing lists on one of our 
own  Linux servers, if the app cannot be installed on our host's 
server. Since  we run Exchange Server, I am trying to simplify matters 
by hosting the  mailing lists offsite, though.

Thanks for your help.
John Wheaton,
Technology Coordinator
St. Francis High School
233 W. Broadway
Louisville, KY 40202


--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/


[Mailman-Users] Configuration back to to ascii config file?

2004-10-15 Thread Mauricio Tavares
   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 settings. But, let's say I come up with really neat settings 
and would like to apply them to a few more mailing lists. Is there a way 
I can save the configuration of a given mailing list back to an ascii 
file so I can do any minor changes and feed it to the other lists?

--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/


[Mailman-Users] Subscribers of one list = subscribers of another?

2004-10-06 Thread Mauricio Tavares
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 bottom of http://starship.python.net/crew/jwt/mailman/,
but it seems to be aimed at accept_these_nonmembers. I actually even tried
it to do what I wanted but had no luck.

--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/