Re: [Mailman-Users] problem with mailman not working...

2012-01-13 Thread Troy Campbell
It appears there was a list that created locks in /var/lock/mailman so I 
deleted this list and recreated it
and life seems to be good again...thanks again man for the excellent 
support!


Troy
This email was created using 100% recycled organic free range electrons.


On 1/12/2012 8:05 PM, Mark Sapiro wrote:

On 1/12/2012 6:09 PM, Troy Campbell wrote:


It seems to be recognizing the email as local now:

Jan 12 18:57:27 request1 sendmail[3015]: q0D1vRSU003015:
to=troyt...@mailman.rmtc.fedex.com, ctladdr=root (0/0), delay=00:00:00,
xdelay=00:00:00, mailer=relay, pri=30076, relay=[127.0.0.1] [127.0.0.1],
dsn=2.0.0, stat=Sent (Ok: queued as C7FE237878)
Jan 12 18:57:28 request1 postfix/local[1069]: C7FE237878:
to=troyt...@mailman2.rmtc.fedex.com, relay=local, delay=0.23,
delays=0.07/0/0/0.16, dsn=2.0.0, status=sent (delivered to command:
/usr/lib/mailman/mail/mailman post troytest)

No email is coming out though?  It should be expanding to my email
address?


OK. The mail was piped to the wrapper to be posted to the list, so now
it's getting to Mailman.

See the FAQ athttp://wiki.list.org/x/A4E9, particularly sections 2b,
6b, 7, 8, 9 and 13.


--
Mailman-Users mailing list Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] Mailman Not Sending Admins Notification of Held Messages

2012-01-13 Thread J.R. Constance
I have a group of mailman mailing lists (2.1.14-1) running in a cPanel 
environment (11.30.5 - build 3) where suddenly I am no longer seeing 
notifications of held messages being sent to the admins. I am also not seeing 
the daily notifications of held messages that normally were sent out in the 
mornings. 

This happens with messages sent to moderated lists by subscribers and 
non-subscribers, and also with messages sent to non-moderated lists by 
non-subscribers. There is just no notification to admins. On the other hand, 
messages sent to non-moderated lists by subscribers are sent out to the entire 
list without a problem. In addition, individuals who send to a moderated list 
receive an email that their message has been held pending admin approval. So, 
just the two pieces are not working.

I realize that since the cPanel build is unique you are not able to support it, 
but am just looking for some help about where to begin looking.

Thanks,

J.R.


J.R. Constance
j...@clshost.com

Give a man a fish, and you'll feed him for a day. Teach a man to fish, and 
he'll buy a funny hat. Talk to a hungry man about fish, and you're a 
consultant.

Scott Adams

--
Mailman-Users mailing list Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] problem with mailman not working...

2012-01-13 Thread Mark Sapiro
Troy Campbell wrote:

It appears there was a list that created locks in /var/lock/mailman so I 
deleted this list and recreated it
and life seems to be good again...thanks again man for the excellent 
support!


I'm glad things are again working well for you, but deleting and
recreating the list was probably overkill. The FAQ at
http://wiki.list.org/x/noA9 gives information about clearing
stale/orphaned locks. I have now added a pointer to this FAQ from
section 7 of the FAQ at http://wiki.list.org/x/A4E9.


-- 
Mark Sapiro m...@msapiro.netThe 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
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] Mailman Not Sending Admins Notification of HeldMessages

2012-01-13 Thread Mark Sapiro
J.R. Constance wrote:

I have a group of mailman mailing lists (2.1.14-1) running in a cPanel 
environment (11.30.5 - build 3) where suddenly I am no longer seeing 
notifications of held messages being sent to the admins. I am also not seeing 
the daily notifications of held messages that normally were sent out in the 
mornings. 

This happens with messages sent to moderated lists by subscribers and 
non-subscribers, and also with messages sent to non-moderated lists by 
non-subscribers. There is just no notification to admins. On the other hand, 
messages sent to non-moderated lists by subscribers are sent out to the entire 
list without a problem. In addition, individuals who send to a moderated list 
receive an email that their message has been held pending admin approval. So, 
just the two pieces are not working.

I realize that since the cPanel build is unique you are not able to support 
it, but am just looking for some help about where to begin looking.


The daily notices are sent by Mailman's cron/checkdbs. Is this being
run? If you can, check the systems cron log.

If the user notification of the held message is sent, but the admin
notice is not and the list's admin_immed_notify is Yes, there is
probably some exception being thrown in
Mailman.Handlers.Hold.hold_for_approval() between sending the user
notice and the admin notice. If you can, check Mailman's error log.

-- 
Mark Sapiro m...@msapiro.netThe 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
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] Mailman Not Sending Admins Notification ofHeldMessages

2012-01-13 Thread Mark Sapiro
Mark Sapiro wrote:

The daily notices are sent by Mailman's cron/checkdbs. Is this being
run? If you can, check the systems cron log.


Also, if cron/checkdbs is being run by the 'mailman' user's crontab,
any exception thrown by the job is probably mailed by crond to
'mailman' which is (or should be) treated as a post to the 'mailman'
site list which should accept non-member posts and deliver them
appropriately, but may not.

-- 
Mark Sapiro m...@msapiro.netThe 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
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org