Re: Forward mail and obey SPF and DKIM

2020-10-22 Thread Nick Tait
On 18/10/20 7:10 am, IL Ka wrote: Thank you all. This is how I fixed it (after Bill Cole's email): I needed to substituteĀ envelope (MAIL FROM:) to match my address, but the message (along with it's headers) shouldn't be touched. sender_canonical_classes = envelope_senderĀ  # Only change envelop

Re: Forward mail and obey SPF and DKIM

2020-10-17 Thread IL Ka
Thank you all. This is how I fixed it (after Bill Cole's email): I needed to substitute envelope (MAIL FROM:) to match my address, but the message (along with it's headers) shouldn't be touched. sender_canonical_classes = envelope_sender # Only change envelope, not body sender_canonical_maps = r

Re: [EXTERNAL] Re: Forward mail and obey SPF and DKIM

2020-09-16 Thread Michael Sofka
On 9/16/20 6:18 AM, Nick Tait wrote: > Thank you. > I see "SPF: SOFTFAIL" in my gmail message. > > Authentication results: > spf=softfail (google.com : domain of transitioning some_user@sender_domain does not designate MY_IP_ADDR as permitted sender) > > While the message

Re: Forward mail and obey SPF and DKIM

2020-09-16 Thread Nick Tait
> Thank you. > I see "SPF: SOFTFAIL" in my gmail message. > > Authentication results: > spf=softfail (google.com : domain of transitioning some_user@sender_domain does not designate MY_IP_ADDR as permitted sender) > > While the message is not blocked, it is still not good to

Re: Forward mail and obey SPF and DKIM

2020-09-14 Thread Dominic Raferd
On 14/09/2020 15:09, IL Ka wrote: On Mon, Sep 14, 2020 at 4:53 PM Dominic Raferd mailto:domi...@timedicer.co.uk>> wrote: On 14/09/2020 14:31, IL Ka wrote: > Hello. > I have postfix running on linux box. > > I setup OpenDKIM with both smtpd and non_smtp milters. > I also

Re: Forward mail and obey SPF and DKIM

2020-09-14 Thread IL Ka
Thank you. I see "SPF: SOFTFAIL" in my gmail message. Authentication results: spf=softfail (google.com: domain of transitioning some_user@sender_domain does not designate MY_IP_ADDR as permitted sender) While the message is not blocked, it is still not good to have SPF failure. Even when failure

Re: Forward mail and obey SPF and DKIM

2020-09-14 Thread Dominic Raferd
On 14/09/2020 14:31, IL Ka wrote: Hello. I have postfix running on linux box. I setup OpenDKIM with both smtpd and non_smtp milters. I also set my address in DNS as permitted IP for SPF. So far, so good. But I want all my mail to be forwarded to gmail. Some user sends me email from user@some_