Community Forums
Connect with us on LinkedIn
Community Notice
+ Reply to Thread
Page 1 of 4 1 2 3 ... LastLast
Results 1 to 15 of 50
  1. #1
    Member
    Join Date
    Jul 2002
    Posts
    93

    Default SpamAssassin 3.0.4 breaks network checks (?)

    I see CP upgraded to Spamassassin 3.0.4-- after which, network tests - dnsbl, dnsuribl, spf - checking seemed to stop. Appears to have been some issue with the Net :: DNS 0.50 pm which was also installed at the same time... I had to roll back to Net :: DNS 0.48 and recompile SA to get the network tests working again.

    Anyone else notice similar or was it just me? Thought I would pass this along in case anyone was having issues.

  2. #2
    Member
    Join Date
    Mar 2004
    Location
    This Planet
    Posts
    984

    Default

    Quote Originally Posted by myrem
    I see CP upgraded to Spamassassin 3.0.4-- after which, network tests - dnsbl, dnsuribl, spf - checking seemed to stop. Appears to have been some issue with the Net :: DNS 0.50 pm which was also installed at the same time... I had to roll back to Net :: DNS 0.48 and recompile SA to get the network tests working again.

    Anyone else notice similar or was it just me? Thought I would pass this along in case anyone was having issues.

    I confirm this
    Don't see few things happening as it was pre upgrade.

    Anup

  3. #3
    Member
    Join Date
    Jul 2002
    Posts
    93

    Default

    Quote Originally Posted by anup123
    I confirm this
    Don't see few things happening as it was pre upgrade.

    Anup
    It broke (for me) Jun 9 00:17:03 -0400 EDT (just after the nightly upcp)

  4. #4
    Member
    Join Date
    Mar 2004
    Location
    This Planet
    Posts
    984

    Default

    Quote Originally Posted by myrem
    It broke (for me) Jun 9 00:17:03 -0400 EDT (just after the nightly upcp)
    I am watching and i definitely do not see the RBL network tests happening which is just letting few more length enhancers move in

    Anup

  5. #5
    Moderator cPanel Partner NOC Badge dgbaker's Avatar
    Join Date
    Sep 2002
    Location
    Toronto, Ontario Canada
    Posts
    2,773

    Default

    Have you opened a ticket or bugzilla with cPanel to inform them and have them investigate?
    Regards,
    David
    Forum Moderator

  6. #6
    Member
    Join Date
    Jul 2002
    Posts
    93

    Default

    Quote Originally Posted by dgbaker
    Have you opened a ticket or bugzilla with cPanel to inform them and have them investigate?
    I have not. And since I've fixed it myself and my license is not direct with CP, I am not going to open one... but i wanted to present the potential issue here so other admins could be on the look-out for it -- and take whatever steps they need to (open the ticket, etc)

  7. #7
    Member
    Join Date
    Feb 2005
    Location
    North Carolina
    Posts
    237

    Default

    It also seems to be a problem with Net::DNS version: 0.51 which I noticed was updated last night. If I run "spamassassin -D --lint" I see the following in the results:

    debug: is Net::DNS::Resolver available? yes
    debug: Net::DNS version: 0.51
    debug: trying (3) ebay.com...
    debug: looking up NS for 'ebay.com'
    debug: NS lookup of ebay.com failed horribly => Perhaps your resolv.conf isn't pointing at a valid server?
    debug: All NS queries failed => DNS unavailable (set dns_available to override)
    debug: is DNS available? 0

    How does one roll back to Net :: DNS 0.48 ?

    Thx -

  8. #8
    Member
    Join Date
    Mar 2004
    Location
    This Planet
    Posts
    984

    Default

    Waiting still for a bugzilla entry on Features Manager bug wrt catchall and forwarders to be fixed.

    --lint -d :

    debug: is Net:NS::Resolver available? yes
    debug: Net:NS version: 0.50
    debug: trying (3) sun.com...
    debug: looking up NS for 'sun.com'
    debug: NS lookup of sun.com failed horribly => Perhaps your resolv.conf isn't pointing at a valid server?
    debug: All NS queries failed => DNS unavailable (set dns_available to override)

    Anup
    Last edited by anup123; 06-11-2005 at 09:02 AM.

  9. #9
    Member
    Join Date
    Jul 2002
    Posts
    93

    Default

    Quote Originally Posted by RickG
    It also seems to be a problem with Net:NS version: 0.51 which I noticed was updated last night. If I run "spamassassin -D --lint" I see the following in the results:

    debug: is Net:NS::Resolver available? yes
    debug: Net:NS version: 0.51
    debug: trying (3) ebay.com...
    debug: looking up NS for 'ebay.com'
    debug: NS lookup of ebay.com failed horribly => Perhaps your resolv.conf isn't pointing at a valid server?
    debug: All NS queries failed => DNS unavailable (set dns_available to override)
    debug: is DNS available? 0

    How does one roll back to Net :: DNS 0.48 ?

    Thx -
    I confirm 0.51 also does not work, which is why I went back to 0.48

    You can grab it here: http://search.cpan.org/~crein/Net-DNS-0.48/
    (I did a manual download/make/install)

  10. #10
    Member
    Join Date
    Mar 2004
    Location
    This Planet
    Posts
    984

    Default

    rollback to 0.48 gets everything firing up again.

    debug: Net:NS version: 0.48
    debug: trying (3) yahoo.com...
    debug: looking up NS for 'yahoo.com'
    debug: NS lookup of yahoo.com succeeded => Dns available (set dns_available to hardcode)
    debug: is DNS available? 1

    running upcp would again upgrade Net:NS?

    Anup

  11. #11
    Member SageBrian's Avatar
    Join Date
    Jun 2002
    Location
    NY/CT (US)
    Posts
    386

    Default

    so that explains the extra spams getting through. I'm getting a lot more "Spam Assassin Time Outs" since the update. I hadn't had time to track down the cause, so not sure if it's related, but likely is.

  12. #12
    Member
    Join Date
    Jul 2002
    Posts
    93

    Default

    Quote Originally Posted by anup123
    running upcp would again upgrade Net:NS?

    Anup
    I believe it very well may. I turned off automatic update for "cPanel Package Updates" to prevent it from breaking me on the next run just to be safe.

    I have non-web hosting clients who use me for mail filtering services only, so SA being a primary tool for that segment of business, I can't afford to have it breaking.

  13. #13
    Member
    Join Date
    Mar 2004
    Location
    This Planet
    Posts
    984

    Default

    Quote Originally Posted by myrem
    I believe it very well may. I turned off automatic update for "cPanel Package Updates" to prevent it from breaking me on the next run just to be safe.

    I have non-web hosting clients who use me for mail filtering services only, so SA being a primary tool for that segment of business, I can't afford to have it breaking.
    Very much in the same scenario as yours.
    Have had auto updates off eversince one night it brought my server down long back. So wouldn't do a upcp for quite sometime now

    Anup

  14. #14
    Super Moderator This forum account has been confirmed by cPanel staff to represent a vendor. chirpy's Avatar
    Join Date
    Jun 2002
    Location
    Go on, have a guess
    Posts
    13,495

    Default

    Just been looking at this in the SpamAssassin code. Haven't nailed it down yet, but if you are desperate for a quick and dirty (very dirty) workaorund, you can:

    Edit /usr/lib/perl5/site_perl/5.8.1/Mail/SpamAssassin/Dns.pm (sub your version of perl in to the path as appropriate) and change line 1264 from:

    Code:
          $IS_DNS_AVAILABLE = 0; # should already be 0, but let's be sure.
    to:

    Code:
          $IS_DNS_AVAILABLE = 1; # should already be 0, but let's be sure.
    The subsequent URIDNSBL checks will then be done. As I said, this is not a fix, just a way of getting it working until the problem can be found.
    Jonathan Michaelson

    Need your cPanel servers secured and tuned?
    cPanel Server Configuration, Security, Recovery and Antivirus/AntiSpam Services
    Developers of the most effective (and free) Firewall & Security Solution for cPanel Servers - csf
    http://www.configserver.com

  15. #15
    Super Moderator This forum account has been confirmed by cPanel staff to represent a vendor. chirpy's Avatar
    Join Date
    Jun 2002
    Location
    Go on, have a guess
    Posts
    13,495

    Default

    Scratch that, the prettier workaround is to edit /etc/mail/spamassassin/local.cf and add:

    dns_available yes

    SpamAssassin will then skip the NS record test and continue on working.
    Jonathan Michaelson

    Need your cPanel servers secured and tuned?
    cPanel Server Configuration, Security, Recovery and Antivirus/AntiSpam Services
    Developers of the most effective (and free) Firewall & Security Solution for cPanel Servers - csf
    http://www.configserver.com

+ Reply to Thread
Page 1 of 4 1 2 3 ... LastLast
Similar Threads & Tags
Similar threads

  1. Support for bypassing RBL checks
    By netlink-ie in forum Feature Requests for cPanel/WHM
    Replies: 2
    Last Post: 11-11-2009, 02:44 AM
  2. Disable Service Checks
    By vexil in forum cPanel and WHM Discussions
    Replies: 4
    Last Post: 05-05-2009, 03:39 PM
  3. EasyApache Checks for Updates, Then Blank?
    By fm-2 in forum cPanel and WHM Discussions
    Replies: 11
    Last Post: 11-19-2007, 08:02 PM
  4. RBL Checks to Reject Known Spammers
    By lamp in forum cPanel and WHM Discussions
    Replies: 2
    Last Post: 11-23-2006, 04:05 PM
  5. ClamAVConnector stop status checks
    By websnail.net in forum cPanel and WHM Discussions
    Replies: 0
    Last Post: 10-06-2006, 06:50 PM
Linkedin       Facebook       Twitter       RSS       Flickr       YouTube