[Mailman-Users] List email domain versus archive / web admin domain.

2007-02-21 Thread Alan Gutierrez
I've just moved my mail server to a new server. I used to run my lists 
on the same server where I hosted web sites, so that I was able to have 
the following.

[EMAIL PROTECTED]
http://thinknola.com/mailman/listinfo
http://thinknola.com/mailman/listinfo/bloggers
http://thinknola.com/pipermail/bloggers/

The website thinknola.com will stay at the current machine.

My users are not terribly savvy and I don't want to change things too 
much. They should not have to adjust their address books. Links can 
redirect.

I tried using mod_proxy, but that meant that the mailman CGI was unable 
to determine the hostname, and therefore, did not provide for listings 
of hosted lists in /mailman/listinfo

Google recommends this solution:

http://mail.python.org/pipermail/mailman-users/2003-January/025330.html

Is this the preferred recipe?

Incidentally, the layout of this list...

http://mail.python.org/mailman/listinfo/mailman-users
mailman-users@python.org

Would be okay. I'm wondering if it doesn't follow the recipe in the link 
above.

-- 
Alan Gutierrez
504 717 1428 - [EMAIL PROTECTED] - http://blogometer.com/
Think New Orleans - http://thinknola.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


Re: [Mailman-Users] Making all bounces, even temporary ones, go to list owner

2007-02-21 Thread Whitcomb, Jeff
In response to Mark's email number 9 below.  I have always received
delayed messages as a list owner, and did not know that I am not
supposed to having the list configured as he mentions.

The message I get is:

The attached message was received as a bounce, but either the bounce
format was not recognized, or no member addresses could be extracted
from it.  This mailing list has been configured to send all unrecognized
bounce messages to the list administrator(s).

When I open the attachment, it has:


Your message has been delayed and is still awaiting delivery to the
following recipient(s):

email address
(Was addressed to email address)
Message delayed


Could not resolve mail server name because DNS server did not respond in
time.


The delayed message also has two attachments, one is an error status
message that says:


Reporting-MTA: dns; mailrelay.originating domain
Received-From-MTA: dns; server5.originating domain (unverified
[xxx.xxx.xxx.xxx])
Arrival-Date: Mon, 19 Feb 2007 15:44:47 -0600

Final-Recipient: rfc822; destination email address
Action: delayed
Status: 0.0.0 (Unknown class - no additional status information
available)


The other attachment appears to be the header of the original email.

Before I went through and stripped out server addresses and put fake
stuff in, I wanted to see what information I need to send where to
determine if this is an unrecognized bounce format that needs to be
added to MailMan, or if it might be something else?

Thanks,

Jeff Whitcomb, MCP
Technology Services Manager
Cumberland School of Law - Samford University
205-726-4662

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf
Of [EMAIL PROTECTED]
Sent: Tuesday, February 20, 2007 5:00 AM
To: mailman-users@python.org
Subject: Mailman-Users Digest, Vol 36, Issue 28

Send Mailman-Users mailing list submissions to
mailman-users@python.org

To subscribe or unsubscribe via the World Wide Web, visit
http://mail.python.org/mailman/listinfo/mailman-users
or, via email, send a message with subject or body 'help' to
[EMAIL PROTECTED]

You can reach the person managing the list at
[EMAIL PROTECTED]

When replying, lease edit your Subject line so it is more specific
than Re: Contents of Mailman-Users digest...


Today's Topics:

   1. pipermail customization (Denis)
   2. Re: pipermail customization (Mark Sapiro)
   3. Re: pipermail customization (Denis)
   4. revisiting Mailman content-type problem (Ron Brogden)
   5. Re: pipermail customization (Mark Sapiro)
   6. Re: revisiting Mailman content-type problem (Mark Sapiro)
   7. Making all bounces, even temporary ones,  go to list owner
  ASAP (Kelly Jones)
   8. Re: revisiting Mailman content-type problem ([EMAIL PROTECTED])
   9. Re: Making all bounces, even temporary ones,  go to list owner
  ASAP (Mark Sapiro)


--

Message: 1
Date: Mon, 19 Feb 2007 19:29:00 +0200
From: Denis [EMAIL PROTECTED]
Subject: [Mailman-Users] pipermail customization
To: mailman-users@python.org
Message-ID: [EMAIL PROTECTED]
Content-Type: text/plain; charset=us-ascii

Hi guys ..
It's possible customize archived message page? (like
http://mail.python.org/pipermail/mailman-users/2004-April/035963.html
)

add custom header-footer-css ?

As I understand this pages by generated by papermail. But
unfortunately i can't find way to customize papermail.


Thanks!




--

Message: 2
Date: Mon, 19 Feb 2007 09:43:33 -0800
From: Mark Sapiro [EMAIL PROTECTED]
Subject: Re: [Mailman-Users] pipermail customization
To: Denis [EMAIL PROTECTED], mailman-users@python.org
Message-ID: [EMAIL PROTECTED]
Content-Type: text/plain; charset=iso-8859-1

Denis wrote:

It's possible customize archived message page? (like
http://mail.python.org/pipermail/mailman-users/2004-April/035963.html
)

add custom header-footer-css ?


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

The template is article.html.

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



--

Message: 3
Date: Mon, 19 Feb 2007 20:00:27 +0200
From: Denis [EMAIL PROTECTED]
Subject: Re: [Mailman-Users] pipermail customization
To: Mark Sapiro [EMAIL PROTECTED]
Cc: mailman-users@python.org
Message-ID: [EMAIL PROTECTED]
Content-Type: text/plain; charset=us-ascii

Thanks, this is interesting!
I can't understand how to force rebild  files from
/usr/local/mailman2/archives/private/webman/2007-February/*

Seems for new files all ok.

/usr/local/mailman/bin/mailmanctl restart  - doesn't help : (




Can you advice please?

 Denis wrote:

It's possible customize archived message page? (like
http://mail.python.org/pipermail/mailman-users/2004-April/035963.html
)

add custom header-footer-css ?


 See


[Mailman-Users] retrieving usernames and passwords from mailman

2007-02-21 Thread Matthew Clarkson
I'm building a simple document sharing application to run alongside  
mailman.  What I would like to do is use mailmans users/passwords for  
this application.
Ultimately what I would like to do is pull out all usernames   
passwords and throw it all into a file for a given list.  Is this  
possible with a current command line program with mailman?

Thanks in advance
--
Matthew Clarkson
Netera Alliance
--
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] postfix mailman

2007-02-21 Thread Rich
I have a working postfix server on fc6. I just installed mailman on the
server and used webmin to setup a mailing list.
In /var/log/mailman/smtp-failure I see:

delivery to [EMAIL PROTECTED] failed with code -1:(111, Connection Refused)

I find this quite odd since I can send and receive email normally. Ideas
anyone?

--
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] Moving mailman lists

2007-02-21 Thread Steven Jones
Hi,

Quick Q,

We have an organisation wanting to use our mailman server, but they want
their own domain. Since mailman does not easily do multiple domains, in
the short term they will accept using our domain but later want to
extract their lists and run them under their own domain on their own
mailman server.

So, how easy would it be to extract all the setup info and move it to
the new server and convert it to a new list name and a new domain at a
later date?

Does this involve hacking by hand or would it be easy to automate? Is
there already such a tool?

Could the archived items be cleansed of the old domain and the new
domain be substituted? (this is probably a secondary requirement)...

Unless this is easy my preference is to let them wait until they get a
new server but they want something now.

regards


Steven Jones
Senior  Linux/Unix/San System Administrator
APG -Technology Integration Team
Victoria University of Wellington

 
--
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] Possible to forward bounces from mass invitation?

2007-02-21 Thread Carter Braxton
I'm running mailman 2.1.5 on a Ubuntu 6.0.1 server, and am going to do
an initial mass invitation to the mailing list. Is there a way to have
any invitations that bounce be forwarded to the list owner? (If not the
bounces can always be culled from the postfix log, but it would be nice
if there were a way to have them forwarded automatically.) I didn't
see anything obvious in the bounce settings that would provide this
functionality.

--
   Carter Braxton
--
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] postfix virtual domain problem

2007-02-21 Thread Rich
Yes I have read the other threads and the setup procedure in the manual
and tried other suggested setups too. I see the list archives show up
yet no mail ever gets delivered. It always gets stopped on delivery.
In /var/log/mailman/smtp-failure I see:

delivery to [EMAIL PROTECTED] failed with code -1:(111, Connection Refused)

I find this quite odd since I can send and receive email normaly
internally and externally. I have disabled pop-before-smtp but it still
doesn't work. I'm on fc6 all files were installed from the standard
packages via yum(which I haven't seen anyone else complaining about).
Postfix config perhaps? Although since it works for everything else I
doubt it. Ideas anyone?


--
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] Your message was rejected?!?

2007-02-21 Thread kalin mintchev
hi all...

the email address the email is coming from is in the field:
List of non-member addresses whose postings should be automatically
accepted.

i just get: Your message was rejected.  that's all. no explanation...
there is nothing in the logs. just rejected - that's it...

why?

thanks

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