But when my Windows PC that sits on the same LAN tries to submit
outgoing mail messages, they fail to go out. It appears that
postfix considers them prohibited relaying, even though they are
addressed to my own mailbox on my own local mail server.
On Thu, 26 Feb 2026 00:36:32 -0000 (UTC), Lars Poulsen wrote:
But when my Windows PC that sits on the same LAN tries to submit
outgoing mail messages, they fail to go out. It appears that
postfix considers them prohibited relaying, even though they are
addressed to my own mailbox on my own local mail server.
<https://manpages.debian.org/postconf(5)>
As a starting point, I assume you have rCLpermit_mynetworksrCY listed in
your rCLsmtpd_relay_restrictionsrCY. In which case, make sure your rCLmynetworksrCY sitting includes all the appropriate subnets for
relaying, and only those.
You can use the rCLpostconf -prCY to display all current configuration settings, whether explicit or defaulted.
On 2026-02-26, Lawrence DrCOOliveiro <ldo@nz.invalid> wrote:
On Thu, 26 Feb 2026 00:36:32 -0000 (UTC), Lars Poulsen wrote:
But when my Windows PC that sits on the same LAN tries to submit
outgoing mail messages, they fail to go out. It appears that
postfix considers them prohibited relaying, even though they are
addressed to my own mailbox on my own local mail server.
<https://manpages.debian.org/postconf(5)>
As a starting point, I assume you have rCLpermit_mynetworksrCY listed in
your rCLsmtpd_relay_restrictionsrCY. In which case, make sure your
rCLmynetworksrCY sitting includes all the appropriate subnets for
relaying, and only those.
You can use the rCLpostconf -prCY to display all current configuration
settings, whether explicit or defaulted.
Thank you!!
I think this may have solved this problem, so now I can get to
see what the next blockage will be.
As you know, "postconf -p" produces around 950 lines of output,
so unless you know what to "grep" for, you are lost.
I had read the hint in the comments in main.cf to look in
manual section postconf(5), but it does not mention permit_mynetworks
I am puzzled, as to why this is not set by default. I thought this was
the reason why I was defining the list of mynetworks.
In comp.os.linux.misc Lars Poulsen <lars@beagle-ears.com> wrote:
On 2026-02-26, Lawrence DrCOOliveiro <ldo@nz.invalid> wrote:
On Thu, 26 Feb 2026 00:36:32 -0000 (UTC), Lars Poulsen wrote:
But when my Windows PC that sits on the same LAN tries to submit
outgoing mail messages, they fail to go out. It appears that
postfix considers them prohibited relaying, even though they are
addressed to my own mailbox on my own local mail server.
<https://manpages.debian.org/postconf(5)>
As a starting point, I assume you have rCLpermit_mynetworksrCY listed in >>> your rCLsmtpd_relay_restrictionsrCY. In which case, make sure your
rCLmynetworksrCY sitting includes all the appropriate subnets for
relaying, and only those.
You can use the rCLpostconf -prCY to display all current configuration
settings, whether explicit or defaulted.
Thank you!!
I think this may have solved this problem, so now I can get to
see what the next blockage will be.
As you know, "postconf -p" produces around 950 lines of output,
so unless you know what to "grep" for, you are lost.
I had read the hint in the comments in main.cf to look in
manual section postconf(5), but it does not mention permit_mynetworks
I am puzzled, as to why this is not set by default. I thought this was
the reason why I was defining the list of mynetworks.
mynetworks can't be "defaulted", because each site has a different
network layout. And if it were "defaulted" then postfix with that
default would be an "open relay". It (postfix) begins in "no relay"
state, and you have to explicitly enable allowing such from parts of
your network setup you want to allow.
Thank you!!
I think this may have solved this problem, so now I can get to
see what the next blockage will be.
On 2026-02-26, Lars Poulsen <lars@beagle-ears.com> wrote:
Thank you!!
I think this may have solved this problem, so now I can get to
see what the next blockage will be.
The next stop was quite predictable: GMail will not accept mail from my domain anymore. And to find out why, I need to set up Postmaster Tools
and register my domain(s) so I can see the reputation. Google tells me
to add a new TXT record and/or a CNAME record to my DNS. I have now
done both of these, but Google says they do not see these records.
"Try again in a few minutes". - it's been several hours now.
I already have SPF records in place.
By the way: Does anyone have a tool to convert the DMARC reports
into a readable table? John L, maybe?
The next stop was quite predictable: GMail will not accept mail from
my domain anymore. ...
I already have SPF records in place.
On 2026-02-26, Rich <rich@example.invalid> wrote:
In comp.os.linux.misc Lars Poulsen <lars@beagle-ears.com> wrote:
On 2026-02-26, Lawrence DrCOOliveiro <ldo@nz.invalid> wrote:
On Thu, 26 Feb 2026 00:36:32 -0000 (UTC), Lars Poulsen wrote:
But when my Windows PC that sits on the same LAN tries to submit
outgoing mail messages, they fail to go out. It appears that
postfix considers them prohibited relaying, even though they are
addressed to my own mailbox on my own local mail server.
<https://manpages.debian.org/postconf(5)>
As a starting point, I assume you have rCLpermit_mynetworksrCY listed in >>>> your rCLsmtpd_relay_restrictionsrCY. In which case, make sure your
rCLmynetworksrCY sitting includes all the appropriate subnets for
relaying, and only those.
You can use the rCLpostconf -prCY to display all current configuration >>>> settings, whether explicit or defaulted.
Thank you!!
I think this may have solved this problem, so now I can get to
see what the next blockage will be.
As you know, "postconf -p" produces around 950 lines of output,
so unless you know what to "grep" for, you are lost.
I had read the hint in the comments in main.cf to look in
manual section postconf(5), but it does not mention permit_mynetworks
I am puzzled, as to why this is not set by default. I thought this was
the reason why I was defining the list of mynetworks.
mynetworks can't be "defaulted", because each site has a different
network layout. And if it were "defaulted" then postfix with that
default would be an "open relay". It (postfix) begins in "no relay"
state, and you have to explicitly enable allowing such from parts of
your network setup you want to allow.
I was expecting that once I have set mynetworks, those networks would
allowed to do relaying. Or that IF I need to explicitly set permit_mynetworks, there would be a note to that effect in the area
where I set mynetworks. Instead, there is a note pointing to a man page
that actually does not contain the needed information.
And would setting mynetworks to default to the set of networks that
are directly attached to the host where postfix is running, be safe
enough?
On 2026-02-26, Lars Poulsen <lars@beagle-ears.com> wrote:
Thank you!!
I think this may have solved this problem, so now I can get to
see what the next blockage will be.
The next stop was quite predictable: GMail will not accept mail from my domain anymore. And to find out why, I need to set up Postmaster Tools
and register my domain(s) so I can see the reputation. Google tells me
to add a new TXT record and/or a CNAME record to my DNS. I have now
done both of these, but Google says they do not see these records.
"Try again in a few minutes". - it's been several hours now.
I already have SPF records in place.
By the way: Does anyone have a tool to convert the DMARC reports
into a readable table? John L, maybe?
| Sysop: | Amessyroom |
|---|---|
| Location: | Fayetteville, NC |
| Users: | 59 |
| Nodes: | 6 (0 / 6) |
| Uptime: | 19:25:03 |
| Calls: | 810 |
| Calls today: | 1 |
| Files: | 1,287 |
| D/L today: |
10 files (21,017K bytes) |
| Messages: | 193,978 |