Community Forums
Connect with us on LinkedIn
Community Notice
+ Reply to Thread
Results 1 to 13 of 13
  1. #1
    cPanel Partner NOC cPanel Partner NOC Badge
    Join Date
    Jul 2003
    Location
    .pt
    Posts
    142

    Default Mailscanner MRTG

    I downloaded mailscanner from cpanel, and installed it.

    Now, i want to install some script to see the "stats" of virus, spam, etc. And i found mailscanner-mrtg but the cpanel mailscanner installation is a lot different, and i cant put that script working good. As anyone in here already do that?

    Thanks!


    Links:
    http://mailscannermrtg.sourceforge.net

    cPanel.net Support Ticket Number:

  2. #2
    Member
    Join Date
    Sep 2002
    Posts
    282

    Default Re: Mailscanner MRTG

    Originally posted by efeito
    I downloaded mailscanner from cpanel, and installed it.

    Now, i want to install some script to see the "stats" of virus, spam, etc. And i found mailscanner-mrtg but the cpanel mailscanner installation is a lot different, and i cant put that script working good. As anyone in here already do that?

    Thanks!


    Links:
    http://mailscannermrtg.sourceforge.net

    cPanel.net Support Ticket Number:
    After downloading the mrtg packages from gpan elsewhere on the forum, I was able to integrate mailscanner-mrtg with little fuss, however, mailscanner-mrtg seems sendmail-based, and cpanel uses exim, so not all features work for me right now, I haven't had the time to look into the details yet.

    cPanel.net Support Ticket Number:

  3. #3
    cPanel Partner NOC cPanel Partner NOC Badge
    Join Date
    Jul 2003
    Location
    .pt
    Posts
    142

    Default

    can you tell me the link or send me the files? If you have any update, please tell me. Thanks!!

    cPanel.net Support Ticket Number:

  4. #4
    cPanel Partner NOC cPanel Partner NOC Badge
    Join Date
    Jul 2003
    Location
    .pt
    Posts
    142

    Default

    does anyone get this working?

    What do you use to see that email stats? About viruses found, email refused, etc etc.

    Thanks

  5. #5
    Member
    Join Date
    Jan 2003
    Posts
    21

    Default

    I got this working on my cpanel WHM 8.5.1 cPanel 8.5.3-S3 with mailscanner/clamAV installed from cpanel. I had this working on an old server I had that installed mailscanner using Mahmoud's install method http://www.cpanelplus.com/staticpage...03073009541160 .

    This wasn't that hard at all to do. You just need to change some of the config files to point to the correct directories.

    I will post up in a little bit if you want on how I got it to work. Its pretty simple. I followed these instructions and just modified some of the config files and the mailscanner-mrtg program a little to get it to work.

    Let me know if you need them.

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

    Default

    Originally posted by underzen
    I got this working on my cpanel WHM 8.5.1 cPanel 8.5.3-S3 with mailscanner/clamAV installed from cpanel. I had this working on an old server I had that installed mailscanner using Mahmoud's install method http://www.cpanelplus.com/staticpage...03073009541160 .

    This wasn't that hard at all to do. You just need to change some of the config files to point to the correct directories.

    I will post up in a little bit if you want on how I got it to work. Its pretty simple. I followed these instructions and just modified some of the config files and the mailscanner-mrtg program a little to get it to work.

    Let me know if you need them.
    If you can post a how to for getting the stats to work, that would be great.
    Thanks

  7. #7
    Member
    Join Date
    Mar 2002
    Posts
    442

    Default

    I'm looking into this same issue myself - just installed mailscanner + clamav and now looking into monitoring tools and came across mailscanner-mrtg (http://mailscannermrtg.sourceforge.net/)

    From reading the previous posts above and reading the mailscanner-mrtg README, it looks like the challenge is to correctly change these settings in the mailscanner-mrtg install.pl file prior to running it.

    PHP Code:
    %options= (
            
    "perl" => "auto",
            
    "prefix" => "/usr",
            
    "sbin" => "sbin",
            
    "mrtgcfg" => "/etc/mrtg",
            
    "msconf" => "/etc/MailScanner",
            
    "doc" => "share/doc",
            
    "www" => "/var/www/html",
            
    "lib" => "lib",
            
    "unattended" => "n",
            
    "uptime" => "auto",
            
    "usesnmp" => "auto",
            
    "snmpwalk" => "auto",
            
    "snmp" => "auto",
            
    "mrtg" => "auto",
            
    "editor" => "auto",
            
    "install" => "y",
            
    "cron" => "d",
            
    "crontab" => "/var/spool/cron",
            
    "wwwconf" => "/etc/httpd/conf",
            
    "man" => "share/man"
            
    ); 
    Am I right? If so, and someone has already worked out what the correct/best settings should be for mailscanner-mrtg (for the mailscanner+clamav package installed from level1.cpanel.net) then please post here - thanks!
    Last edited by spaceman; 02-06-2004 at 03:11 AM.
    • Web Design Perth .:. Itomic Business Website Solutions of Perth, Western Australia

  8. #8
    Member
    Join Date
    Sep 2002
    Posts
    282

    Default

    Originally posted by spaceman
    I'm looking into this same issue myself - just installed mailscanner + clamav and now looking into monitoring tools and came across mailscanner-mrtg (http://mailscannermrtg.sourceforge.net/)

    From reading the previous posts above and reading the mailscanner-mrtg README, it looks like the challenge is to correctly change these settings in the mailscanner-mrtg install.pl file prior to running it.

    PHP Code:
    %options= (
            
    "perl" => "auto",
            
    "prefix" => "/usr",
            
    "sbin" => "sbin",
            
    "mrtgcfg" => "/etc/mrtg",
            
    "msconf" => "/etc/MailScanner",
            
    "doc" => "share/doc",
            
    "www" => "/var/www/html",
            
    "lib" => "lib",
            
    "unattended" => "n",
            
    "uptime" => "auto",
            
    "usesnmp" => "auto",
            
    "snmpwalk" => "auto",
            
    "snmp" => "auto",
            
    "mrtg" => "auto",
            
    "editor" => "auto",
            
    "install" => "y",
            
    "cron" => "d",
            
    "crontab" => "/var/spool/cron",
            
    "wwwconf" => "/etc/httpd/conf",
            
    "man" => "share/man"
            
    ); 
    Am I right? If so, and someone has already worked out what the correct/best settings should be for mailscanner-mrtg (for the mailscanner+clamav package installed from level1.cpanel.net) then please post here - thanks!
    My main problem with the stats seem to be the proper regular expressions for exim(as mailscanner-mrtg was made for sendmail) Is that just my imagination?

  9. #9
    Member
    Join Date
    Feb 2002
    Posts
    26

    Default

    Originally posted by perlchild
    My main problem with the stats seem to be the proper regular expressions for exim(as mailscanner-mrtg was made for sendmail) Is that just my imagination?

    anyone got this working

  10. #10
    Member
    Join Date
    Dec 2003
    Posts
    39

    Default

    it'd be great if someone who has been able to setup this could post some kind of mini-how-to.

  11. #11
    Member albatroz's Avatar
    Join Date
    Mar 2003
    Location
    Virtual Orbis / Peru
    Posts
    108

    Default

    I am also interested in this issue, however I have been looking a lot in the Net and have found nothing done...

    I wonder if we all could hire someone to do this...
    and share the knowledge with the rest...

    Originally posted by vahan
    it'd be great if someone who has been able to setup this could post some kind of mini-how-to.

  12. #12
    Member
    Join Date
    Dec 2003
    Posts
    48

    Default

    This HOW-TO works;

    http://forum.ev1servers.net/showthre...threadid=30641

    You will need to read the whole thread prior to trying it though as the thread starter has not included all the issues in the original posting.

    I've had this setup running for several months with no issues.

    Regards,

    Zappz

  13. #13
    Member albatroz's Avatar
    Join Date
    Mar 2003
    Location
    Virtual Orbis / Peru
    Posts
    108

    Default

    Call me stubborn but I think what that most people would need/like are graphics like this:
    http://mailwatch.sourceforge.net/ima...y_date_rpt.png
    http://mailwatch.sourceforge.net/ima...iruses_rpt.png
    http://mailwatch.sourceforge.net/

    and the capacity of include strings like this in their homepages:

    MAILS PROCESSED: 10000
    SPAM DETECTED: 123 (30%)
    VIRUS DETECTED: 123 (30%)
    TOP TEN VIRUS DETECTED: virus 1 (%)
    virus 1 (%)
    virus 1 (%)
    virus 1 (%)
    virus 1 (%)

    and the possibility to have such reports by domain, when requested on demand by a web form...

    I would like to know if anyone would like to join me in the idea of creating a new application project for this.

    This would require the search of a developer (we could hire some of the developers of the actual existant projects) and do some fund-raising or search for sponsors, what do you think....??


    Originally posted by zappz
    This HOW-TO works;

    http://forum.ev1servers.net/showthre...threadid=30641

    You will need to read the whole thread prior to trying it though as the thread starter has not included all the issues in the original posting.

    I've had this setup running for several months with no issues.

    Regards,

    Zappz

Similar Threads & Tags
Similar threads

  1. Mrtg
    By stuartd in forum cPanel and WHM Discussions
    Replies: 4
    Last Post: 11-19-2007, 11:12 AM
  2. MRTG MailScanner
    By danyb in forum cPanel and WHM Discussions
    Replies: 0
    Last Post: 11-08-2007, 11:57 AM
  3. MRTG start error after updating MailScanner.
    By SuperBaby in forum cPanel and WHM Discussions
    Replies: 3
    Last Post: 10-12-2005, 02:05 PM
  4. Mrtg
    By br3ach in forum cPanel and WHM Discussions
    Replies: 3
    Last Post: 07-28-2004, 02:02 PM
  5. Mrtg
    By r3diensten in forum cPanel and WHM Discussions
    Replies: 3
    Last Post: 02-25-2004, 09:23 PM
Linkedin       Facebook       Twitter       RSS       Flickr       YouTube