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
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
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
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
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