On Mon, 2005-01-24 at 12:29 +0300, Odhiambo G. Washington wrote:
> I used the spf.pobox.com helper script, which generated the data that I
> then included in wananchi.com zone file:
>
> wananchi.com IN TXT "v=spf1 mx a:msa.wananchi.com a:smtp-out.wananchi.com \
> a:longonot.wananchi.com a:ns2.wananchi.com a:mail.wananchi.com ~all"
>
> Isn't that correct?
That record isn't visible from here. Are you sure it's actually there?
You should probably also change the '~all' to '?all'. Some people may be
rejecting mail for a 'softfail' result, even though they shouldn't. In
fact, some people even reject for an 'unknown' result, so it's better
not to publish an SPF record at all.
See
http://david.woodhou.se/why-not-spf.html
--
dwmw2