Re: secondary MX and SPF

2022-11-23 Thread Fred Morris
On Wed, 23 Nov 2022, raf wrote: [...] "v=spf1 mx -all" :) [...] I think it's more polite to use actual IP addresses so as to eliminate a DNS lookup. Given the flagrant abuse of includes and the like, I don't think politeness is given much consideration; of course, that's my opinion. -- Fre

Re: secondary MX and SPF

2022-11-22 Thread support
How do I setup one secondary MX for two primary mail server? The two main ones have different domains and settings. All three are postfix. Thank you. November 23, 2022, 10:07 AM, "raf" wrote: > > On Sun, Nov 20, 2022 at 12:04:34PM +0100, Benny Pedersen wrote: > > > > > linux...@gmx.net sk

Re: secondary MX and SPF

2022-11-22 Thread raf
On Sun, Nov 20, 2022 at 12:04:34PM +0100, Benny Pedersen wrote: > linux...@gmx.net skrev den 2022-11-20 09:49: > > > when secondary MX server forwards messages to primary MX, how can I > > setup SPF policy to make them not breaking SPF? > > "v=spf1 mx -all" :) > > all other variants is just mo

Re: secondary MX and SPF

2022-11-20 Thread Matus UHLAR - fantomas
linux...@gmx.net skrev den 2022-11-20 09:49: when secondary MX server forwards messages to primary MX, how can I setup SPF policy to make them not breaking SPF? On 20.11.22 12:04, Benny Pedersen wrote: "v=spf1 mx -all" :) all other variants is just more verbose Matus UHLAR - fantomas skrev

Re: secondary MX and SPF

2022-11-20 Thread Benny Pedersen
Matus UHLAR - fantomas skrev den 2022-11-20 15:31: linux...@gmx.net skrev den 2022-11-20 09:49: when secondary MX server forwards messages to primary MX, how can I setup SPF policy to make them not breaking SPF? On 20.11.22 12:04, Benny Pedersen wrote: "v=spf1 mx -all" :) all other variants

Re: secondary MX and SPF

2022-11-20 Thread Matus UHLAR - fantomas
linux...@gmx.net skrev den 2022-11-20 09:49: when secondary MX server forwards messages to primary MX, how can I setup SPF policy to make them not breaking SPF? On 20.11.22 12:04, Benny Pedersen wrote: "v=spf1 mx -all" :) all other variants is just more verbose By using this you are solvig

Re: secondary MX and SPF

2022-11-20 Thread Benny Pedersen
Jaroslaw Rafa skrev den 2022-11-20 11:29: Dnia 20.11.2022 o godz. 09:49:35 linux...@gmx.net pisze: when secondary MX server forwards messages to primary MX, how can I setup SPF policy to make them not breaking SPF? Just except your secondary MX's sending IP address from SPF check. incommi

Re: secondary MX and SPF

2022-11-20 Thread Benny Pedersen
linux...@gmx.net skrev den 2022-11-20 09:49: when secondary MX server forwards messages to primary MX, how can I setup SPF policy to make them not breaking SPF? "v=spf1 mx -all" :) all other variants is just more verbose

Re: secondary MX and SPF

2022-11-20 Thread Jaroslaw Rafa
Dnia 20.11.2022 o godz. 09:49:35 linux...@gmx.net pisze: > > when secondary MX server forwards messages to primary MX, how can I setup > SPF policy to make them not breaking SPF? Just except your secondary MX's sending IP address from SPF check. -- Regards, Jaroslaw Rafa r...@rafa.eu.org -

secondary MX and SPF

2022-11-20 Thread linuxguy
dear list, when secondary MX server forwards messages to primary MX, how can I setup SPF policy to make them not breaking SPF? Thanks