On Fri, Aug 06, 2021 at 10:59:00PM +, masstransitk...@365stops.org wrote:
> On 8/6/21 1:00 AM, Viktor Dukhovni wrote:
> > On Fri, Aug 06, 2021 at 03:05:03AM +, masstransitk...@365stops.org
> > wrote:
> >
> >> I followed your advice and now the traffic is hitting my gateway as it
> >> shou
On Fri, Aug 06, 2021 at 04:29:59PM +, White, Daniel E. (GSFC-770.0)[NICS]
wrote:
> Removing the domain from $mydestination fixed the problem.
> Testuser2's message was properly delivered to the mailbox on the MDA server.
See:
http://www.postfix.org/BASIC_CONFIGURATION_README.html#mydest
My sincere thanks, Viktor.
Removing the domain from $mydestination fixed the problem.
Testuser2's message was properly delivered to the mailbox on the MDA server.
-Original Message-
From: on behalf of Viktor Dukhovni
Reply-To: "postfix-users@postfix.org"
Date: Friday, August 6, 2021
On Fri, Aug 06, 2021 at 12:33:22PM +, White, Daniel E. (GSFC-770.0)[NICS]
wrote:
> I removed "relay_transport" and inserted
> "transport_maps = hash:/etc/postfic/transport" containing
> ".our.local.domain relay:[MDA server IP]"
>
> I sent a message from another server and got the attached in
By the way, I am using Postfix 3.5.8 on RHEL 8
$ postmap -q .our.local.domain $(postmap -xh transport_maps)
There is no "-x" option on postmap. It threw an error.
I tried
$ postmap -q .our.local.domain /etc/postfix/transport
and got nothing back
I tried
$ postmap -q o
I removed "relay_transport" and inserted "transport_maps =
hash:/etc/postfic/transport" containing ".our.local.domain relay:[MDA
server IP]"
I sent a message from another server and got the attached info in the logs:
(redacted. Sorry, but it is required)
-Original Message-
From:
My apologies.
I am not permitted to post *actual unobfuscated* details to a publicly
accessable mailing list.
The *actual unobfuscated* recipient address domain is "our.local.domain".
It was rejected because the system tried to deliver it locally to the relay
rather than pushing it to the MDA.