Community Forums
Connect with us on LinkedIn
Community Notice
+ Reply to Thread
Page 97 of 106 FirstFirst ... 47 87 95 96 97 98 99 ... LastLast
Results 1,441 to 1,455 of 1588
  1. #1441
    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

    Hello

    surely a good idea , however as you supposed it could give a lot of extra work to find_abusers . I'll see what can I do , however I think it's better to do this at ASSP level (for example could be added an option in the Ip Blocking menu).
    Stop SPAM & VIRUS :: ASSP Deluxe for cPanel http://www.grscripts.com
    █ ASSP Deluxe is supported by Fritz Borgstedt,ASSP main developer.

  2. #1442
    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

    Quote Originally Posted by manokiss View Post
    Hi Radio,

    Im not sure if this is possible or could be a cpu intensive but probably will be great have it.

    Usually clients that have some of they clients whitelisted they get blocked the ip anyway when they reach the limits we have in the cron of find_abusers.php

    Will be great if can be a way, probably running by cron every X minutes that search the maillog and also the blockip.txt for matching ip's and if the ip is from a whitelisted email address it automatically remove the ip from blockip.txt.

    What do you think?

    Thanx in advance!
    ok I found a way. If you force an upgrade of ASSP Deluxe 3.6.3,
    when you execute find_abusers.php , a new file /usr/local/assp/deluxe/ignore_whitelistedip.txt will be created . It contains a list of ip used by whitelisted email .
    find_abusers.php will not block ip(s) contained in this list (ignore_whitelistedip.txt).
    Stop SPAM & VIRUS :: ASSP Deluxe for cPanel http://www.grscripts.com
    █ ASSP Deluxe is supported by Fritz Borgstedt,ASSP main developer.

  3. #1443
    Member manokiss's Avatar
    Join Date
    Mar 2002
    Posts
    519

    Default

    Genius! this getting better day by day!!

    Thanx alot, ill test it out and let you know.

  4. #1444
    Member manokiss's Avatar
    Join Date
    Mar 2002
    Posts
    519

    Default

    Radio,

    As a quick look...i see the same ip's are repeated in the list...i mean, looks like the script is not checking if the ip is already in the list and is adding it again.

  5. #1445
    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

    Hello

    if you force an update now , ips in file ignore_whitelistedip.txt are unique now.
    Stop SPAM & VIRUS :: ASSP Deluxe for cPanel http://www.grscripts.com
    █ ASSP Deluxe is supported by Fritz Borgstedt,ASSP main developer.

  6. #1446
    Registered User
    Join Date
    Jun 2009
    Posts
    4

    Default Assp For Cpanel !

    There are several advantages using this .
    There are other scripts for cpanel web interface ; clients can enable/disable several spam filters , and most important they can see log, to see rejected and spam tagged email .
    On the log file , there is a button to put in whitelist a false positive .
    I also install assp to run as a service .

    Regards & Thanks

    Erene

  7. #1447
    Registered User
    Join Date
    Jul 2009
    Posts
    1

    Default Lisence

    Hi Radio,

    I am getting this message when installing.

    Where do you get the licence??? I didn't see that in your installation instructions.

  8. #1448
    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

    You may get a license here How to order ASSP Deluxe for cPanel
    Stop SPAM & VIRUS :: ASSP Deluxe for cPanel http://www.grscripts.com
    █ ASSP Deluxe is supported by Fritz Borgstedt,ASSP main developer.

  9. #1449
    Member
    Join Date
    Mar 2005
    Posts
    5

    Default IonCube error

    Suddenly this morning I started to have problems while sending emails and I decided to check WHM ASSP Deluxe if it is working. I was right something was going on and WHM ASSP Deluxe web page gave error message:

    Site error: the file /usr/local/cpanel/whostmgr/docroot/cgi/assp_deluxe.php requires the ionCube PHP Loader ioncube_loader_lin_5.2.so to be installed by the site administrator.
    I checked "/usr/local/cpanel/3rdparty/etc/php.ini" file if Ioncube extension is there but it wasn't! (another cPanel update I guess). Then I added below lines to "/usr/local/cpanel/3rdparty/etc/php.ini":

    zend_extension="/usr/local/IonCube/ioncube_loader_lin_5.2.so"
    zend_extension_ts="/usr/local/IonCube/ioncube_loader_lin_5.2_ts.so"
    I think everyone will face the same problem and this temporary solution will help.

  10. #1450
    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

    Thank you , someone else is reporting me the problem too. I am reporting to cPanel . Which is your cPanel/WHM version ?
    Last edited by Radio_Head; 07-07-2009 at 03:00 AM.
    Stop SPAM & VIRUS :: ASSP Deluxe for cPanel http://www.grscripts.com
    █ ASSP Deluxe is supported by Fritz Borgstedt,ASSP main developer.

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

    The following fixes the issue

    /scripts/makecpphp --force

    When it finishes to recompile internal php executes this

    /scripts/postupcp

    Now if you execute

    /usr/local/cpanel/3rdparty/bin/php-cgi -v

    it should return this

    PHP 5.2.6 (cgi) (built: Dec 15 2008 16:56:15)
    Copyright (c) 1997-2008 The PHP Group
    Zend Engine v2.2.0, Copyright (c) 1998-2008 Zend Technologies
    with the ionCube PHP Loader v3.1.34, Copyright (c) 2002-2009, by ionCube Ltd.

    If the steps above does not fix the problem , update your cPanel to "current"
    and execute this only

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

  12. #1452
    Member
    Join Date
    Aug 2006
    Posts
    47

    Default What is this? Some Hack?

    Greetings,

    I'm getting this message on the bottom of ASSP WHM

    fixed griplist

    !.-HUP.!

    Updating ASSP (even for the same version, seems to work). What is this? Some hack?

    Best regards
    daniel

  13. #1453
    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

    ASSP Deluxe (ASSP WHM) checks the correct value of griplist:= and correct it to griplist if required (I added this check because sometime ASSP empties this value).
    Stop SPAM & VIRUS :: ASSP Deluxe for cPanel http://www.grscripts.com
    █ ASSP Deluxe is supported by Fritz Borgstedt,ASSP main developer.

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

    Default

    Quote Originally Posted by Radio_Head View Post
    if you are sure that your ASSP Deluxe cron are set correctly please email me for support and I will check your problem.
    Hi,

    I'm getting this a lot latetely and often need to wait 2 days before new email accounts work properly. How can I fix it? What cron needs to run?
    • 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. #1455
    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

    Quote Originally Posted by SoftDux View Post
    Hi,

    I'm getting this a lot latetely and often need to wait 2 days before new email accounts work properly. How can I fix it? What cron needs to run?
    Hello

    please read
    ASSP Deluxe post installation steps ,FAQs and support.

    You may also read and apply this
    assp deluxe for cpanel antispam checklist

    If you set your cron correctly and they are not working (updating new email correctly) be sure your crontab service is working . You may contact me at
    daniolo@gmail.com for support.
    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. ASSP Deluxe for cPanel
    By pirrup in forum cPanel Developers
    Replies: 1468
    Last Post: 10-19-2009, 12:15 PM
  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 Deluxe not working over cPanel 11
    By XzaB in forum E-mail Discussions
    Replies: 2
    Last Post: 04-23-2007, 04:14 AM
  4. ASSP Deluxe not working over cPanel 11
    By XzaB in forum cPanel and WHM Discussions
    Replies: 2
    Last Post: 04-23-2007, 04:14 AM
Linkedin       Facebook       Twitter       RSS       Flickr       YouTube