in reply to Re: Re: Re: SPF for Perl Monks domains
in thread SPF for Perl Monks domains
I don't understand why adding the middle server to the list of hosts shouldn't work. I'm doing that now for one domain and as far as I can tell, it works. The domain's SPF record is like: v=spf1 a:primary-mx a:forwarding-mx -all (for those who don't know SPF: this means "allow messages from the IP of primary-mx and the forwarding-mx, but reject messages coming from anywhere else").
Juerd # { site => 'juerd.nl', plp_site => 'plp.juerd.nl', do_not_use => 'spamtrap' }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: Re: SPF for Perl Monks domains
by rob_au (Abbot) on May 15, 2004 at 19:07 UTC | |
|