Community Forums
Connect with us on LinkedIn
Community Notice
+ Reply to Thread
Page 4 of 12 FirstFirst ... 2 3 4 5 6 ... LastLast
Results 46 to 60 of 177
  1. #46
    Member
    Join Date
    Nov 2002
    Posts
    1,781
    cPanel/Enkompass Access Level

    DataCenter Provider

    Default

    sorry couldn't stop laughing actually.

    I am getting that howto done now assuming that only clam needs update.
    :: Anand ::

    ssh root@
    who the hell is root ???

    Cpanelappz Support Forums are up now. Register Today
    http://forums.cpanelappz.com

    WHM/cPanel API : http://whmapi.cpanelappz.com
    Cpanel Login Script : www.cpanelappz.com/cpanel-login-script.htm
    Exiscan+Clam+Exim Auto Installer : www.cpanelappz.com

  2. #47
    Member
    Join Date
    Nov 2002
    Posts
    1,781
    cPanel/Enkompass Access Level

    DataCenter Provider
    :: Anand ::

    ssh root@
    who the hell is root ???

    Cpanelappz Support Forums are up now. Register Today
    http://forums.cpanelappz.com

    WHM/cPanel API : http://whmapi.cpanelappz.com
    Cpanel Login Script : www.cpanelappz.com/cpanel-login-script.htm
    Exiscan+Clam+Exim Auto Installer : www.cpanelappz.com

  3. #48
    Member equens's Avatar
    Join Date
    Feb 2002
    Posts
    254

    Default What is the correct way to stop, start o restart mailscanner?

    What is the correct way to stop, start o restart mailscanner? I have update the Mailscanner.conf and I need to restart it. Thanks!

  4. #49
    Member
    Join Date
    Nov 2002
    Posts
    1,781
    cPanel/Enkompass Access Level

    DataCenter Provider

    Default Re: What is the correct way to stop, start o restart mailscanner?

    Originally posted by equens
    What is the correct way to stop, start o restart mailscanner? I have update the Mailscanner.conf and I need to restart it. Thanks!
    killall MailScanner

    You might need to repeat the above a couple of times before all the threads are killed.

    To start mailscanner

    /usr/mailscanner/bin/check_mailscanner

    This will start the mailscanner.
    :: Anand ::

    ssh root@
    who the hell is root ???

    Cpanelappz Support Forums are up now. Register Today
    http://forums.cpanelappz.com

    WHM/cPanel API : http://whmapi.cpanelappz.com
    Cpanel Login Script : www.cpanelappz.com/cpanel-login-script.htm
    Exiscan+Clam+Exim Auto Installer : www.cpanelappz.com

  5. #50
    Member equens's Avatar
    Join Date
    Feb 2002
    Posts
    254

    Default thanks

    thanks

  6. #51
    Member
    Join Date
    Nov 2002
    Posts
    1,781
    cPanel/Enkompass Access Level

    DataCenter Provider

    Default Re: thanks

    Originally posted by equens
    thanks
    np
    :: Anand ::

    ssh root@
    who the hell is root ???

    Cpanelappz Support Forums are up now. Register Today
    http://forums.cpanelappz.com

    WHM/cPanel API : http://whmapi.cpanelappz.com
    Cpanel Login Script : www.cpanelappz.com/cpanel-login-script.htm
    Exiscan+Clam+Exim Auto Installer : www.cpanelappz.com

  7. #52
    Member casey's Avatar
    Join Date
    Jan 2003
    Location
    If there is trouble, it will find me
    Posts
    2,336

    Default

    Originally posted by casey
    I upgraded successfully, but it doesn't want to use clamavmodule. It simply refuses to deliver messages. If I change it back to clamav it starts working again. How can I find out why it doesn't like clamavmodule?

    Yes, Mail::ClamAV is installed.
    I also had to install the following perl modules:
    Net::CIDR
    Inline

    Then I had to change the following line in MailScanner.conf:
    Monitors for ClamAV Updates = /usr/local/share/clamav/*.cvd
    to:
    Monitors for ClamAV Updates = /usr/share/clamav/*.cvd
    Now it works with clamavmodule

  8. #53
    Member
    Join Date
    Nov 2002
    Posts
    1,781
    cPanel/Enkompass Access Level

    DataCenter Provider

    Default

    nice
    :: Anand ::

    ssh root@
    who the hell is root ???

    Cpanelappz Support Forums are up now. Register Today
    http://forums.cpanelappz.com

    WHM/cPanel API : http://whmapi.cpanelappz.com
    Cpanel Login Script : www.cpanelappz.com/cpanel-login-script.htm
    Exiscan+Clam+Exim Auto Installer : www.cpanelappz.com

  9. #54
    Member
    Join Date
    Jun 2003
    Location
    Bulgaria
    Posts
    131

    Default

    Hmm, used this howto, but with the latest mailscanner from the homepage and got:
    root@server [/usr]# /usr/mailscanner/bin/check_mailscanner
    Starting MailScanner...
    Can't locate Convert/BinHex.pm in @INC (@INC contains: /usr/mailscanner/lib /usr/lib/perl5/5.8.0/i386-linux-thread-multi /usr/lib/perl5/5.8.0 /usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.0 /usr/lib/perl5/vendor_perl /usr/lib/perl5/5.8.0/i386-linux-thread-multi /usr/lib/perl5/5.8.0 . /usr/mailscanner/lib) at /usr/mailscanner/lib/MailScanner/BinHex.pm line 44.
    BEGIN failed--compilation aborted at /usr/mailscanner/lib/MailScanner/BinHex.pm line 44.
    Compilation failed in require at /usr/mailscanner/lib/MailScanner/Message.pm line 47.
    BEGIN failed--compilation aborted at /usr/mailscanner/lib/MailScanner/Message.pm line 47.
    Compilation failed in require at /usr/mailscanner/bin/MailScanner line 52.
    BEGIN failed--compilation aborted at /usr/mailscanner/bin/MailScanner line 52.

  10. #55
    Member
    Join Date
    Jun 2003
    Location
    Bulgaria
    Posts
    131

    Default

    Fixed by:

    /scripts/perlinstaller Convert::BinHex

    Maybe the latest version requires it.

    p.s.: teh version http://www.sng.ecs.soton.ac.uk/mails....29.7-1.tar.gz (4.29.7-1)
    Last edited by Dreamer; 04-02-2004 at 08:30 AM.

  11. #56
    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

    You are quite right, Convert::BinHex is now required for a new feature. They've now listed the module at:
    http://www.sng.ecs.soton.ac.uk/mails...all/perl.shtml

    I'll update the HOWTO at the top of the post. Thanks for pointing it out
    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

  12. #57
    Member
    Join Date
    Jun 2003
    Location
    Bulgaria
    Posts
    131

    Default

    Thank you too for the nice how-to

  13. #58
    Member
    Join Date
    Jan 2004
    Posts
    7

    Default

    Followed the main tutorial line by line but received two errors when trying to execute two of the commands


    Code:
    perl -pi -e "s/\/opt\/MailScanner/\/usr\/mailscanner/g"  /usr/mailscanner.new/lib/*
    
    Received Error:
    
    Can't do inplace edit: /usr/mailscanner.new/lib/MailScanner is not a regular file, <> line 2419
    Code:
    perl -pi -e "s/\/opt\/MailScanner/\/usr\/mailscanner/g"  /usr/mailscanner.new/lib/MailScanner/*
    Received Error:
    
    Can't do inplace edit: /usr/mailscanner.new/lib/MailScanner/CustomFunctions is not a regular file, <> line 5076
    Any ideas?

  14. #59
    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

    Hi,

    You can ignore the errors, they're caused by attempting to search&replace the directory files in addition to their contents.
    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. #60
    Member
    Join Date
    Jan 2004
    Posts
    7

    Default

    Cheers for the great tutorial. Although in the log files it shows Starting MailScanner 4.29.7. Mailscanner-4.29.7-1.tar.gz untared to Mailscanner-4.29.7.

    This be correct?

+ Reply to Thread
Page 4 of 12 FirstFirst ... 2 3 4 5 6 ... LastLast
Similar Threads & Tags
Similar threads

  1. Mailscanner from layer1
    By DN-Paul in forum cPanel and WHM Discussions
    Replies: 15
    Last Post: 05-14-2004, 11:12 PM
  2. Install Layer1 package with CLAMAV+Mailscanner updated?
    By damainman in forum cPanel and WHM Discussions
    Replies: 4
    Last Post: 05-14-2004, 04:00 AM
  3. Howto restart Mailscanner FROM layer1.cpanel.net
    By nappa in forum cPanel and WHM Discussions
    Replies: 3
    Last Post: 02-04-2004, 04:17 PM
  4. Layer1 mailscanner-av?
    By xsenses in forum cPanel and WHM Discussions
    Replies: 2
    Last Post: 08-27-2003, 10:21 PM
  5. MailScanner layer1 Cpanel issues after install FIX
    By huffdata in forum cPanel and WHM Discussions
    Replies: 0
    Last Post: 08-27-2003, 04:04 AM
Linkedin       Facebook       Twitter       RSS       Flickr       YouTube