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


[Mailman-Users] security

2003-06-30 Thread Ana Carolina Alonso
I'm a mailman users, I had installed and configure some lists in my server, 
the questios is:
when i access to the list info page, and I folow a link which say Click 
here for the list of Investigadores subscribers: VISIT SUBSCRIBERS LIST	
I can (or who folow the link) modify the properties of any of the 
subscriptors for example i can change the password any.
How can i autenticate, so that evrebody should to entry the password to 
chage the properties and then each person could modify his owner properties?

Thanks in advance. Sorry for my english

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/
This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] Autentication and problem

2003-06-20 Thread Ana Carolina Alonso
Hello! I'm a mailman user, I had installed and configured a lot of lists in 
my machine.
I have a problem with one list, when somebody send a mail to the list some 
times some persons (who has subscript to the list) dosn`t receive the mail, 
I don`t undertand why happend, Which is the way to view which mails had 
reveived each person?

Another question: when I go to 
http://mail.python.org/mailman/roster/mailman-users and I want to access to 
some address the password is requerid, who set this option for my lists?

Sorry for my english. 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/
This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org