I need to use a newsletter with 2400 email adresses (op-in list)but my hosting plan doesn�t allow me to send more than 200 mails in one shot (recent spaming issues and server black lists from other users).
Is there a way to force Mailman spit the list in 200 mails (12 lists!) or does shots of 200 adresses per time limit? Can i use some sort of cron jobs?
I would apreciate you help! Thanks!
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, please edit your Subject line so it is more specific than "Re: Contents of Mailman-Users digest..." Today's Topics:
1. Re: Bounces (Paul H Byerly) 2. HELP WITH THE WEB INTERFACE. (Andre Ricardo) 3. RE: URL_HOST per list (jsmith) 4. Admin interface question (Ted Ernst) 5. Where are list member addresses stored? (Pete Holsberg) 6. Re: Where are list member addresses stored? (Erick Mechler) 7. Re: How do I limit posts? (Erick Mechler) 8. 2 mailman instances with postfix (Christian Schoepplein) 9. How to use Mailman with windows 2000? (Ana) 10. Re: Where are list member addresses stored? (Pete Holsberg) 11. Welcome email (Bill Sholar) 12. Re: 2 mailman instances with postfix (Jon Carnes) 13. Re: How to use Mailman with windows 2000? (Jon Carnes) From: Paul H Byerly <[EMAIL PROTECTED]> Precedence: list MIME-Version: 1.0 Cc: To: [EMAIL PROTECTED] References: <[EMAIL PROTECTED]> In-Reply-To: <[EMAIL PROTECTED]> Date: Mon, 19 Jan 2004 13:09:26 -0600 Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: [Mailman-Users] Re: Bounces Message: 1
Charlie Hazlett wrote:I have a subscriber who received a bounce warning and I have no idea why she received it. Her email address is correct and she has had no problems with her email that I am aware of.
Start with the mailman bounce log <prefix>/mailman/logs and look for her bounce information with something like
grep -i "[EMAIL PROTECTED]" bounce
Use the times on the bounces to then search your servers mail logs for the actual bounce messages.
<>< Paul
From: Andre Ricardo <[EMAIL PROTECTED]> Precedence: list MIME-Version: 1.0 To: [EMAIL PROTECTED] In-Reply-To: <[EMAIL PROTECTED]> Date: Mon, 19 Jan 2004 17:55:16 -0200 (EDT) Message-ID: <[EMAIL PROTECTED]> Content-Type: TEXT/PLAIN; charset=X-UNKNOWN Subject: [Mailman-Users] HELP WITH THE WEB INTERFACE. Message: 2
Hi, I am trying to use the web interface to open a new mailing list, and I have the follow error:
Bug in Mailman version 2.1.3
We're sorry, we hit a bug! If you would like to help us identify the problem, please email a copy of this page to the webmaster for this site with a description of what happened. Thanks!
Traceback:
Traceback (most recent call last): File "/usr/local/mailman/scripts/driver", line 87, in run_main main() File "/usr/local/mailman/Mailman/Cgi/create.py", line 55, in main process_request(doc, cgidata) File "/usr/local/mailman/Mailman/Cgi/create.py", line 219, in process_request sys.modules[modname].create(mlist, cgi=1) File "/usr/local/mailman/Mailman/MTA/Postfix.py", line 232, in create _update_maps() File "/usr/local/mailman/Mailman/MTA/Postfix.py", line 53, in _update_maps raise RuntimeError, msg % (acmd, status, errstr) RuntimeError: command failed: /usr/local/sbin/postalias /usr/local/mailman/data/aliases (status: 1, Not owner)
Info: SunFireV100 running Solaris 9 + Postfix + python 2.2.2 + GCC 3.2.2
Any help is welcome Thanks in advance.
[]s Andre Ricardo Righetto ABRAPIV - http://www.abrapiv.com.br/ VBA - http://www.flyvba.com.br/ FABv - http://www.voefab.com.br/ Vamos filhos altivos dos ares Nosso v�o ousado al�ar...
From: "jsmith" <[EMAIL PROTECTED]> Precedence: list MIME-Version: 1.0 Cc: [EMAIL PROTECTED] To: "Stephan Paukner" <[EMAIL PROTECTED]>, "Linda Pahdoco" <[EMAIL PROTECTED]> Date: Mon, 19 Jan 2004 15:06:35 -0800 Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="us-ascii" Subject: RE: [Mailman-Users] URL_HOST per list Message: 3
Stephan
I used the cmd bin/withlist -l -r fix_url mylistname -u my_url_here
Seems to work fine.
Joe
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Stephan Paukner Sent: Monday, January 19, 2004 1:07 AM To: Linda Pahdoco Cc: [EMAIL PROTECTED] Subject: RE: [Mailman-Users] URL_HOST per list
Hi!
Linda Pahdoco wrote: > When you create the list, create it as "[EMAIL PROTECTED]" > instead > of just as "listname". You can use withlist fix_url to update the > existing lists if you have access to the shell on the list server. If
> you don't, ask your hosting company to fix it for you.
I want to mention that the default email-host is correctly listed as virtual.domain, but the link to the archives always goes to DEFAULT_URL_HOST, which is not equal to virtual.domain. So, if someone navigates to the index page here, the lists for DEFAULT_URL_HOST are displayed, and not those for virtual.domain, where the visitor has started.
If bin/withlist really can change this, how's the syntax to do this?
TIA & Regards
Stephan
------------------------------------------------------ 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/jsmith%40smittybuil t.com
Content-Transfer-Encoding: 7bit From: "Ted Ernst" <[EMAIL PROTECTED]> Precedence: list MIME-Version: 1.0 To: <[EMAIL PROTECTED]> Date: Mon, 19 Jan 2004 17:20:13 -0600 Reply-To: [EMAIL PROTECTED] Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="US-ASCII" Subject: [Mailman-Users] Admin interface question Message: 4
My admin interface membership list shows only a small number of members at a time. Is there any way to get it to show me the whole list (over 1000 members)?
peace, ted ___ Humanize the Earth! http://www.chicagohumanist.org http://www.tedernst.com
From: Pete Holsberg <[EMAIL PROTECTED]> Precedence: list MIME-Version: 1.0 To: [EMAIL PROTECTED] Date: Mon, 19 Jan 2004 22:01:14 -0500 (EST) Message-ID: <[EMAIL PROTECTED]> Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: [Mailman-Users] Where are list member addresses stored? Message: 5
I'm getting error messages from Yahoo saying that [EMAIL PROTECTED] can't be found!
I would like to look at the file that contains the list member email addresses to try todope this out.
Tahnks, Pete
From: Erick Mechler <[EMAIL PROTECTED]> Precedence: list MIME-Version: 1.0 Cc: [EMAIL PROTECTED] To: Pete Holsberg <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> In-Reply-To: <[EMAIL PROTECTED]> Date: Tue, 20 Jan 2004 00:31:27 -0800 Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset=us-ascii Subject: Re: [Mailman-Users] Where are list member addresses stored? Message: 6
:: I'm getting error messages from Yahoo saying that :: [EMAIL PROTECTED] can't be found! :: :: I would like to look at the file that contains the list :: member email addresses to try todope this out.
~mailman/bin/list_members [listname]
This information is stored in the config.pck file in ~mailman/lists/
Cheers - Erick
From: Erick Mechler <[EMAIL PROTECTED]> Precedence: list MIME-Version: 1.0 Cc: [EMAIL PROTECTED] To: Corky Seevinck <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> In-Reply-To: <[EMAIL PROTECTED]> Date: Tue, 20 Jan 2004 00:36:47 -0800 Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset=us-ascii Subject: Re: [Mailman-Users] How do I limit posts? Message: 7
:: How do I configure a list so that members can't post. I want only the :: moderators to be able to post.
Please read the FAQ before posting:
http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq03.011.htp
--Erick
From: Christian Schoepplein <[EMAIL PROTECTED]> Precedence: list MIME-Version: 1.0 To: [EMAIL PROTECTED] Date: Tue, 20 Jan 2004 10:31:36 +0100 Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset=us-ascii Subject: [Mailman-Users] 2 mailman instances with postfix Message: 8
Hi!
Is it possible to use 2 mailman installations with one postfix mta on a server? How do I have to configure postfix / mailman, that for example no problems ocure with equal listaliases in the 1. and 2. mailman installation. The tow mailman instances are using different domains, so maybe postfix can sort out somehow which alias should be used.
Regards, Schoeppi
-- Christian Schoepplein | Beste Rockband der Welt: http://www.lily-rockt.de chris at schoeppi.net | Linux fuer Blinde: http://www.blinux.suse.de
Content-Transfer-Encoding: 7BIT From: Ana <[EMAIL PROTECTED]> Precedence: list MIME-Version: 1.0 To: [EMAIL PROTECTED] References: <[EMAIL PROTECTED]> Date: Tue, 20 Jan 2004 13:18:43 +0100 Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset=iso-8859-1 Subject: [Mailman-Users] How to use Mailman with windows 2000? Message: 9
Hi all,
I read in the requeriments page that Mailman currently not work on windows. I need to now if someone manage to work it in windows and how to did it?
Thanks in advance.
From: Pete Holsberg <[EMAIL PROTECTED]> Precedence: list MIME-Version: 1.0 Cc: [EMAIL PROTECTED] In-Reply-To: <[EMAIL PROTECTED]> Date: Tue, 20 Jan 2004 09:12:06 -0500 (EST) Message-ID: <[EMAIL PROTECTED]> Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: [Mailman-Users] Where are list member addresses stored? Message: 10
On Tue, 20 Jan 2004, Erick Mechler wrote:
> :: I'm getting error messages from Yahoo saying that > :: [EMAIL PROTECTED] can't be found! > :: > :: I would like to look at the file that contains the list > :: member email addresses to try todope this out. > > ~mailman/bin/list_members [listname] > > This information is stored in the config.pck file in ~mailman/lists/ > > Cheers - Erick >
Thanks, Erick. I got
Traceback (innermost last): File "./list_members", line 139, in ? main() File "./list_members", line 113, in main mlist = MailList.MailList(listname, lock=0) File "/home/mailman/Mailman/MailList.py", line 62, in __init__ self.Load() File "/home/mailman/Mailman/MailList.py", line 810, in Load raise Errors.MMBadListError, 'Failed to access config info' MMBadListError: Failed to access config info
????
Pete
Content-Transfer-Encoding: 7bit
From: "Bill Sholar" <[EMAIL PROTECTED]>
Precedence: list
MIME-Version: 1.0
To: <[EMAIL PROTECTED]>
In-Reply-To: <[EMAIL PROTECTED]>
Date: Tue, 20 Jan 2004 08:26:36 -0600
Message-ID: <!~!UENERkVCMDkAAQACAAAAAAAAAAAAAAAAABgAAAAAAAAA/[EMAIL PROTECTED]>
Content-Type: text/plain;
charset="US-ASCII"
Subject: [Mailman-Users] Welcome email
Message: 11
We have mailman on a dedicated server which hosts several domains.
Domain owners creating a new mailman list get a welcome email that inserts the server name where you'd expect the relevant domain name .... Such as links to http://server.serverdomain.com/mailman/admin/newlist_userdomain.com instead of http://userdomain.com/mailman/admin/newlist_userdomain.com (which does work, but is not how it should display), and email addresses such as [EMAIL PROTECTED] (which does NOT work) instead of [EMAIL PROTECTED]
Any suggestions? Thanks much!
Content-Transfer-Encoding: 7bit From: Jon Carnes <[EMAIL PROTECTED]> Precedence: list MIME-Version: 1.0 Cc: [EMAIL PROTECTED] To: Christian Schoepplein <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> In-Reply-To: <[EMAIL PROTECTED]> Date: 20 Jan 2004 09:28:47 -0500 Reply-To: [EMAIL PROTECTED] Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain Subject: Re: [Mailman-Users] 2 mailman instances with postfix Message: 12
On Tue, 2004-01-20 at 04:31, Christian Schoepplein wrote: > Hi! > > Is it possible to use 2 mailman installations with one postfix mta on a > server? How do I have to configure postfix / mailman, that for example > no problems ocure with equal listaliases in the 1. and 2. mailman > installation. The tow mailman instances are using different domains, so > maybe postfix can sort out somehow which alias should be used. > > Regards, > Schoeppi
I have multiple installs on my test machine some that use sendmail and others that use postfix, so it's no problem to have multiple Mailman installs on a system all using the same MTA - at least technically.
You've nailed the administrative problem though... I don't think there is a check to see if the alias already exists. Now Postfix will give you an error to alert you of the duplicate alias, but I don't think that Mailman listens for that - so the duplicate alias would be added.
Of course Postfix would sort it out by using the first match in its hash tables, so the mail would go to one of the installs. Still that isn't much help.
You could simply write a script to look for duplicates between the two sites and have that kicked off by the Create List routine - or add that as an external script and send an alert to the administrators when there is a collision. You could even have the script rename the newer alias.
Good Luck - Jon Carnes
Content-Transfer-Encoding: 7bit From: Jon Carnes <[EMAIL PROTECTED]> Precedence: list MIME-Version: 1.0 Cc: [EMAIL PROTECTED] To: Ana <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> In-Reply-To: <[EMAIL PROTECTED]> Date: 20 Jan 2004 09:38:49 -0500 Reply-To: [EMAIL PROTECTED] Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain Subject: Re: [Mailman-Users] How to use Mailman with windows 2000? Message: 13
On Tue, 2004-01-20 at 07:18, Ana wrote: > Hi all, > > I read in the requeriments page that Mailman currently not work on windows. > I need to now if someone manage to work it in windows and how to did it? > > Thanks in advance. > Here's the deal...
You can get Mailman to work on Windows. It requires so much expertise to get it working that you might as well simply install a Linux box - on which it is trivial to install.
The choice of a gnu generation is yours to make,
Jon Carnes
------------------------------------------------------ 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/
"The interest in encouraging freedom of expression in a democratic society outweighs any theoretical but unproven benefit of censorship."
--------------------------------------------------------------------
The Supreme Court of the United States of America,
from the decision on the Communications Decency Act
Lado Negro da WEB
http://www.ladonegro.net ------------------------------------------------------
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
