Re: [Mailman-Users] Problem Delivering Mail

2018-01-15 Thread Odhiambo Washington
Hi David,

You'll have to dig deeper into cPanel documentation to find where the
problem is.

If you have shell access, then a simple exim -bt j...@nfbnet.org should
tell you whether the address is deliverable or not.

Exim+Mailman integration involves the MACROS, the routers and transports,
and the mm_cfg.py and I must say I don't know how those are done with
cPanel. I know how to do them via CLI though.


On 15 January 2018 at 23:26, David Andrews  wrote:

> Some of my lists, and some of my users are unable to send mail. The users
> get a message like this:
>
> Subject: Mail delivery failed: returning message to sender
>
> This message was created automatically by mail delivery software.
>
> A message that you sent could not be delivered to one or more of its
> recipients. This is a permanent error. The following address(es) failed:
>
>   j...@nfbnet.org
> local delivery failed
>
> Reporting-MTA: dns; host.nfbnet.org
>
> Action: failed
> Final-Recipient: rfc822;j...@nfbnet.org
> Status: 5.0.0
>
> Received: from smtp33.relay.iad3a.emailsrvr.com (localhost [127.0.0.1])
> by smtp33.relay.iad3a.emailsrvr.com (SMTP Server) with ESMTP id
> D8CA42B83
> for ; Mon, 15 Jan 2018 13:26:18 -0500 (EST)
> Received: by smtp33.relay.iad3a.emailsrvr.com (Authenticated sender:
> xxx@yyy.zzzus) with ESMTPSA id A014A5807
> for ; Mon, 15 Jan 2018 13:26:18 -0500 (EST)
> Received: from mmlenovo ([UNAVAILABLE]. [173.217.232.59])
> (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384)
> by 0.0.0.0:465 (trex/5.7.12);
> Mon, 15 Jan 2018 13:26:18 -0500
> Received: from smtp64.iad3a.emailsrvr.com ([173.203.187.64]:33780)
> by host.nfbnet.org with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-
> SHA384:256)
> (Exim 4.89_1)
>
>
> It is on more than one list -- and more than one user.  This is a cPanel
> installation, but I don't know that this is related, and I have access to
> everything.
>
> Thanks for any ideas.
>
> Dave
>
>
>
> --
> Mailman-Users mailing list Mailman-Users@python.org
> https://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/ma
> ilman-users%40python.org/
> Unsubscribe: https://mail.python.org/mailman/options/mailman-users/odhiam
> bo%40gmail.com
>



-- 
Best regards,
Odhiambo WASHINGTON,
Nairobi,KE
+254 7 3200 0004/+254 7 2274 3223
"Oh, the cruft."
--
Mailman-Users mailing list Mailman-Users@python.org
https://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: 
https://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] Problem Delivering Mail

2018-01-15 Thread David Andrews

At 03:03 PM 1/15/2018, Mark Sapiro wrote:
On 01/15/2018 12:26 PM, David Andrews wrote: > 
Some of my lists, and some of my users are 
unable to send mail. The > users get a message 
like this: > > Subject: Mail delivery failed: 
returning message to sender > > This message was 
created automatically by mail delivery 
software. > > A message that you sent could not 
be delivered to one or more of its > recipients. 
This is a permanent error. The following 
address(es) failed: > > Â  j...@nfbnet.org > Â Â 
  local delivery failed > > Reporting-MTA: dns; 
host.nfbnet.org > > Action: failed > 
Final-Recipient: rfc822;j...@nfbnet.org > 
Status: 5.0.0 ... > It is on more than one list 
-- and more than one user.  This is a cPanel > 
installation, but I don't know that this is 
related, and I have access > to everything. So 
presumably j...@nfbnet.org is the list. If this 
is cPanel, the MTA is almost certainly Exim, and 
in my experiencer, Exim logs aren't as detailed 
as the ones I'm more used to, but what is in the 
Exim logs related to this message. You might 
also consider contacting cPanel about this. See 
 and 
. -- Mark Sapiro



Thanks everybody, things working again.  Not sure 
what caused the problem, I did delete a file last 
night, but it shouldn't have broken all lists, but maybe it did.
Got a auto message from cPanel about Mailman RPM 
being out of kilter, and gave me a command to 
fix. It basically reinstalled Mailman I think, but everything working again.


Dave

p.s.  I know just enough to be dangerous -- which isn't very much!

DA



--
Mailman-Users mailing list Mailman-Users@python.org
https://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: 
https://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] Problem Delivering Mail

2018-01-15 Thread Mark Sapiro
On 01/15/2018 12:26 PM, David Andrews wrote:
> Some of my lists, and some of my users are unable to send mail. The
> users get a message like this:
> 
> Subject: Mail delivery failed: returning message to sender
> 
> This message was created automatically by mail delivery software.
> 
> A message that you sent could not be delivered to one or more of its
> recipients. This is a permanent error. The following address(es) failed:
> 
>   j...@nfbnet.org
>     local delivery failed
> 
> Reporting-MTA: dns; host.nfbnet.org
> 
> Action: failed
> Final-Recipient: rfc822;j...@nfbnet.org
> Status: 5.0.0
...
> It is on more than one list -- and more than one user.  This is a cPanel
> installation, but I don't know that this is related, and I have access
> to everything.


So presumably j...@nfbnet.org is the list. If this is cPanel, the MTA is
almost certainly Exim, and in my experiencer, Exim logs aren't as
detailed as the ones I'm more used to, but what is in the Exim logs
related to this message.

You might also consider contacting cPanel about this. See
 and .

-- 
Mark Sapiro The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan
--
Mailman-Users mailing list Mailman-Users@python.org
https://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: 
https://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] Problem Delivering Mail

2018-01-15 Thread David Andrews
Some of my lists, and some of my users are unable to send mail. The 
users get a message like this:


Subject: Mail delivery failed: returning message to sender

This message was created automatically by mail delivery software.

A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed:

  j...@nfbnet.org
local delivery failed

Reporting-MTA: dns; host.nfbnet.org

Action: failed
Final-Recipient: rfc822;j...@nfbnet.org
Status: 5.0.0

Received: from smtp33.relay.iad3a.emailsrvr.com (localhost [127.0.0.1])
by smtp33.relay.iad3a.emailsrvr.com (SMTP Server) with ESMTP id 
D8CA42B83
for ; Mon, 15 Jan 2018 13:26:18 -0500 (EST)
Received: by smtp33.relay.iad3a.emailsrvr.com (Authenticated sender: 
xxx@yyy.zzzus) with ESMTPSA id A014A5807

for ; Mon, 15 Jan 2018 13:26:18 -0500 (EST)
Received: from mmlenovo ([UNAVAILABLE]. [173.217.232.59])
(using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384)
by 0.0.0.0:465 (trex/5.7.12);
Mon, 15 Jan 2018 13:26:18 -0500
Received: from smtp64.iad3a.emailsrvr.com ([173.203.187.64]:33780)
by host.nfbnet.org with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256)
(Exim 4.89_1)


It is on more than one list -- and more than one user.  This is a 
cPanel installation, but I don't know that this is related, and I 
have access to everything.


Thanks for any ideas.

Dave



--
Mailman-Users mailing list Mailman-Users@python.org
https://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: 
https://mail.python.org/mailman/options/mailman-users/archive%40jab.org