Re: no valid recipient

2021-02-17 Thread Wietse Venema
Gary Aitken: > On 2/17/21 2:17 PM, Wietse Venema wrote: > > Gary Aitken: > >> < mail-pf1-f170.google.com[209.85.210.170]: DATA > >>> mail-pf1-f170.google.com[209.85.210.170]: > >> 554 5.5.1 Error: no valid recipients > > > > That is incomplete. There is also an RCPT TO command, plus a response

Re: no valid recipient

2021-02-17 Thread Bill Cole
On 17 Feb 2021, at 18:17, Gary Aitken wrote: Why is it comparing the client domain / ip and not the domain portion of the recipient address? Read the description of permit_mynetworks available via 'man 5 postconf'. The $mynetworks parameter is a set of IP addresses. I thought by saying

Re: no valid recipient

2021-02-17 Thread Gary Aitken
On 2/17/21 2:17 PM, Wietse Venema wrote: Gary Aitken: < mail-pf1-f170.google.com[209.85.210.170]: DATA mail-pf1-f170.google.com[209.85.210.170]: 554 5.5.1 Error: no valid recipients That is incomplete. There is also an RCPT TO command, plus a response from Postfix that says why the recip

Re: no valid recipient

2021-02-17 Thread Wietse Venema
Gary Aitken: > < mail-pf1-f170.google.com[209.85.210.170]: DATA > > mail-pf1-f170.google.com[209.85.210.170]: >554 5.5.1 Error: no valid recipients That is incomplete. There is also an RCPT TO command, plus a response from Postfix that says why the recipient is rejected. >Why doesn't perm

no valid recipient

2021-02-17 Thread Gary Aitken
I'm trying to allow client connections from only two places: a known ip a specific domain served at gmail And delivery only to local recipients. Relevant parts of main.cf: mynetworks = 127.0.0.0/8 10.138.0.10/32 [:::127.0.0.0]/104 [::1]/128 postfix-server-domain.com otherdomain.com smt