[Mailman-Users] No such list

2006-07-17 Thread Will Twomey
I was trying to rename my list, as per http://www.list.org/faq.html
(last question on that page).

It wasn't working, and I figured I'd just use forwardings (postfix +
mysql setup).

I went back (find /var/lib/mailman | grep newlistname) and changed
everything back (including removing the  RedirectMatch permanent
from httpd.conf in apache2).

However, after restarting mailman/postfix/apache2 I find that I cannot
access my list.

Going to http://domain.com/cgi-bin/mailman/admin/list tries to send me
to http://domain.com/cgi-bin/mailman/admin/1stCDDems

I've tried genaliases, but no luck.

Does anyone know what could be up?
(http://domain.com/cgi-bin/mailman/admindb/list works)

I figured it was something wrong with apache; are 'RedirectMatch
permanent' fields really permanent, ever after being removed and the
server being reloaded? If so, how can I remove them?

Thanks for any help you can offer. :)

-Will
--
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] changing hostname of web interface page

2006-06-19 Thread Will Twomey
My website and email (postfix + mailman) are hosted on two different servers.

I'd really like to be able to use the mailman web interface, but it
goes to the http server instead of the web server.

Instead of 'hostname.com/cgi-bin/mailman/admin/list' I'd like it to be
'list.hostname.com/cgi-bin/mailman/admin/list/general'

Does anyone know how I can do this without changing the mailman email
address from [EMAIL PROTECTED] to [EMAIL PROTECTED]

I added the IP of my mail server to /etc/hosts, in order to use the
admin page, and I changed the Host name this list prefers for email.
part. This didn't seem to change anything, though. :(

Thanks!

-Will
--
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


Re: [Mailman-Users] changing hostname of web interface page

2006-06-19 Thread Will Twomey
Thank you, that fixed it.  :)

A second question, if I may.

Is there a way to only allow some users to send messages to the list?
So the rest can only receive (seems like this would be useful for an
announcement list).

Hope that's not a stupid question.

Thanks for the quick reply. =)

-Will

On 6/19/06, Mark Sapiro [EMAIL PROTECTED] wrote:
 Will Twomey wrote:
 
 Instead of 'hostname.com/cgi-bin/mailman/admin/list' I'd like it to be
 'list.hostname.com/cgi-bin/mailman/admin/list/general'
 
 Does anyone know how I can do this without changing the mailman email
 address from [EMAIL PROTECTED] to [EMAIL PROTECTED]


 Put the following in mm_cfg.py

 DEFAULT_URL_HOST = 'list.hostname.com'
 DEFAULT_EMAIL_HOST = 'hostname.com'
 VIRTUAL_HOSTS.clear()
 add_virtualhost(DEFAULT_URL_HOST, DEFAULT_EMAIL_HOST)

 restart mailman and run fix_url.

 See
 http://www.python.org/cgi-bin/faqw-mm.py?req=showfile=faq04.029.htp.

 After all this is working OK, you may want to rebuild the archives with
 'bin/arch --wipe listname' in order to fix the absolute links to the
 listinfo page in the prior monthly index files.

 Of course you will have to have an appropriately configured web server
 on list.hostname.com.

 --
 Mark Sapiro [EMAIL PROTECTED]   The highway is for gamblers,
 San Francisco Bay Area, Californiabetter use your sense - B. Dylan


--
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] Mailman isn't working: see /var/log/mailman/post

2006-04-10 Thread Will Twomey
I don't see anything wrong coming up in /var/log/mail.log,
/var/log/mail.err nor /var/log/mailman/error

/var/log/mailman/post shows this, however.  Any ideas?

I'm using Debian stable, everything was working (havn't touched it).

Apr 10 02:15:23 2006 (21439) post to test from [EMAIL PROTECTED],
size=2093, message-id=[EMAIL PROTECTED],
2 failures
Apr 10 02:15:23 2006 (21439) post to test from
[EMAIL PROTECTED], size=1010,
message-id=[EMAIL PROTECTED], 1
failures
Apr 10 02:15:23 2006 (21439) post to test from
[EMAIL PROTECTED], size=2339,
message-id=[EMAIL PROTECTED], 1
failures
Apr 10 02:18:36 2006 (23519) post to test from
[EMAIL PROTECTED], size=1010,
message-id=[EMAIL PROTECTED], 1
failures
Apr 10 02:18:36 2006 (23519) post to test from
[EMAIL PROTECTED], size=2339,
message-id=[EMAIL PROTECTED], 1
failures
Apr 10 02:19:55 2006 (23519) post to test from [EMAIL PROTECTED],
size=2164, message-id=[EMAIL PROTECTED],
2 failures


--
Will Twomey
http://UnhandledExceptions.com
--
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] Problem with cgi-bin files

2005-08-25 Thread Will Twomey
I'm using Debian testing, with Postfix 2.x

I installed mailman via apt-get, as well as postfix. Apache2 was
installed from source.

I use virtual domains (which are defined in a mysql database, along
with the users) in postfix.

Mailman is working quite well, except that many of my cgi-bin files
don't seem to work. (I can send and recieve mail, and mailman sends
out emails just fine to people in my lists)

I added, in httpd.conf:
ScriptAlias /mailman/ /var/lib/mailman/cgi-bin/

And now I can access http://servername.com/mailman/admin/csc (csc = list name)

I can get past the password prompt, and see the General Information,
but when I click on any link in there, I get 'The document contains no
data'. I changed apache user/group from nobody to www-data (so mailman
would work with it).

/var/lib/mailman/cgi-bin has the following permissions
lrwxrwxrwx  1 root list 24 Aug 25 12:56 cgi-bin - /usr/lib/cgi-bin/mailman

The files in that directory all have the following permissions
-rwxr-sr-x  1 root list 6276 May 28 06:54 admin

I'm confused why some pages load fine, and others do not.

Does anyone know of a solution?

Thanks

-Will
--
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