[Mailman-Users] local recipient table

Ruben Safir mrbrklyn at panix.com
Fri Jan 5 12:17:51 EST 2018


On 01/05/2018 09:59 AM, Ruben Safir wrote:
> I have a custom archive system that I have used for decades and I lost
> the ability to send mail through the mailing list to its user account.
> 
> Jan 05 01:13:13 2018 (3042) delivery to archive at xxx.com failed the code
> 550: 5.1.1 <archive at xxx.com>: Recipient address rejected: User unknown
> in local recipient table
> 
> I am using postfix
> 
> I have delivery when I use mutt to just send email to the account.
> 
> I tried to add this to postfix main.cf but no change in behavior
> 
> # local_recipient_maps settings are OK.
> unknown_local_recipient_reject_code = 550
> local_recipient_maps = unix:passwd.byname $alias_maps <<==
> 
> the user is sitting in /etc/passwd
> 
> www2:/var/lib/mailman/logs # grep archive /etc/passwd
> archive:x:1001:100::/home/archive:/bin/bash
> 
> dns record looks good
> www2:/var/lib/mailman/logs # dig mx xxx.com
> 
> ; <<>> DiG 9.9.2 <<>> mx xxx.com
> ;; global options: +cmd
> ;; Got answer:
> ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 26171
> ;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 3, ADDITIONAL: 3
> 
> ;; OPT PSEUDOSECTION:
> ; EDNS: version: 0, flags:; udp: 4096
> ;; QUESTION SECTION:
> ;xxx.com.                  IN      MX
> 
> ;; ANSWER SECTION:
> xxx.com.           86400   IN      MX      10 www2.xxx.com.
> 
> ;; AUTHORITY SECTION:
> xxx.com.           86400   IN      NS      www2.xxx.com.
> xxx.com.           86400   IN      NS      ns1.linuxmafia.com.
> xxx.com.           86400   IN      NS      www3.xxx.com.
> 
> ;; ADDITIONAL SECTION:
> www2.xxx.com.      86400   IN      A       96.57.23.82
> www3.xxx.com.      86400   IN      A       96.57.23.83
> 
> ;; Query time: 12 msec
> ;; SERVER: 127.0.0.1#53(127.0.0.1)
> ;; WHEN: Fri Jan  5 09:13:42 2018
> ;; MSG SIZE  rcvd: 156
> 
> 

It seems to be reaching across to another machine in order to get smtp
information, on a postfix installation on that remote machine.  They
used to be on the same machine, webserver and mail server, but I split
them up.  When I turned off postfix on the remote machine, which is the
mail server, I now get this error

Jan 05 11:40:24 2018 (10329) delivery to archive at xxx.com failed with
code -1: [Errno 111] Connection refused

But I don't see why it does this.  It doesn't seem to be dns confusion
because that works correctly for the mx records.  It seems to be
confusion restricted to mailman

Ruben

-- 
So many immigrant groups have swept through our town
that Brooklyn, like Atlantis, reaches mythological
proportions in the mind of the world - RI Safir 1998
http://www.mrbrklyn.com

DRM is THEFT - We are the STAKEHOLDERS - RI Safir 2002
http://www.nylxs.com - Leadership Development in Free Software
http://www2.mrbrklyn.com/resources - Unpublished Archive
http://www.coinhangout.com - coins!
http://www.brooklyn-living.com

Being so tracked is for FARM ANIMALS and and extermination camps,
but incompatible with living as a free human being. -RI Safir 2013


More information about the Mailman-Users mailing list