Community Forums
Connect with us on LinkedIn
Community Notice
+ Reply to Thread
Results 1 to 15 of 15
  1. #1
    Member
    Join Date
    Mar 2004
    Location
    Buffalo
    Posts
    22

    Default ASSP & cPanel/WHM

    Has anyone tried using this with cpanel/whm ?

    I would like to set this up, to handle all spam for my entire server...

    I wanted to check here before I go breaking things

    It's called ASSP... and has many features for spam handling...

    http://assp.sourceforge.net/

    Thanks!

  2. #2
    Member
    Join Date
    Nov 2003
    Posts
    521

    Default

    looks good, if you get it working, update this post.

  3. #3
    Member
    Join Date
    Sep 2004
    Posts
    529

    Default

    Yep... I've been running ASSP for longer than i have been using Cpanel... WHen I moved over to my new server back in February, I was able to move my ASSP install over and tweak a few configs and it was up and working.

    The main thing is inserting assp into the mailstream...

    Code:
    local_interfaces = 127.0.0.1.125
    Put at the top of your exim.conf to make exim listen on localhost on port 125 (and not listen on your public ips or on port 25)... then configure assp to forward to port 125. (change the port # if you wish). Have assp listen on port 25, and also an alternate port if you need it for some customers, and it'll forward all connections to exim on port 125.

    Then you need to make sure that 127.0.0.1 is in your /etc/alwaysrelay file... or you may have trouble with some email getting blocked.

    As far as I can remember, I think that was all the changes I did to the system outside of assp... so just configure assp properly and you should be good to go! Use test mode at first while you build up your spam and notspam databases... and make sure that everything is correct! This may mean going through spam by hand to train assp for at least the first several days... depending on how much email you get. Follow the docs to set it up and search the ASSP forums if you get stuck and you shouldn't have any trouble.
    Last edited by dezignguy; 10-11-2004 at 10:45 PM.

  4. #4
    Member
    Join Date
    Mar 2004
    Location
    Buffalo
    Posts
    22

    Default

    would you be able to throw together a quick step-by-step install guide for this.. and how to use it in conjunction with exim...

    Thanks
    Tim

    Quote Originally Posted by dezignguy
    Yep... I've been running ASSP for longer than i have been using Cpanel... WHen I moved over to my new server back in February, I was able to move my ASSP install over and tweak a few configs and it was up and working.

    The main thing is inserting assp into the mailstream...

    Code:
    local_interfaces = 127.0.0.1.125
    Put at the top of your exim.conf to make exim listen on localhost on port 125 (and not listen on your public ips or on port 25)... then configure assp to forward to port 125. (change the port # if you wish). Have assp listen on port 25, and also an alternate port if you need it for some customers, and it'll forward all connections to exim on port 125.

    Then you need to make sure that 127.0.0.1 is in your /etc/alwaysrelay file... or you may have trouble with some email getting blocked.

    As far as I can remember, I think that was all the changes I did to the system outside of assp... so just configure assp properly and you should be good to go! Use test mode at first while you build up your spam and notspam databases... and make sure that everything is correct! This may mean going through spam by hand to train assp for at least the first several days... depending on how much email you get. Follow the docs to set it up and search the ASSP forums if you get stuck and you shouldn't have any trouble.

  5. #5
    Member
    Join Date
    Sep 2004
    Posts
    529

    Default

    would you be able to throw together a quick step-by-step install guide for this.. and how to use it in conjunction with exim...
    Yeah, I did... it's in the post just above yours...




    But seriously, I don't get paid enough here to do other people's thinking for them. I'm happy to freely offer some hard-won advice and point people in the right direction - just in the spirit of open source, but I have a family to support and I'm not doing anyone's work for them unless I get something for my time. FYI: I'd be happy to install it for you or walk you through it for a fee... ;-)

    All the info you should need is in my post and in the ASSP install docs... it's all there, so there's no need to make anything else... RTFM. If you run into problems, post here or at the ASSP forums and maybe some kind soul will take a quick break from his paying work to give a few minutes of his time to help you out. But then maybe no one will and you'll have to either figure it out yourself or pay someone to do it. Such is the nature of the world. Realize that you have no right to free support or free services.

    Anyways... that turned into a bit of a rant, and it wasn't aimed all at you either, Tim. I'd better end it here though.

    Perhaps you could convince one of the guys who run those tutorial sites to create a how-to for this... they get something back through the advertising, etc on their sites so maybe it would be worth it to them.

  6. #6
    Member This forum account has been confirmed by cPanel staff to represent a vendor. Radio_Head's Avatar
    Join Date
    Feb 2002
    Posts
    2,057

    Default

    do you confirm

    local_interfaces = 127.0.0.1.125

    or

    local_interfaces = 127.0.0.1:125



    what have I to insert on Network/MTP Destination ?
    default value is 127.0.0.1:225
    Stop SPAM & VIRUS :: ASSP Deluxe for cPanel http://www.grscripts.com
    █ ASSP Deluxe is supported by Fritz Borgstedt,ASSP main developer.

  7. #7
    Member
    Join Date
    Jul 2004
    Posts
    95

    Default

    the correct is
    local_interfaces = 127.0.0.1.125

    you will need include all your local domains to ralaying - Local Domains*. Put this: file:/etc/localdomains

  8. #8
    Member This forum account has been confirmed by cPanel staff to represent a vendor. Radio_Head's Avatar
    Join Date
    Feb 2002
    Posts
    2,057

    Red face

    Quote Originally Posted by IRCBrasil
    the correct is
    local_interfaces = 127.0.0.1.125

    you will need include all your local domains to ralaying - Local Domains*. Put this: file:/etc/localdomains

    Thank you. IRCBrasil could you write a brief how to to install assp on cpanel ?
    Stop SPAM & VIRUS :: ASSP Deluxe for cPanel http://www.grscripts.com
    █ ASSP Deluxe is supported by Fritz Borgstedt,ASSP main developer.

  9. #9
    Member This forum account has been confirmed by cPanel staff to represent a vendor. Radio_Head's Avatar
    Join Date
    Feb 2002
    Posts
    2,057

    Default

    bump ......................................................
    Stop SPAM & VIRUS :: ASSP Deluxe for cPanel http://www.grscripts.com
    █ ASSP Deluxe is supported by Fritz Borgstedt,ASSP main developer.

  10. #10
    Member
    Join Date
    Sep 2004
    Posts
    529

    Default

    Radio_Head, this thread IS a brief how-to for installing ASSP on a cpanel server. This thread addresses all the specific changes needed for Cpanel. Except for these items, you can basically just follow the standard ASSP docs for installing.

    But since it looks like you really want some sort of 'how-to' written up, and you probably aren't too far from finishing your assp install, then why don't you write one yourself and post it here?
    Last edited by dezignguy; 06-18-2006 at 05:31 AM.

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

    Quote Originally Posted by Radio_Head
    bump ......................................................
    Please do not bump threads, especially in multiple threads for the same topic. People will answer if they want to.
    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. #12
    Member
    Join Date
    Jul 2004
    Posts
    95

    Default

    Sorry Radio_Head, I am not more using ASSP. Thre are many options to configure and the load was very high on the server installed, so I back to RVSKIN solution that for me, that have blocked more than 50.000 e-mails / day, is the best solution for a low load.

  13. #13
    Member
    Join Date
    Nov 2005
    Posts
    8

    Default

    dezignguy how do you configure assp to send the spams to spam folder under users account. By default the emails detected as spams are sent to (/usr/local/)assp/spams .

  14. #14
    Member
    Join Date
    May 2006
    Location
    Johannesburg, South Africa
    Posts
    881

    Default

    Hi

    This is a site selling your script to install a free script???? I don't get it.
    • cPanel :: Fantastico :: RVSkin :: WHM :: ModernBill
    • Reseller Hosting :: SSL Certificates :: Domain Registrations :: Affiliate Program
    • Blog Hosting :: CMS Hosting :: Forum Hosting :: E-Commerce Hosting
    SoftDux- The Leaders in Software
    Use the coupon: cpanel-06 to get 20% off our packages

  15. #15
    Member This forum account has been confirmed by cPanel staff to represent a vendor. Radio_Head's Avatar
    Join Date
    Feb 2002
    Posts
    2,057

    Default

    I'm not selling assp which is free . I am selling scripts (assp deluxe for cpanel) which permits to use assp on cpanel per domain/subdomain/domain addon and parked domains , and a with a web interface .
    Last edited by Radio_Head; 12-19-2006 at 03:30 AM.
    Stop SPAM & VIRUS :: ASSP Deluxe for cPanel http://www.grscripts.com
    █ ASSP Deluxe is supported by Fritz Borgstedt,ASSP main developer.

Similar Threads & Tags
Similar threads

  1. Replies: 695
    Last Post: 01-15-2012, 03:24 AM
  2. ASSP deluxe or free ASSP?
    By tratti in forum cPanel and WHM Discussions
    Replies: 3
    Last Post: 01-15-2009, 07:38 AM
  3. Assp Whm Cpanel
    By davis in forum cPanel and WHM Discussions
    Replies: 3
    Last Post: 02-08-2007, 09:34 AM
Linkedin       Facebook       Twitter       RSS       Flickr       YouTube