Spamassassin won't start

Discussion in 'Server Operation' started by countrydj, Apr 9, 2010.

  1. falko

    falko Super Moderator Howtoforge Staff

    server1:~# spamassassin -V
    SpamAssassin version 3.2.5
    running on Perl version 5.10.0
    server1:~#
     
  2. rytec

    rytec New Member

    Well, there you can see we do the same things but in my version the update doesn't work.
     
  3. ahuezo

    ahuezo New Member

    Install perl module IO::Socket::INET6

    I fix it with this:

    # perl -MCPAN -e shell

    > install IO::Socket::INET6

    Hope this works for you
     
  4. rytec

    rytec New Member

    Warning: Cannot install IO::socket::INET6, don't know what it is.
    Try the command

    i /IO::socket::INET6/

    to find objects with matching identifiers.

    cpan[2]> i /IO::socket::INET6/
    Module id = IO::Socket::INET6
    CPAN_USERID SHLOMIF (Shlomi Fish <[email protected]>)
    CPAN_VERSION 2.66
    CPAN_FILE S/SH/SHLOMIF/IO-Socket-INET6-2.66.tar.gz
    MANPAGE IO::Socket::INET6 - Object interface for AF_INET|AF_INET6 domain sockets
    INST_FILE /usr/share/perl5/IO/Socket/INET6.pm
    INST_VERSION 2.54


    cpan[3]> exit
    Terminal does not support GetHistory.
    Lockfile removed.
    root@localhost:~# sa-update --no-gpg
    channel: no 'mirrors.updates.spamassassin.org' record found, channel failed
     
    Last edited: Jan 18, 2011
  5. ahuezo

    ahuezo New Member

    Perl MCPAN shell is case sensitive


    That search tells you that the module exists and its file is INET6.pm

    The problem is that the CPAN shell is case sensitive, you have to issue this command:

    > install IO::Socket::INET6

    You did: IO::socket::INET6

    Whithout this module, spamassasin will not resolve domains correctly
     
  6. rytec

    rytec New Member

    OK, did it again as you explained.
    In attachement the log of the installation.

    But unfortunately after i did sa-update --no-gpg still same issue

    # sa-update --no-gpg
    channel: no 'mirrors.updates.spamassassin.org' record found, channel failed

    Did I have to restart something after the INET6 installation before it applies in the system?

    Thanks for your time and help anyway.
     

    Attached Files:

Share This Page