Configure Bounce from Relay server

Questions and answers about how to do stuff
Post Reply
lecyberian
Posts: 3
Joined: 24 May 2016 14:06

Configure Bounce from Relay server

Post by lecyberian »

Hi guys,

I was looking if there is a way to disable Bounce for 550 5.1.1 which is "Recipient address" as it does not exist.

Currently EFA does that however my transport domains and relay servers has dkim configured which is not for EFA Postfix and hence emails bounced back goes to spam because of this.

Any suggestions to make EFA bounce for 550 5.1.1 from relay server its relaying to ?

Kind regards.
tubes82
Posts: 5
Joined: 18 Jan 2017 00:22

Re: Configure Bounce from Relay server

Post by tubes82 »

bounce.

Do we have a answer to this?
stusmith
Posts: 63
Joined: 27 Jan 2017 15:24

Re: Configure Bounce from Relay server

Post by stusmith »

Can you post a sanitized header from one of the messages being stopped in the SPAM filter?

I'm not sure what you mean about the DKIM not being for EFA causing messages to be blocked. Can you elaborate? Maybe diagram your mailflow and server setup so that it's easier to understand how you're set up?
ovizii
Posts: 463
Joined: 11 May 2016 08:08

Re: Configure Bounce from Relay server

Post by ovizii »

I assume what he means is that his EFA doesn't sign outgoing emails with DKIm but lets hear what lecyberian says.
stusmith
Posts: 63
Joined: 27 Jan 2017 15:24

Re: Configure Bounce from Relay server

Post by stusmith »

ovizii wrote: 08 Mar 2017 21:53 I assume what he means is that his EFA doesn't sign outgoing emails with DKIm but lets hear what lecyberian says.
If that's the case, wouldn't a transport map with

Code: Select all

*    smtp:fallback.relayhost.domain.com
force the EFA to relay the 550 through the 'default' host?
Post Reply