[Mailman-Users] HELP! web server + mailman server

2004-03-31 Thread Ana Carolina Alonso de Armiño
I should configure my web server (called webhost who has nfs mounted the 
mailman page from another server) and my mailman server (called emailhost) 
. How shoul I configure my mm_cfg.py??? I have:

DEFAULT_EMAIL_HOST = 'emailhost.mydomain'
DEFAULT_URL_HOST = 'webhost.mydoain'
DEFAULT_URL_PATTERN = 'http://%s/mailman/'
# DEFAULT_HOST_NAME has been replaced with DEFAULT_EMAIL_HOST, however some
# sites may have the former in their mm_cfg.py files.  If so, we'll believe
# that, otherwise we'll believe DEFAULT_EMAIL_HOST.  Same for DEFAULT_URL.
DEFAULT_HOST_NAME = 'emailhost.mydomain'
DEFAULT_URL = 'http://www.mydomain/mailman/'
add_virtualhost(DEFAULT_URL_HOST, DEFAULT_EMAIL_HOST)

I have do a lot of test, changing this values but it dosen`t work. The 
problem is next:

I see the first page at:
http://www.mydomain.edu.ar/mailman/listinfo/mylist
The link here go the mailman server instead the web server!!:
http://emailhost.mydomain.edu.ar/mailman/listinfo/mylist
What is wrog?? Is posible to do the configuration that I need
Thanks.
Ana

	



--
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] web configuration

2004-03-25 Thread Ana Carolina Alonso de Armiño
Hello

I have an mailman server (with sendmail) running mailman 2.1.3, this server 
is called myhost.  I have configred into the Mailman/Defaults.py like

DEFAULT_EMAIL_HOST = 'None'
DEFAULT_URL_HOST = 'None'
DEFAULT_URL_PATTERN = 'http://%s/mailman/'
DEFAULT_HOST_NAME = 'None'
DEFAULT_URL = 'http://www.mydomain.edu.ar/mailman/'
I have an web server who mounts the mailman NFS directory.
When I go to  'http://www.mydomain.edu.ar/mailman/infolist/mylist' I see 
the rigth page, but when I access to any link I get wrong URLs 
like  'http://myhost.mydomain.edu.ar/mailman/admin/mylist'
If I change the word myhost to www in the URL and I get the rigth page.
This happen in all page that I open, so I can open the page to configure my 
list but I can´t do change because the botton don´t work.

Which is the rigth configuratio to my needs?
Thanks in advance!
Ana



--
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] ImportError: No module named japanese

2004-03-17 Thread Ana Carolina Alonso de Armiño
Hello,

	I have a problem using mailman: I have a mail server (sendmail) where I 
hade installed mailman 2.1.4. There is installed Python 2.2.2. and 
Python-devel. I have a list and when I run the command list_list it work 
very well.
	I have another server, my web server running apache, there is installed 
Python 2.0 and Python-devel. I hade mounted the mailman directory into my 
web server using NFS. When I run a command, like list_list, it give the error:

Traceback (most recent call last):
  File ./bin/list_lists, line 44, in ?
import paths
  File ./bin/paths.py, line 55, in ?
import japanese
ImportError: No module named japanese
	I don`t understand where is the problem. Any idea?

Ana 



--
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] ImportError: No module named japanese

2004-03-12 Thread Ana Carolina Alonso de Armiño
Hello,

	I have a problem using mailman: I have a mail server (sendmail) where I 
hade installed mailman 2.1.4. There is installed Python 2.2.2. and 
Python-devel. I have a list and when I run the command list_list it work 
very well.
	I have another server, my web server running apache, there is installed 
Python 2.0 and Python-devel. I hade mounted the mailman directory into my 
web server using NFS. When I run a command, like list_list, it give the error:

Traceback (most recent call last):
  File ./bin/list_lists, line 44, in ?
import paths
  File ./bin/paths.py, line 55, in ?
import japanese
ImportError: No module named japanese
	I don`t understand where is the problem. Any idea?

Ana



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