Re: [Mailman-Users] Help needed using postfix as an outbound gateway for Mailman

2018-11-15 Thread Mark Sapiro
On 11/15/18 8:17 AM, David Gibbs wrote: > > The problem is, I'm seeing this in my mail log... > > Nov 15 15:41:43 lists postfix/smtp[18136]: AA76A61E61: > to=, relay=none, delay=0.01, > delays=0/0/0/0, dsn=5.4.6, status=bounced (mail for localhost loops back > to myself) > > It _appears_ that po

Re: [Mailman-Users] non_members script install issue

2018-11-15 Thread Lucio Crusca
On 15/11/18 18:24, Mark Sapiro wrote: As it says in the script, "This script must run from Mailman's bin/ directory." Sure, but it doesn't say "This script must be INSTALLED in the Mailman's bin/ directory." # cd /var/lib/mailman/bin # which non_members /usr/local/sbin/non_members # ls | grep

Re: [Mailman-Users] non_members script install issue

2018-11-15 Thread Mark Sapiro
On 11/15/18 4:54 AM, Lucio wrote: > I'm trying to use the non_members script by Mark Sapiro, which can be > downloaded here: > > https://www.msapiro.net/scripts/non_members > > on a Debian buster/sid amd64 system. > > # non_members > Traceback (most recent call last): >   File "/usr/local/sbin/n

[Mailman-Users] Help needed using postfix as an outbound gateway for Mailman

2018-11-15 Thread David Gibbs
Folks: I need some help diagnosing a problem using postfix as my outbound mail server with Mailman. Up front I want to say, I have this working FINE with my current mailman list server. I'm in the process of moving my list server to an AWS lightsail instance. And, yes, I know that I could u

Re: [Mailman-Users] non_members script install issue

2018-11-15 Thread Lucio
I left part of the error message out by mistake: ImportError: No module named paths Il 15/11/18 13:54, Lucio ha scritto: I'm trying to use the non_members script by Mark Sapiro, which can be downloaded here: https://www.msapiro.net/scripts/non_members on a Debian buster/sid amd64 system. #

[Mailman-Users] non_members script install issue

2018-11-15 Thread Lucio
I'm trying to use the non_members script by Mark Sapiro, which can be downloaded here: https://www.msapiro.net/scripts/non_members on a Debian buster/sid amd64 system. # non_members Traceback (most recent call last): File "/usr/local/sbin/non_members", line 63, in import paths What sho