Discussion:
Install script stuck in a loop?
Kevin Miller
2015-03-10 20:01:49 UTC
Permalink
I'm running the rpm install script (Centos 7), using postfix. It seems to be stuck in a loop trying to do SPF lookups. I killed it after 105+ fails.

# Detailed debug log for test(s) 105:
# | 91.spf1-test.mailzone.com new: ipv4=192.0.2.129, sender=91.spf1-test.mailzone.com, helo=91.spf1-test.mailzone.com
# | postmaster 91.spf1-test.mailzone.com localpart is postmaster
# || postmaster 91.spf1-test.mailzone.com DirectiveSet->new(): doing TXT query on 91.spf1-test.mailzone.com
# || postmaster 91.spf1-test.mailzone.com myquery: doing TXT query on 91.spf1-test.mailzone.com
# || postmaster 91.spf1-test.mailzone.com myquery: 91.spf1-test.mailzone.com TXT failed: NXDOMAIN.
# || postmaster 91.spf1-test.mailzone.com DirectiveSet->new(): TXT query on 91.spf1-test.mailzone.com returned error=, last_dns_error=NXDOMAIN
# || postmaster 91.spf1-test.mailzone.com DirectiveSet->new(): SPF policy:
# || postmaster 91.spf1-test.mailzone.com no SPF record found for 91.spf1-test.mailzone.com
# || postmaster 91.spf1-test.mailzone.com header_comment: spf_source = domain of 91.spf1-test.mailzone.com
# || postmaster 91.spf1-test.mailzone.com header_comment: spf_source_type = original-spf-record
# Test 106 got: "unknown" (t/00_all.t at line 127 fail #103)
# Expected: "fail"
# Detailed debug log for test(s) 106:
# | 92.spf1-test.mailzone.com new: ipv4=192.168.2.1, sender=92.spf1-test.mailzone.com, helo=92.spf1-test.mailzone.com
# | postmaster 92.spf1-test.mailzone.com localpart is postmaster
# || postmaster 92.spf1-test.mailzone.com DirectiveSet->new(): doing TXT query on 92.spf1-test.mailzone.com
# || postmaster 92.spf1-test.mailzone.com myquery: doing TXT query on 92.spf1-test.mailzone.com
# || postmaster 92.spf1-test.mailzone.com myquery: 92.spf1-test.mailzone.com TXT failed: NXDOMAIN.
# || postmaster 92.spf1-test.mailzone.com DirectiveSet->new(): TXT query on 92.spf1-test.mailzone.com returned error=, last_dns_error=NXDOMAIN
# || postmaster 92.spf1-test.mailzone.com DirectiveSet->new(): SPF policy:
# || postmaster 92.spf1-test.mailzone.com no SPF record found for 92.spf1-test.mailzone.com
# || postmaster 92.spf1-test.mailzone.com header_comment: spf_source = domain of 92.spf1-test.mailzone.com
# || postmaster 92.spf1-test.mailzone.com header_comment: spf_source_type = original-spf-record

I chose not to install an MTA (postfix was already installed), nor clam, nor spamassassin. They were installed from source since updates for them always seem to lag way behind a new release. Pretty much took the defaults on the rest.

Complete install log can be perused at ftp://ftp.ci.juneau.ak.us/pub/MailScanner/

...Kevin
--
Kevin Miller
Network/email Administrator, CBJ MIS Dept.
155 South Seward Street
Juneau, Alaska 99801
Phone: (907) 586-0242, Fax: (907) 586-4500
Registered Linux User No: 307357
--
MailScanner mailing list
***@lists.mailscanner.info
http://lists.mailscanner.info/mailman/listinfo/mailscanner

Before posting, read http://wiki.mailscanner.info/posting

Support MailScanner development - buy the book off the website!
Jerry Benton
2015-03-10 20:45:44 UTC
Permalink
That is a failure on the SPF record. (Bad DNS entry or format.). MailScanner kept looping on the same message?

-
Jerry Benton
www.mailborder.com
Post by Kevin Miller
last_dns_error=NXDOMAIN
--
MailScanner mailing list
***@lists.mailscanner.info
http://lists.mailscanner.info/mailman/listinfo/mailscanner

Before posting, read http://wiki.mailscanner.info/posting

Support MailScanner development - buy the book off the website!
Kevin Miller
2015-03-10 21:56:32 UTC
Permalink
It was when running the install scripts. It got to the part where it does some testing and just kept looping, incrementing the hostname by 1 and failing each time.
Here's where it starts:

Running make for J/JM/JMEHNLE/mail-spf-query/Mail-SPF-Query-1.999.1.tar.gz
Has already been unwrapped into directory /root/.cpan/build/Mail-SPF-Query-1.999.1-oPA2yy

CPAN.pm: Building J/JM/JMEHNLE/mail-spf-query/Mail-SPF-Query-1.999.1.tar.gz

cp lib/Mail/SPF/Query.pm blib/lib/Mail/SPF/Query.pm
cp bin/spfd blib/script/spfd
/usr/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/spfd
cp bin/spfquery blib/script/spfquery
/usr/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/spfquery
Manifying blib/man1/spfd.1
Manifying blib/man1/spfquery.1
Manifying blib/man3/Mail::SPF::Query.3pm
JMEHNLE/mail-spf-query/Mail-SPF-Query-1.999.1.tar.gz
/usr/bin/make -- OK
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
# Test 3 got: "unknown" (t/00_all.t at line 127 fail #2)
# Expected: "neutral"
# t/00_all.t line 127 is: my $ok = ok($result, $expected_result);
# Detailed debug log for test(s) 3:
# | 01.spf1-test.mailzone.com new: ipv4=192.0.2.1, sender=01.spf1-test.mailzone.com, helo=01.spf1-test.mailzone.com
# | postmaster 01.spf1-test.mailzone.com localpart is postmaster
#...

So maybe it's the CPAN Mail-SPF-Query install routine?

...Kevin
--
Kevin Miller
Network/email Administrator, CBJ MIS Dept.
155 South Seward Street
Juneau, Alaska 99801
Phone: (907) 586-0242, Fax: (907) 586-4500
Registered Linux User No: 307357
-----Original Message-----
Sent: Tuesday, March 10, 2015 12:46 PM
To: MailScanner discussion
Subject: Re: Install script stuck in a loop?
That is a failure on the SPF record. (Bad DNS entry or format.).
MailScanner kept looping on the same message?
-
Jerry Benton
www.mailborder.com
Post by Kevin Miller
last_dns_error=NXDOMAIN
--
MailScanner mailing list
http://lists.mailscanner.info/mailman/listinfo/mailscanner
Before posting, read http://wiki.mailscanner.info/posting
Support MailScanner development - buy the book off the website!
--
MailScanner mailing list
***@lists.mailscanner.info
http://lists.mailscanner.info/mailman/listinfo/mailscanner

Before posting, read http://wiki.mailscanner.info/posting

Support MailScanner development - buy the book off the website!
Jerry Benton
2015-03-10 22:36:09 UTC
Permalink
Ah ok, that is a CPAN thing with the package then. Did you select to use EPEL? I think that is covered in EPEL.

-
Jerry Benton
www.mailborder.com
Post by Kevin Miller
It was when running the install scripts. It got to the part where it does some testing and just kept looping, incrementing the hostname by 1 and failing each time.
Running make for J/JM/JMEHNLE/mail-spf-query/Mail-SPF-Query-1.999.1.tar.gz
Has already been unwrapped into directory /root/.cpan/build/Mail-SPF-Query-1.999.1-oPA2yy
CPAN.pm: Building J/JM/JMEHNLE/mail-spf-query/Mail-SPF-Query-1.999.1.tar.gz
cp lib/Mail/SPF/Query.pm blib/lib/Mail/SPF/Query.pm
cp bin/spfd blib/script/spfd
/usr/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/spfd
cp bin/spfquery blib/script/spfquery
/usr/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/spfquery
Manifying blib/man1/spfd.1
Manifying blib/man1/spfquery.1
Manifying blib/man3/Mail::SPF::Query.3pm
JMEHNLE/mail-spf-query/Mail-SPF-Query-1.999.1.tar.gz
/usr/bin/make -- OK
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
# Test 3 got: "unknown" (t/00_all.t at line 127 fail #2)
# Expected: "neutral"
# t/00_all.t line 127 is: my $ok = ok($result, $expected_result);
# | 01.spf1-test.mailzone.com new: ipv4=192.0.2.1, sender=01.spf1-test.mailzone.com, helo=01.spf1-test.mailzone.com
# | postmaster 01.spf1-test.mailzone.com localpart is postmaster
#...
So maybe it's the CPAN Mail-SPF-Query install routine?
...Kevin
--
Kevin Miller
Network/email Administrator, CBJ MIS Dept.
155 South Seward Street
Juneau, Alaska 99801
Phone: (907) 586-0242, Fax: (907) 586-4500
Registered Linux User No: 307357
-----Original Message-----
Sent: Tuesday, March 10, 2015 12:46 PM
To: MailScanner discussion
Subject: Re: Install script stuck in a loop?
That is a failure on the SPF record. (Bad DNS entry or format.).
MailScanner kept looping on the same message?
-
Jerry Benton
www.mailborder.com
Post by Kevin Miller
last_dns_error=NXDOMAIN
--
MailScanner mailing list
http://lists.mailscanner.info/mailman/listinfo/mailscanner
Before posting, read http://wiki.mailscanner.info/posting
Support MailScanner development - buy the book off the website!
--
MailScanner mailing list
http://lists.mailscanner.info/mailman/listinfo/mailscanner
Before posting, read http://wiki.mailscanner.info/posting
Support MailScanner development - buy the book off the website!
--
MailScanner mailing list
***@lists.mailscanner.info
http://lists.mailscanner.info/mailman/listinfo/mailscanner

Before posting, read http://wiki.mailscanner.info/posting

Support MailScanner development - buy the book off the website!
Kevin Miller
2015-03-10 22:58:58 UTC
Permalink
I already had EPEL installed, so I said not to install it but it looks like it was recognizing it was available:

Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
* base: mirror.tocici.com
* epel: mirror.steadfast.net
* extras: centos.sonn.com
* updates: cosmos.cites.illinois.edu
No package 'perl(Mail::SPF::Query)' available.
Error: Nothing to do

The install log can be viewed at ftp://ftp.ci.juneau.ak.us/pub/MailScanner/mailscanner-install.log if that's any help...

...Kevin
--
Kevin Miller
Network/email Administrator, CBJ MIS Dept.
155 South Seward Street
Juneau, Alaska 99801
Phone: (907) 586-0242, Fax: (907) 586-4500
Registered Linux User No: 307357
-----Original Message-----
Sent: Tuesday, March 10, 2015 2:36 PM
To: MailScanner discussion
Subject: Re: Install script stuck in a loop?
Ah ok, that is a CPAN thing with the package then. Did you select to use
EPEL? I think that is covered in EPEL.
-
Jerry Benton
www.mailborder.com
Post by Kevin Miller
It was when running the install scripts. It got to the part where it
does some testing and just kept looping, incrementing the hostname by 1
and failing each time.
Post by Kevin Miller
Running make for
J/JM/JMEHNLE/mail-spf-query/Mail-SPF-Query-1.999.1.tar.gz
Has already been unwrapped into directory
/root/.cpan/build/Mail-SPF-Query-1.999.1-oPA2yy
CPAN.pm: Building
J/JM/JMEHNLE/mail-spf-query/Mail-SPF-Query-1.999.1.tar.gz
cp lib/Mail/SPF/Query.pm blib/lib/Mail/SPF/Query.pm cp bin/spfd
blib/script/spfd /usr/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' --
blib/script/spfd cp bin/spfquery blib/script/spfquery /usr/bin/perl
-MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/spfquery Manifying
blib/man1/spfd.1 Manifying blib/man1/spfquery.1 Manifying
blib/man3/Mail::SPF::Query.3pm
JMEHNLE/mail-spf-query/Mail-SPF-Query-1.999.1.tar.gz
/usr/bin/make -- OK
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e"
"unknown" (t/00_all.t at line 127 fail #2)
Post by Kevin Miller
# Expected: "neutral"
# t/00_all.t line 127 is: my $ok = ok($result,
$expected_result);
Post by Kevin Miller
# | 01.spf1-test.mailzone.com new: ipv4=192.0.2.1,
sender=01.spf1-test.mailzone.com, helo=01.spf1-test.mailzone.com
Post by Kevin Miller
# | postmaster 01.spf1-test.mailzone.com localpart is
postmaster
Post by Kevin Miller
#...
So maybe it's the CPAN Mail-SPF-Query install routine?
...Kevin
--
Kevin Miller
Network/email Administrator, CBJ MIS Dept.
155 South Seward Street
Juneau, Alaska 99801
307357
-----Original Message-----
Sent: Tuesday, March 10, 2015 12:46 PM
To: MailScanner discussion
Subject: Re: Install script stuck in a loop?
That is a failure on the SPF record. (Bad DNS entry or format.).
MailScanner kept looping on the same message?
-
Jerry Benton
www.mailborder.com
Post by Kevin Miller
last_dns_error=NXDOMAIN
--
MailScanner mailing list
http://lists.mailscanner.info/mailman/listinfo/mailscanner
Before posting, read http://wiki.mailscanner.info/posting
Support MailScanner development - buy the book off the website!
--
MailScanner mailing list
http://lists.mailscanner.info/mailman/listinfo/mailscanner
Before posting, read http://wiki.mailscanner.info/posting
Support MailScanner development - buy the book off the website!
--
MailScanner mailing list
http://lists.mailscanner.info/mailman/listinfo/mailscanner
Before posting, read http://wiki.mailscanner.info/posting
Support MailScanner development - buy the book off the website!
--
MailScanner mailing list
***@lists.mailscanner.info
http://lists.mailscanner.info/mailman/listinfo/mailscanner

Before posting, read http://wiki.mailscanner.info/posting

Support MailScanner development - buy the book off the website!
Jerry Benton
2015-03-11 02:41:13 UTC
Permalink
Kevin,

You need to let it run longer. I just installed it and it did as you mentioned and ended. It did 223 tests.

Appending installation info to /usr/lib64/perl5/perllocal.pod
JMEHNLE/mail-spf-query/Mail-SPF-Query-1.999.1.tar.gz
/usr/bin/make install — OK

[***@msdev20 tmp]# perldoc -l Mail::SPF::Query
/usr/local/share/perl5/Mail/SPF/Query.pm



-
Jerry Benton
www.mailborder.com
Post by Kevin Miller
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
* base: mirror.tocici.com
* epel: mirror.steadfast.net
* extras: centos.sonn.com
* updates: cosmos.cites.illinois.edu
No package 'perl(Mail::SPF::Query)' available.
Error: Nothing to do
The install log can be viewed at ftp://ftp.ci.juneau.ak.us/pub/MailScanner/mailscanner-install.log if that's any help...
...Kevin
--
Kevin Miller
Network/email Administrator, CBJ MIS Dept.
155 South Seward Street
Juneau, Alaska 99801
Phone: (907) 586-0242, Fax: (907) 586-4500
Registered Linux User No: 307357
-----Original Message-----
Sent: Tuesday, March 10, 2015 2:36 PM
To: MailScanner discussion
Subject: Re: Install script stuck in a loop?
Ah ok, that is a CPAN thing with the package then. Did you select to use
EPEL? I think that is covered in EPEL.
-
Jerry Benton
www.mailborder.com
Post by Kevin Miller
It was when running the install scripts. It got to the part where it
does some testing and just kept looping, incrementing the hostname by 1
and failing each time.
Post by Kevin Miller
Running make for
J/JM/JMEHNLE/mail-spf-query/Mail-SPF-Query-1.999.1.tar.gz
Has already been unwrapped into directory
/root/.cpan/build/Mail-SPF-Query-1.999.1-oPA2yy
CPAN.pm: Building
J/JM/JMEHNLE/mail-spf-query/Mail-SPF-Query-1.999.1.tar.gz
cp lib/Mail/SPF/Query.pm blib/lib/Mail/SPF/Query.pm cp bin/spfd
blib/script/spfd /usr/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' --
blib/script/spfd cp bin/spfquery blib/script/spfquery /usr/bin/perl
-MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/spfquery Manifying
blib/man1/spfd.1 Manifying blib/man1/spfquery.1 Manifying
blib/man3/Mail::SPF::Query.3pm
JMEHNLE/mail-spf-query/Mail-SPF-Query-1.999.1.tar.gz
/usr/bin/make -- OK
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e"
"unknown" (t/00_all.t at line 127 fail #2)
Post by Kevin Miller
# Expected: "neutral"
# t/00_all.t line 127 is: my $ok = ok($result,
$expected_result);
Post by Kevin Miller
# | 01.spf1-test.mailzone.com new: ipv4=192.0.2.1,
sender=01.spf1-test.mailzone.com, helo=01.spf1-test.mailzone.com
Post by Kevin Miller
# | postmaster 01.spf1-test.mailzone.com localpart is
postmaster
Post by Kevin Miller
#...
So maybe it's the CPAN Mail-SPF-Query install routine?
...Kevin
--
Kevin Miller
Network/email Administrator, CBJ MIS Dept.
155 South Seward Street
Juneau, Alaska 99801
307357
-----Original Message-----
Sent: Tuesday, March 10, 2015 12:46 PM
To: MailScanner discussion
Subject: Re: Install script stuck in a loop?
That is a failure on the SPF record. (Bad DNS entry or format.).
MailScanner kept looping on the same message?
-
Jerry Benton
www.mailborder.com
Post by Kevin Miller
last_dns_error=NXDOMAIN
--
MailScanner mailing list
http://lists.mailscanner.info/mailman/listinfo/mailscanner
Before posting, read http://wiki.mailscanner.info/posting
Support MailScanner development - buy the book off the website!
--
MailScanner mailing list
http://lists.mailscanner.info/mailman/listinfo/mailscanner
Before posting, read http://wiki.mailscanner.info/posting
Support MailScanner development - buy the book off the website!
--
MailScanner mailing list
http://lists.mailscanner.info/mailman/listinfo/mailscanner
Before posting, read http://wiki.mailscanner.info/posting
Support MailScanner development - buy the book off the website!
--
MailScanner mailing list
http://lists.mailscanner.info/mailman/listinfo/mailscanner
Before posting, read http://wiki.mailscanner.info/posting
Support MailScanner development - buy the book off the website!
--
MailScanner mailing list
***@lists.mailscanner.info
http://lists.mailscanner.info/mailman/listinfo/mailscanner

Before posting, read http://wiki.mailscanner.info/posting

Support MailScanner dev
Jerry Benton
2015-03-11 02:43:55 UTC
Permalink
Also, many of the tests are supposed to “fail”.

-
Jerry Benton
www.mailborder.com
Post by Jerry Benton
Kevin,
You need to let it run longer. I just installed it and it did as you mentioned and ended. It did 223 tests.
Appending installation info to /usr/lib64/perl5/perllocal.pod
JMEHNLE/mail-spf-query/Mail-SPF-Query-1.999.1.tar.gz
/usr/bin/make install — OK
/usr/local/share/perl5/Mail/SPF/Query.pm
-
Jerry Benton
www.mailborder.com
Post by Kevin Miller
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
* base: mirror.tocici.com
* epel: mirror.steadfast.net
* extras: centos.sonn.com
* updates: cosmos.cites.illinois.edu
No package 'perl(Mail::SPF::Query)' available.
Error: Nothing to do
The install log can be viewed at ftp://ftp.ci.juneau.ak.us/pub/MailScanner/mailscanner-install.log if that's any help...
...Kevin
--
Kevin Miller
Network/email Administrator, CBJ MIS Dept.
155 South Seward Street
Juneau, Alaska 99801
Phone: (907) 586-0242, Fax: (907) 586-4500
Registered Linux User No: 307357
-----Original Message-----
Sent: Tuesday, March 10, 2015 2:36 PM
To: MailScanner discussion
Subject: Re: Install script stuck in a loop?
Ah ok, that is a CPAN thing with the package then. Did you select to use
EPEL? I think that is covered in EPEL.
-
Jerry Benton
www.mailborder.com
Post by Kevin Miller
It was when running the install scripts. It got to the part where it
does some testing and just kept looping, incrementing the hostname by 1
and failing each time.
Post by Kevin Miller
Running make for
J/JM/JMEHNLE/mail-spf-query/Mail-SPF-Query-1.999.1.tar.gz
Has already been unwrapped into directory
/root/.cpan/build/Mail-SPF-Query-1.999.1-oPA2yy
CPAN.pm: Building
J/JM/JMEHNLE/mail-spf-query/Mail-SPF-Query-1.999.1.tar.gz
cp lib/Mail/SPF/Query.pm blib/lib/Mail/SPF/Query.pm cp bin/spfd
blib/script/spfd /usr/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' --
blib/script/spfd cp bin/spfquery blib/script/spfquery /usr/bin/perl
-MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/spfquery Manifying
blib/man1/spfd.1 Manifying blib/man1/spfquery.1 Manifying
blib/man3/Mail::SPF::Query.3pm
JMEHNLE/mail-spf-query/Mail-SPF-Query-1.999.1.tar.gz
/usr/bin/make -- OK
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e"
"unknown" (t/00_all.t at line 127 fail #2)
Post by Kevin Miller
# Expected: "neutral"
# t/00_all.t line 127 is: my $ok = ok($result,
$expected_result);
Post by Kevin Miller
# | 01.spf1-test.mailzone.com new: ipv4=192.0.2.1,
sender=01.spf1-test.mailzone.com, helo=01.spf1-test.mailzone.com
Post by Kevin Miller
# | postmaster 01.spf1-test.mailzone.com localpart is
postmaster
Post by Kevin Miller
#...
So maybe it's the CPAN Mail-SPF-Query install routine?
...Kevin
--
Kevin Miller
Network/email Administrator, CBJ MIS Dept.
155 South Seward Street
Juneau, Alaska 99801
307357
-----Original Message-----
Sent: Tuesday, March 10, 2015 12:46 PM
To: MailScanner discussion
Subject: Re: Install script stuck in a loop?
That is a failure on the SPF record. (Bad DNS entry or format.).
MailScanner kept looping on the same message?
-
Jerry Benton
www.mailborder.com
Post by Kevin Miller
last_dns_error=NXDOMAIN
--
MailScanner mailing list
http://lists.mailscanner.info/mailman/listinfo/mailscanner
Before posting, read http://wiki.mailscanner.info/posting
Support MailScanner development - buy the book off the website!
--
MailScanner mailing list
http://lists.mailscanner.info/mailman/listinfo/mailscanner
Before posting, read http://wiki.mailscanner.info/posting
Support MailScanner development - buy the book off the website!
--
MailScanner mailing list
http://lists.mailscanner.info/mailman/listinfo/mailscanner
Before posting, read http://wiki.mailscanner.info/posting
Support MailScanner development - buy the book off the website!
--
MailScanner mailing list
http://lists.mailscanner.info/mailman/listinfo/mailscanner
Before posting, read http://wiki.mailscanner.info/posting
Support MailScanner development - buy the book off the website!
--
MailScanner mailing list
***@lists.mailscanner.info
http://lists.mailscanner.info/mailman/listinfo/mailscanner

Before posting, read http://wiki.mailscanner.info/posting

Support MailScanner development - buy the book off the website
Kevin Miller
2015-03-11 16:19:01 UTC
Permalink
Thanks - I knew some were supposed to fail, but after 100+ I figured whomever wrote the test forgot about it and the process fell by the wayside. I'll kick it off and just let it run its course...

...Kevin
--
Kevin Miller
Network/email Administrator, CBJ MIS Dept.
155 South Seward Street
Juneau, Alaska 99801
Phone: (907) 586-0242, Fax: (907) 586-4500
Registered Linux User No: 307357
-----Original Message-----
Sent: Tuesday, March 10, 2015 6:44 PM
To: MailScanner discussion
Subject: Re: Install script stuck in a loop?
Also, many of the tests are supposed to “fail”.
-
Jerry Benton
www.mailborder.com
On Mar 10, 2015, at 10:41 PM, Jerry Benton
Kevin,
You need to let it run longer. I just installed it and it did as you
mentioned and ended. It did 223 tests.
Appending installation info to /usr/lib64/perl5/perllocal.pod
JMEHNLE/mail-spf-query/Mail-SPF-Query-1.999.1.tar.gz
/usr/bin/make install — OK
/usr/local/share/perl5/Mail/SPF/Query.pm
-
Jerry Benton
www.mailborder.com
Post by Kevin Miller
I already had EPEL installed, so I said not to install it but it
Loaded plugins: fastestmirror, langpacks Loading mirror speeds from
cached hostfile
* base: mirror.tocici.com
* epel: mirror.steadfast.net
* extras: centos.sonn.com
* updates: cosmos.cites.illinois.edu
No package 'perl(Mail::SPF::Query)' available.
Error: Nothing to do
The install log can be viewed at
ftp://ftp.ci.juneau.ak.us/pub/MailScanner/mailscanner-install.log if
that's any help...
Post by Kevin Miller
...Kevin
--
Kevin Miller
Network/email Administrator, CBJ MIS Dept.
155 South Seward Street
Juneau, Alaska 99801
307357
-----Original Message-----
Jerry Benton
Sent: Tuesday, March 10, 2015 2:36 PM
To: MailScanner discussion
Subject: Re: Install script stuck in a loop?
Ah ok, that is a CPAN thing with the package then. Did you select to
use EPEL? I think that is covered in EPEL.
-
Jerry Benton
www.mailborder.com
Post by Kevin Miller
It was when running the install scripts. It got to the part where it
does some testing and just kept looping, incrementing the hostname
by 1 and failing each time.
Post by Kevin Miller
Running make for
J/JM/JMEHNLE/mail-spf-query/Mail-SPF-Query-1.999.1.tar.gz
Has already been unwrapped into directory
/root/.cpan/build/Mail-SPF-Query-1.999.1-oPA2yy
CPAN.pm: Building
J/JM/JMEHNLE/mail-spf-query/Mail-SPF-Query-1.999.1.tar.gz
cp lib/Mail/SPF/Query.pm blib/lib/Mail/SPF/Query.pm cp bin/spfd
blib/script/spfd /usr/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)'
-- blib/script/spfd cp bin/spfquery blib/script/spfquery
/usr/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' --
blib/script/spfquery Manifying
blib/man1/spfd.1 Manifying blib/man1/spfquery.1 Manifying
blib/man3/Mail::SPF::Query.3pm
JMEHNLE/mail-spf-query/Mail-SPF-Query-1.999.1.tar.gz
/usr/bin/make -- OK
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e"
"unknown" (t/00_all.t at line 127 fail #2)
Post by Kevin Miller
# Expected: "neutral"
# t/00_all.t line 127 is: my $ok = ok($result,
$expected_result);
Post by Kevin Miller
# | 01.spf1-test.mailzone.com new: ipv4=192.0.2.1,
sender=01.spf1-test.mailzone.com, helo=01.spf1-test.mailzone.com
Post by Kevin Miller
# | postmaster 01.spf1-test.mailzone.com localpart is
postmaster
Post by Kevin Miller
#...
So maybe it's the CPAN Mail-SPF-Query install routine?
...Kevin
--
Kevin Miller
Network/email Administrator, CBJ MIS Dept.
155 South Seward Street
Juneau, Alaska 99801
Phone: (907) 586-0242, Fax: (907) 586-4500 Registered Linux User
307357
-----Original Message-----
Jerry Benton
Sent: Tuesday, March 10, 2015 12:46 PM
To: MailScanner discussion
Subject: Re: Install script stuck in a loop?
That is a failure on the SPF record. (Bad DNS entry or format.).
MailScanner kept looping on the same message?
-
Jerry Benton
www.mailborder.com
On Mar 10, 2015, at 4:01 PM, Kevin Miller
last_dns_error=NXDOMAIN
--
MailScanner mailing list
http://lists.mailscanner.info/mailman/listinfo/mailscanner
Before posting, read http://wiki.mailscanner.info/posting
Support MailScanner development - buy the book off the website!
--
MailScanner mailing list
http://lists.mailscanner.info/mailman/listinfo/mailscanner
Before posting, read http://wiki.mailscanner.info/posting
Support MailScanner development - buy the book off the website!
--
MailScanner mailing list
http://lists.mailscanner.info/mailman/listinfo/mailscanner
Before posting, read http://wiki.mailscanner.info/posting
Support MailScanner development - buy the book off the website!
--
MailScanner mailing list
http://lists.mailscanner.info/mailman/listinfo/mailscanner
Before posting, read http://wiki.mailscanner.info/posting
Support MailScanner development - buy the book off the website!
--
MailScanner mailing list
http://lists.mailscanner.info/mailman/listinfo/mailscanner
Before posting, read http://wiki.mailscanner.info/posting
Support MailScanner development - buy the book off the website!
--
MailScanner mailing list
***@lists.mailscanner.info
http://lists.mailscanner.info/mailman/listinfo/mailscanner

Before posting, read http://wiki.mailscanner.info/posting

Support MailScanner development - buy the book
Continue reading on narkive:
Loading...