Re: [Mailman-Users] Mail are not going out from mailman...

2008-10-13 Thread Nitin Bhadauria

Hi Mark,

SMTP_MAX_RCPTS is not working for me because i got more then 2000 
thousand mail id's from same domain and if i go for that option mails 
will stuck . If i don't configure the option i am getting errors in mailq :


"delivery temporarily suspended: lost connection with 
yahoo.com[11.111.1.1] while sending DATA command" OR
"server refused to talk to me: 421 4.7.0 [TS01] Messages from 111.1.11.1 
temporarily deferred due to user complaints - 4."


Mark Sapiro wrote:

Nitin Bhadauria wrote:
  
I found the problem the "Bounce processing" option was disabled. The 
mailman send the mail to 500 rcpt at once because of the 20 user are 
says User unknown in virtual mailbox table so all the 500 mails are keep 
bouncing between mailman and postfix.




Enabling bounce processing in this situation will just remove valid
member addresses from your list. What you need to do is set

SMTP_MAX_RCPTS = 10

(or some number less than 20) in mm_cfg.py, so you don't ever have more
than 20 recipients to one domain.

  


--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
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://wiki.list.org/x/QIA9


Re: [Mailman-Users] Mail are not going out from mailman...

2008-10-06 Thread Nitin Bhadauria

Dear Sir,

I found the problem the "Bounce processing" option was disabled. The 
mailman send the mail to 500 rcpt at once because of the 20 user are 
says User unknown in virtual mailbox table so all the 500 mails are keep 
bouncing between mailman and postfix.


Thanks
Nitin Bhadauria

Mark Sapiro wrote:

Nitin Bhadauria wrote:
  
One of my list with 6000 users is not sending mail to all the users of a 
same domain, I search over the logs of postfix and the only error i 
found is some of the user on the domain are not accepting the mails


reply: '550 <[EMAIL PROTECTED]>: Recipient address rejected: User unknown in 
virtual mailbox table\r\n'
reply: retcode (550); Msg: <[EMAIL PROTECTED]>: Recipient address rejected: 
User unknown in virtual mailbox table




And do you see mail being accepted for the users who don't receive it.

The most likely cause of this is the recipient domain is accepting the
mail and then discarding it as spam (or delivering it to the users'
spam or bulk folders). See the FAQ at <http://wiki.list.org/x/4oA9>.


  
Is it possible that mailman is not sending mails to all the users on the 
domain or mails are send domain wise so all the mail stuck. Any way i 
didn't find any thing in the qfiles.




and followed up:

  
When i check the qfiles they are empty but if i restart mailman it start 
sending all pending mails again is that any where else mailman store 
pending mails request ...



No.

As far as the main delivery path is concerned, incoming mail is placed
in a queue entry in qfiles/in. That queue entry is picked up by
IncomingRunner and is processed through a pipeline of handlers and
ultimately queued in qfiles/out for delivery. That entry is picked up
by OutgoingRunner which delivers messages with from one to hundreds of
recipients via SMTP to your Postfix. At that point (after delivery is
complete), it writes the 'post' log entry and the 'smtp' log entry
( smtp to list for nnn recips, completed in nn.nnn
seconds).

When the above log entry is written, the mail has all been passed to
Postfix and is no longer in Mailman except for things like archives
and digests. If any SMTP errors occur between Mailman and Postfix,
they are logged in 'smtp-failure' and if retryable, the message with
the failed recipient list is queued in qfiles/retry where it will be
picked up by RetryRunner and requed in qfiles/out after a delay.

If there are no files in qfiles/in/, qfiles/out/ or qfiles/retry,
Mailman is done with message delivery, and it's all in Postfix.
Restarting Mailman can't affect that message unless it is being
processed by a runner at the time of restart in which case, there may
be a .bak file in a queue which will be reprocessed when Mailman
restarts.

  


--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
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://wiki.list.org/x/QIA9


[Mailman-Users] [Fwd: Mail are not going out from mailman...]

2008-10-06 Thread Nitin Bhadauria
When i check the qfiles they are empty but if i restart mailman it start 
sending all pending mails again is that any where else mailman store 
pending mails request ...


--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
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://wiki.list.org/x/QIA9

[Mailman-Users] Mail are not going out from mailman...

2008-10-06 Thread Nitin Bhadauria

Dear All,

One of my list with 6000 users is not sending mail to all the users of a 
same domain, I search over the logs of postfix and the only error i 
found is some of the user on the domain are not accepting the mails


reply: '550 <[EMAIL PROTECTED]>: Recipient address rejected: User unknown in 
virtual mailbox table\r\n'
reply: retcode (550); Msg: <[EMAIL PROTECTED]>: Recipient address rejected: 
User unknown in virtual mailbox table


Is it possible that mailman is not sending mails to all the users on the 
domain or mails are send domain wise so all the mail stuck. Any way i 
didn't find any thing in the qfiles.


Please help me out ...

Thanks
Nitin
--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
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://wiki.list.org/x/QIA9


Re: [Mailman-Users] script which can limit the number of postings by a user in a day

2008-10-02 Thread Nitin Bhadauria

Dear Sir,

I am not talking about throttle for sending mails. I want to limit on 
the number of posts from any one individual within a period of time (1 
post per day, 10 per week, etc).
I do know that this option is in the mailman wishlist that's why i asked 
for a patch or script..


Thanks for reply
Nitin Bhadauria

Brad Knowles wrote:

Nitin Bhadauria wrote:

I have a mailing list with more then 1 users and the 300 postings 
per day so i want to restrict users postings.


At the bottom of every message that is posted to this list is a link 
to the Mailman FAQ, which is at <http://wiki.list.org/x/AgA3>.  I 
suggest you go there and search for "rate limit".




--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
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://wiki.list.org/x/QIA9


[Mailman-Users] script which can limit the number of postings by a user in a day

2008-10-01 Thread Nitin Bhadauria

Dear All,

I have a mailing list with more then 1 users and the 300 postings 
per day so i want to restrict users postings.


Is any buddy have a script or some thing to do that ...

Thanks
Nitin
--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
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://wiki.list.org/x/QIA9


[Mailman-Users] Mailman is not sending mail to local domain address

2008-09-05 Thread Nitin Bhadauria

Hello,


One of my list is not sending mails to my local mail server users .

I search over the postfix maillog but i didn't find any thing but in 
mailman logs.


logs/smtp-failure

Sep 05 16:19:36 2008 (21542) delivery to [EMAIL PROTECTED] failed with 
code -1: Server not connected
Sep 05 16:19:36 2008 (21542) delivery to [EMAIL PROTECTED] failed with 
code -1: Server not connected
Sep 05 16:19:36 2008 (21542) delivery to [EMAIL PROTECTED] failed with 
code -1: Server not connected
Sep 05 16:19:36 2008 (21542) delivery to [EMAIL PROTECTED] failed with 
code -1: Server not connected


and after some time...

Sep 05 17:04:27 2008 (21542) delivery to [EMAIL PROTECTED] failed with 
code -1: (104, 'Connection reset by peer')
Sep 05 17:04:27 2008 (21542) delivery to [EMAIL PROTECTED] failed with 
code -1: (104, 'Connection reset by peer')
Sep 05 17:04:27 2008 (21542) delivery to [EMAIL PROTECTED] failed with 
code -1: (104, 'Connection reset by peer')
Sep 05 17:04:27 2008 (21542) delivery to [EMAIL PROTECTED] failed with 
code -1: (104, 'Connection reset by peer')


and still my other list's are working fine need some help ..


--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
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://wiki.list.org/x/QIA9


[Mailman-Users] Restrict users posting per day on the list

2008-08-27 Thread Nitin Bhadauria

Dear All,

Is it possible that we can restrict  users to post  5 or 10 mails per 
day the rest will stop for moderator approval ..


plz reply It's urgent

Thanks
Nitin Bhadauria
--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
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://wiki.list.org/x/QIA9


[Mailman-Users] [Fwd: how to remove pending moderator requests from the list from command prompt]

2008-07-24 Thread Nitin Bhadauria
what if i remove heldmgs from /var/lib/mailman/data/ of the list like for
admin list i will remove all the mgs like..

heldmsg-admin-11088.pck  heldmsg-admin-5680.pck




 Original Message 
Subject: [Mailman-Users] how to remove pending moderator requests from the
list from command prompt
From:"Nitin Bhadauria" <[EMAIL PROTECTED]>
Date:Thu, July 24, 2008 12:16 pm
To:  mailman-users@python.org
--

Hello frnds

I am tring to remove the pending moderator requests from a list but when i
click on the 'Tend to pending moderator requests' it ends on an error 500
internal server error..

So i want to remove the pending mails from the server ..


where can i find the mails and is it the right way to remove the pending
mails from the server .
--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe:
http://mail.python.org/mailman/options/mailman-users/nitin.bhadauria%40tetrain.com

Security Policy: http://wiki.list.org/x/QIA9

--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
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://wiki.list.org/x/QIA9


[Mailman-Users] how to remove pending moderator requests from the list from command prompt

2008-07-23 Thread Nitin Bhadauria
Hello frnds

I am tring to remove the pending moderator requests from a list but when i
click on the 'Tend to pending moderator requests' it ends on an error 500
internal server error..

So i want to remove the pending mails from the server ..


where can i find the mails and is it the right way to remove the pending
mails from the server .
--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
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://wiki.list.org/x/QIA9


Re: [Mailman-Users] Generating list archive from a mbox file

2008-07-03 Thread Nitin Bhadauria
Thanks Mark

I know we can find the mail in the digest folder but I lost mail of last
three month so i can't find them in the digest.

But if u can help me out to making a mbox file from the mails stored in my
mail client.




> Nitin Bhadauria wrote:
>
>>Please don't say that there is no way to get the archive back because i
>>have to get them any how, even if i need to create whole archive
>> manually.
>>
>>But i don't want to wast that much of time. That why i am looking for an
>>other option.
>
>
> As Brad said, with list archiving turned off, Mailman doesn't
> permanently save the messages anywhere. Mailman doesn't have them,
> except for a possible few that might be in
> lists//digest.mbox awaiting the next digest.
>
> So, first you need to get the messages to be archived. If you are
> really lucky, perhaps some list recipient has saved all the lost posts
> in a single mailbox/mail folder already.
>
> In any case, you need to get all the messages with as close as possible
> to the original headers and mime structure, and get them in a single
> *nix mbox format file.
>
> Then, check the From separators and the possible presence of unescaped
> From_ lines in message bodies with Mailman's bin/cleanarch. Then,
> after you're satisfied you have a good mbox containing all the missing
> messages, you can add them to the archive with
>
>   bin/arch listname /path/to/mbox
>
> You should also stop mailman and append the mbox to
> archives/private/listname.mbox/listname.mbox so if you ever need to
> use that file, it will be complete.
>
> --
> Mark Sapiro <[EMAIL PROTECTED]>The highway is for gamblers,
> San Francisco Bay Area, Californiabetter use your sense - B. Dylan
>
>

--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
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://wiki.list.org/x/QIA9


Re: [Mailman-Users] Generating list archive from a mbox file

2008-07-03 Thread Nitin Bhadauria
Thanks Brad Knowles

and yes i do have all the mail in my mail client which i have to upload
but i don't can i make a perfect "mbox" file from mails.

Any suggestion.....



> Nitin Bhadauria wrote:
>
>> Please don't say that there is no way to get the archive back because i
>> have to get them any how, even if i need to create whole archive
>> manually.
>
> Sorry, if the archiving function was turned off, then Mailman didn't keep
> any copies of the messages in question and there would be nothing to
> restore.
>
>> But i don't want to wast that much of time. That why i am looking for an
>> other option.
>
> If you can find someone else who has a complete copy of all the messages
> in
> question, and they can convert that into a 7th edition "mbox" format file,
> the site admin can then import that with bin/arch and restore that part of
> the archive.
>
> Otherwise, I don't think there's any other solution to your problem.
>
> --
> Brad Knowles <[EMAIL PROTECTED]>
> LinkedIn Profile: <http://tinyurl.com/y8kpxu>
>

--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
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://wiki.list.org/x/QIA9


Re: [Mailman-Users] Generating list archive from a mbox file

2008-07-03 Thread Nitin Bhadauria
Please don't say that there is no way to get the archive back because i
have to get them any how, even if i need to create whole archive manually.

But i don't want to wast that much of time. That why i am looking for an
other option.


> On 7/3/08, Nitin Bhadauria wrote:
>
>>  My list administrator disable list archiving by mistake from last three
>>  month and now he want them back.
>>
>>  As we know mailman save mails in mbox formate and from that file it
>>  generate archive regularly.
>
> Only if archiving is turned on.  If archiving is turned off, then the
> mbox files are not kept, and no archives are created.
>
>>  So i take all the mails that we want to upload on the list and save
>> them
>>  in mbox format and generate archive manually with the help of
>> 'bin/arch'.
>>
>>  It dose work it generate archive of those three mount on the list there
>>  are some problem in the archive mail there attachment are not working
>> and
>>  some mails lost there body and some text are unreadable.
>
> That's normal.  When you try to take messages after they've been
> munged and re-build an mbox format "raw" archive to be processed by
> bin/arch, there's going to be some strange problems.  There's just no
> way around that, since the original content has been forever lost.
>
> --
> Brad Knowles <[EMAIL PROTECTED]>
> LinkedIn Profile: <http://tinyurl.com/y8kpxu>
>

--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
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://wiki.list.org/x/QIA9


[Mailman-Users] Generating list archive from a mbox file

2008-07-02 Thread Nitin Bhadauria
Dear All,

I have a list with of 500 user and 20-25 post per day.

My list administrator disable list archiving by mistake from last three
month and now he want them back.

As we know mailman save mails in mbox formate and from that file it
generate archive regularly.

So i take all the mails that we want to upload on the list and save them
in mbox format and generate archive manually with the help of 'bin/arch'.

It dose work it generate archive of those three mount on the list there
are some problem in the archive mail there attachment are not working and
some mails lost there body and some text are unreadable.

Can some help me out if there is another way to figure it out .

Thanks
Nitin




--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
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://wiki.list.org/x/QIA9