Re: [Mailman-Users] Is There a list member limitation?

2010-01-15 Thread Stephen J. Turnbull
Goodman, William writes: > We have a very busy mail server so I set it to 4 hours, when I used the > default we had a mailq of over 200 everyday which slowed our > performance. > So it will keep trying to send it for 4 hours then it gets bounced. Sure, but the main point is that the user can

Re: [Mailman-Users] host.domain.tld vs. domain.tld

2010-01-15 Thread David Newman
On 1/15/10 7:33 PM, Mark Sapiro wrote: > David Newman wrote: >> After migrating to new hardware, Mailman lists are working OK using the >> form @mail.domain.tld, but mail sent to @domain.tld >> bounces with an "User unknown in virtual mailbox table" error. >> >> This is a problem since some users e

Re: [Mailman-Users] Mailman, postfix and procmail

2010-01-15 Thread Mark Sapiro
Taylor, Marc wrote: > >I have an Ubuntu server running Mailman 2.1.9, Postfix 2.5.1 and >procmail 3.22. I have gotten mailman and postfix to work correctly >using the postfix-to-mailman.py file. > >How does one integrate procmail into this mixture with the >postfix-to-mailman.py file? Is it possi

Re: [Mailman-Users] host.domain.tld vs. domain.tld

2010-01-15 Thread Mark Sapiro
David Newman wrote: > >After migrating to new hardware, Mailman lists are working OK using the >form @mail.domain.tld, but mail sent to @domain.tld >bounces with an "User unknown in virtual mailbox table" error. > >This is a problem since some users expect @domain.tld to work. >So, I'm looking for

[Mailman-Users] Mailman, postfix and procmail

2010-01-15 Thread Taylor, Marc
Good evening, I have a question that I am not quite sure how to pose but here it goes: I have an Ubuntu server running Mailman 2.1.9, Postfix 2.5.1 and procmail 3.22. I have gotten mailman and postfix to work correctly using the postfix-to-mailman.py file. How does one integrate procmail into t

[Mailman-Users] Puzzle Regarding Sender Header

2010-01-15 Thread David Eisner
I just moved a Mailman setup from one server to another. This is Mailman 2.1.12, with one modification, described in this message:[1] Basically, I change the Sender header in SMTPDirect.py so it comes from the -admin address rather than the -bounce address: # msg['Sender'] = envsender msg

Re: [Mailman-Users] digest attachments

2010-01-15 Thread Mark Sapiro
John Griessen wrote: >One of my digest list members wishes they could see photo attachments in some >clicky way using links in the digest email, but all I've figured out >is to set archiving to on, and tell them to look there. They won't >jump through that many hoops, and still whine occasionally

Re: [Mailman-Users] Puzzle Regarding Sender Header

2010-01-15 Thread Mark Sapiro
David Eisner wrote: > >The reverse DNS mapping for 127.0.0.2 points to intranet.foo.org. > >I've set the host_name for all the lists to be 'lists.foo.org'. I >also set DEFAULT_EMAIL_HOST and DEFAULT_URL_HOST to 'lists.foo.org'. >I also ran fix_url for all the lists. > >Everything is working fine,

[Mailman-Users] host.domain.tld vs. domain.tld

2010-01-15 Thread David Newman
Mailman 2.1.13, postfix 2.5.6, MySQL 5.0.77, OpenBSD 4.5 After migrating to new hardware, Mailman lists are working OK using the form @mail.domain.tld, but mail sent to @domain.tld bounces with an "User unknown in virtual mailbox table" error. This is a problem since some users expect @domain.tld

[Mailman-Users] digest attachments

2010-01-15 Thread John Griessen
One of my digest list members wishes they could see photo attachments in some clicky way using links in the digest email, but all I've figured out is to set archiving to on, and tell them to look there. They won't jump through that many hoops, and still whine occasionally... Is there any way to

Re: [Mailman-Users] Is There a list member limitation?

2010-01-15 Thread Goodman, William
We have a very busy mail server so I set it to 4 hours, when I used the default we had a mailq of over 200 everyday which slowed our performance. So it will keep trying to send it for 4 hours then it gets bounced. -Original Message- From: Larry Stone [mailto:lston...@stonejongleux.com] S

Re: [Mailman-Users] Is There a list member limitation?

2010-01-15 Thread Larry Stone
On Fri, 15 Jan 2010, Goodman, William wrote: I see things like below to users I know didn't receive the email. So you first assessment is correct "they did receive it but they just can't find it. Uh no, the message below is a deferral. Postfix keeps retrying until it times out at which point

Re: [Mailman-Users] Is There a list member limitation?

2010-01-15 Thread Goodman, William
I see things like below to users I know didn't receive the email. So you first assessment is correct "they did receive it but they just can't find it. to=, relay=mail.somewhere.com[212.137.44.179]:25, delay=8.3, delays=0.02/4.4/0.67/3.3, dsn=4.0.0, status=deferred (host mail.somewhere.com[212.137.

Re: [Mailman-Users] Is There a list member limitation?

2010-01-15 Thread Larry Stone
On Fri, 15 Jan 2010, Goodman, William wrote: Interesting... I also manage the mail servers, we use postfix with Amavid, ClamAV and Spamassassian. I know this is a mailman list but, is that (SMTP_MAX_RCPTS = 500) a postfix mail server configuration? Since you're also managing the mail servers,

Re: [Mailman-Users] Is There a list member limitation?

2010-01-15 Thread Mark Sapiro
Goodman, William wrote: > >I also manage the mail servers, we use postfix with Amavid, ClamAV and >Spamassassian. I know >this is a mailman list but, is that (SMTP_MAX_RCPTS = 500) a postfix >mail server configuration? It is a Mailman configuration setting which may or may not mean anything depe

Re: [Mailman-Users] Is There a list member limitation?

2010-01-15 Thread Goodman, William
Interesting... I also manage the mail servers, we use postfix with Amavid, ClamAV and Spamassassian. I know this is a mailman list but, is that (SMTP_MAX_RCPTS = 500) a postfix mail server configuration? Bill -Original Message- From: mailman-users-bounces+wgoodman=jcvi@python.org [ma

Re: [Mailman-Users] Is There a list member limitation?

2010-01-15 Thread Mark Sapiro
LuKreme wrote: >On 15-Jan-2010, at 09:24, Goodman, William wrote: >> I had a user send an email to one of our lists (approx. 700 email >> address), he states that some users received them about (450) and other did >> not. Is there a email address limitation or member limitation? > > >Not in Mail

Re: [Mailman-Users] Is There a list member limitation?

2010-01-15 Thread Goodman, William
Thanks, That's what I thought you just confirmed it. Bill -Original Message- From: mailman-users-bounces+wgoodman=jcvi@python.org [mailto:mailman-users-bounces+wgoodman=jcvi@python.org] On Behalf Of LuKreme Sent: Friday, January 15, 2010 12:08 PM To: mailman-users@python.org Subje

Re: [Mailman-Users] Is There a list member limitation?

2010-01-15 Thread LuKreme
On 15-Jan-2010, at 09:24, Goodman, William wrote: > I had a user send an email to one of our lists (approx. 700 email > address), he states that some users received them about (450) and other did > not. Is there a email address limitation or member limitation? Not in Mailman. There are many re

[Mailman-Users] Is There a list member limitation?

2010-01-15 Thread Goodman, William
Hello Mark, I had a user send an email to one of our lists (approx. 700 email address), he states that some users received them about (450) and other did not. Is there a email address limitation or member limitation? If so where would the configuration be? Or where (beside the mail server) c

Re: [Mailman-Users] mailman enquiry

2010-01-15 Thread Mark Sapiro
Rohaniah Noor wrote: > >i am using mailman in my domain of budaklaw.com for 6 months. >the problem is now that i got warning from the web hosting company that my >domain is sending spam just because i and my friends are sending email using >mailman mailing list service. >FYI, there are only about 4

Re: [Mailman-Users] Not all mail delivered [was:(no subject)]

2010-01-15 Thread Mark Sapiro
rguket...@aol.com wrote: > >I use your mailing list service through lunar pages, I am the admistrator >and for some reason about a month ago some of the people on the list dont >get every email. I went in and looked and they arent bounced what should i >do. Do they get some messages? Are

Re: [Mailman-Users] mailman enquiry

2010-01-15 Thread Brian Carpenter
> -Original Message- > From: mailman-users-bounces+brian=emwd@python.org [mailto:mailman- > users-bounces+brian=emwd@python.org] On Behalf Of Rohaniah Noor > Sent: Thursday, January 14, 2010 10:37 AM > To: mailman-users@python.org > Subject: [Mailman-Users] mailman enquiry > > sir

Re: [Mailman-Users] (no subject)

2010-01-15 Thread Brian Carpenter
> -Original Message- > From: mailman-users-bounces+brian=emwd@python.org [mailto:mailman- > users-bounces+brian=emwd@python.org] On Behalf Of rguket...@aol.com > Sent: Thursday, January 14, 2010 1:32 PM > To: mailman-users@python.org > Subject: [Mailman-Users] (no subject) > > Hi >

Re: [Mailman-Users] Unsubscribed member still receives e-mails

2010-01-15 Thread Mark Sapiro
Michael Rosen wrote: > >We currently use the list server at >http://mailman.listserve.com/listmanager/admin/affiliate-talk for our >organization's members. One member who was deleted from the subscription >list still receives e-mails, even though I cannot locate her e-mail >address in the database

Re: [Mailman-Users] moderator email validation

2010-01-15 Thread Mark Sapiro
Leorat Matthieu wrote: > >I'm a french beginner with Mailman and I have just one question. It's >about the moderator email validation. Moderator have to enter his >password to validate a message by answering. I would know if it's >possible to keep the email validation without password. No it i

[Mailman-Users] mailman enquiry

2010-01-15 Thread Rohaniah Noor
sir . madam, i am using mailman in my domain of budaklaw.com for 6 months. the problem is now that i got warning from the web hosting company that my domain is sending spam just because i and my friends are sending email using mailman mailing list service. FYI, there are only about 45 - 50 email a

[Mailman-Users] (no subject)

2010-01-15 Thread rguketlov
Hi I use your mailing list service through lunar pages, I am the admistrator and for some reason about a month ago some of the people on the list dont get every email. I went in and looked and they arent bounced what should i do. thanks Rosemary Guketlov _www.icsspotswood.org_ (http://ww

[Mailman-Users] Unsubscribed member still receives e-mails

2010-01-15 Thread Michael Rosen
Good morning, We currently use the list server at http://mailman.listserve.com/listmanager/admin/affiliate-talk for our organization's members. One member who was deleted from the subscription list still receives e-mails, even though I cannot locate her e-mail address in the database (susan.kub

[Mailman-Users] moderator email validation

2010-01-15 Thread Leorat Matthieu
Hi, I'm a french beginner with Mailman and I have just one question. It's about the moderator email validation. Moderator have to enter his password to validate a message by answering. I would know if it's possible to keep the email validation without password. Thanks, Matthieu

[Mailman-Users] New Logo Contest for 2010

2010-01-15 Thread Barry Warsaw
Hello everybody! Our current GNU Mailman logos were designed by the Dragon De Monsyne many years ago. They have served us exceedingly well, but with the coming of Mailman 3, we've decided it's time our logos got a face lift. So we're opening up a new logo contest to the Mailman and GNU communiti