i have an active mail relay that is using aliases as a main tool,
at some point we started to get bounces for some emails.
Source: somerandomsenderdomain.com
Destination: myemaildomain.com
mailinglist1: [email protected], [email protected]
Actual Target: gmail.com
so typical email route will be like this:
[email protected] -> [email protected]
(which should send the content to [email protected])
in this scenario mails to [email protected] will bounce since they fail SPF and DKIM (i can't control it for the originating domain)
how can this be resolved ? this was working in the past and started bouncing probably to some hardeninging google mail relays.
example response (redacted):
[email protected]> (expanded from <[email protected]>): host
gmail-smtp-in.l.google.com[142.250.27.27] said: 550-5.7.26 This message
does not pass authentication checks (SPF and DKIM both 550-5.7.26 do not
pass). SPF check for [somerandomsenderdomain.com] does not pass with ip: 550-5.7.26
[12.34.56.78].To best protect our users from spam, the message
550-5.7.26 has been blocked. Please visit 550-5.7.26
https://support.google.com/mail/answer/81126#authentication for more 550
5.7.26 information. j30-20020a170906105e00b008b12a1a900esi4119290ejj.1001 -
gsmtp (in reply to end of DATA command)
<
Would appreciate any thoughts and ideas.
Thanks.