You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@spamassassin.apache.org by Bowie Bailey <Bo...@BUC.com> on 2007/02/28 22:20:40 UTC

Mail::SPF::Query install problem

Sorry if this is a bit off topic, but I'm hoping someone here has come
across this problem.

While installing a new machine running SA, I came across these errors
installing Mail::SPF::Query from CPAN:

    Test 9 got: "This account is currently not available.: 192.0.2.1 is
    neither permitted nor denied by domain of 06.spf1-test.mailzone.com"

    Expected: "192.0.2.1 is neither permitted nor denied by domain of
    06.spf1-test.mailzone.com"

    Test 130 got: "This account is currently not available.: error in
    processing during lookup of droid@104.spf1-test.mailzone.com"

    Expected: "error in processing during lookup of
    droid@104.spf1-test.mailzone.com"

It seems to be getting the strings it wants, there is just the extra
"This account is currently not available" text prepended to it.

Any ideas?

--
Bowie

Re: Mail::SPF::Query install problem

Posted by Bazooka Joe <fa...@gmail.com>.
If you have a rpm based system you could try install it that way.

Just today i did it on a fc4 box - yum install perl-Mail-SPF-Query

Other than that looks like you might have a bad server in your cpan conf.

You can rerun cpan config and choose different servers. google how to
rerun cpan conf.



On 2/28/07, Bowie Bailey <Bo...@buc.com> wrote:
> Sorry if this is a bit off topic, but I'm hoping someone here has come
> across this problem.
>
> While installing a new machine running SA, I came across these errors
> installing Mail::SPF::Query from CPAN:
>
>     Test 9 got: "This account is currently not available.: 192.0.2.1 is
>     neither permitted nor denied by domain of 06.spf1-test.mailzone.com"
>
>     Expected: "192.0.2.1 is neither permitted nor denied by domain of
>     06.spf1-test.mailzone.com"
>
>     Test 130 got: "This account is currently not available.: error in
>     processing during lookup of droid@104.spf1-test.mailzone.com"
>
>     Expected: "error in processing during lookup of
>     droid@104.spf1-test.mailzone.com"
>
> It seems to be getting the strings it wants, there is just the extra
> "This account is currently not available" text prepended to it.
>
> Any ideas?
>
> --
> Bowie
>

Re: Mail::SPF::Query install problem

Posted by Nick Leverton <nj...@leverton.org>.
On Wednesday 28 February 2007 21:20, Bowie Bailey wrote:
>     Test 9 got: "This account is currently not available.: 192.0.2.1 is
>     neither permitted nor denied by domain of 06.spf1-test.mailzone.com"
...
> It seems to be getting the strings it wants, there is just the extra
> "This account is currently not available" text prepended to it.
>
> Any ideas?

From CPAN, no, though I have seen similar from rpm-based installs.  I've 
just tried to recreate it but am on the train without mobile access, and I 
can't even figure out why test9 is accessing a user account !  It's 
clearly trying to use an account which is locked to logins or has $SHELL 
set to /bin/false or $PLATFORM specific reason.

Failing more helpful answers from someone else, if you strace or truss the 
install (or whatever your platform has), you might be able to see which 
account the install is trying to access ?

Nick