[Mailman-Users] Multiple web interface domains for one list

2005-07-04 Thread Alexei Kuznetsov
I've configured Mailman and set up several lists in one domain 
(lists.company.com). But inside LAN I can't reach that machine with that name 
because of NAT. Instead if this I can reach it by lists.company.local. But so 
I can't see lists set up on it. And I know it should be so because my lists are 
in fomain lists.company.com.

Can I do so that my lists be visible using lists.company.local?
--
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] Multiple web interface domains for one list

2005-07-04 Thread Jim Tittsler

On Jul 4, 2005, at 22:35, Alexei Kuznetsov wrote:

 I've configured Mailman and set up several lists in one domain  
 (lists.company.com). But inside LAN I can't reach that machine with  
 that name because of NAT. Instead if this I can reach it by  
 lists.company.local. But so I can't see lists set up on it. And I  
 know it should be so because my lists are in fomain lists.company.com.

If you don't need Mailman's virtual host features, set:

VIRTUAL_HOST_OVERVIEW = No

in your mm_cfg.py.  (See the comments in Mailman/Defaults.py)

-- 
Jim Tittsler http://www.OnJapan.net/  GPG: 0x01159DB6
Python Starship  http://Starship.Python.net/crew/jwt/
Mailman IRC  irc://irc.freenode.net/#mailman



--
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] Mailing list with HTML emails - how ?

2005-07-04 Thread Liviu
I know, HTML is bad, but I have a special situation. I want to setup a
mailman mailing list, and all my email is in HTML format (advertising
materials). I only send emails to my customers, that's all.

If if send an email to my test list, I receive only a text version. I
read some docs but I didn't find the solution for my problem. If
somebody has a mailman html enable mailing list, please offer me some
help.

Thanks,
Liviu
--
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] Mailing list with HTML emails - how ?

2005-07-04 Thread Brad Knowles
At 6:50 PM +0300 2005-07-04, Liviu wrote:

  If if send an email to my test list, I receive only a text version. I
  read some docs but I didn't find the solution for my problem. If
  somebody has a mailman html enable mailing list, please offer me some
  help.

If you want your customers to receive HTML e-mail, then you need 
to send HTML e-mail.  The default out-of-the-box configuration should 
not strip anything from these messages, and you should get what you 
want.  Otherwise, look at the stuff under the Content Filtering 
section on your mailing list configuration.

-- 
Brad Knowles, [EMAIL PROTECTED]

Those who would give up essential Liberty, to purchase a little
temporary Safety, deserve neither Liberty nor Safety.

 -- Benjamin Franklin (1706-1790), reply of the Pennsylvania
 Assembly to the Governor, November 11, 1755

   SAGE member since 1995.  See http://www.sage.org/ for more info.
--
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] Multiple web interface domains for one list

2005-07-04 Thread Nigel Allen
On Mon, 2005-07-04 at 23:35, Alexei Kuznetsov wrote:
 I've configured Mailman and set up several lists in one domain 
 (lists.company.com). But inside LAN I can't reach that machine with that name 
 because of NAT. Instead if this I can reach it by lists.company.local. But 
 so I can't see lists set up on it. And I know it should be so because my 
 lists are in fomain lists.company.com.
 
 Can I do so that my lists be visible using lists.company.local?
 --

We had a similar problem but we got around it by having our internal
servers defined in the hosts files and only use DNS for external
addresses.

HTH

Nigel.

-- 
Nigel Allen, Snr Consultant, ProSmart Consulting Australia
48 Tiarri Avenue, Terrey Hills, NSW 2084, Australia
Tel: +61 2 9450 2690  Fax: +61 2 9450 2691 Mob: +61 4 1494 5269
http://www.prosmart.com.au

--
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] Moderating from the command line

2005-07-04 Thread Tim Koop
Hi.  I have some questions about moderating from the command line.

1. Is it possible to get a  list of messages that need moderating from 
the command line?  There are commands for getting lists of lists and 
lists of people; why not lists of messages?

2. Is it possible to accept or reject these messages from the command line?

I'm guessing I'll have to use withlist, which is fine, but what kind of 
python code do I need to call?  I've looked around for the Mailman 
python code api, and I can't find anything.  And besides, I'm not that 
familiar with python.

Thanks in advance!

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