Community Forums
Connect with us on LinkedIn
Community Notice
+ Reply to Thread
Page 2 of 47 FirstFirst 1 2 3 4 12 ... LastLast
Results 16 to 30 of 696
  1. #16
    Member
    Join Date
    Jan 2004
    Posts
    36

    Default

    i manually added some clients (in the form @domain.com on its own line in rules/RULE_spam_lover) via the assp interface (domain.com:55555) but it shows as enabled in the cpanel interface.

    i also added some clients (in the form @domain1.com|@domain2.com|etc) in the unprocessed addresses list via the assp interface but the domain's assp cpanel interface still shows as "enabled" for all filters.

  2. #17
    Member This forum account has been confirmed by cPanel staff to represent a vendor.
    Join Date
    Apr 2004
    Posts
    620

    Default

    Quote Originally Posted by boeki View Post
    i manually added some clients (in the form @domain.com on its own line in rules/RULE_spam_lover) via the assp interface (domain.com:55555) but it shows as enabled in the cpanel interface.
    Let me know the full permissions of the file "rules/RULE_spam_lover" I suppose it may be broken by ASSP web interface...

    Quote Originally Posted by boeki View Post
    i also added some clients (in the form @domain1.com|@domain2.com|etc) in the unprocessed addresses list via the assp interface but the domain's assp cpanel interface still shows as "enabled" for all filters.
    Ough! It was a nice point! I'm going to add the check for unprocessed domains at cPanel interface. It will be included in the next release (1.2.0).
    Reliable web-hosting, good resellers plans, web-design.
    ISProHosting.com

  3. #18
    Member This forum account has been confirmed by cPanel staff to represent a vendor.
    Join Date
    Apr 2004
    Posts
    620

    Default

    To organize things not processed addresses/domains are moved to separate "files/addrnp.txt" file! It means you would be needed to re-add your not processed domains to this list. If you are using assp.cfg.override, remove the entry from it. Otherwise new feature won't work for you.
    Reliable web-hosting, good resellers plans, web-design.
    ISProHosting.com

  4. #19
    Member
    Join Date
    Jan 2004
    Posts
    36

    Default

    Quote Originally Posted by ispro View Post
    Let me know the full permissions of the file "rules/RULE_spam_lover" I suppose it may be broken by ASSP web interface...
    -rw-rw-rw- 1 root root 61 Mar 17 12:01 bayesian_spam_lover
    -rw-rw-rw- 1 root root 41 Mar 17 06:10 blacklisted_spam_lover
    -rw-rw-rw- 1 root root 41 Mar 17 06:10 bomb_spam_lover
    -rw-rw-rw- 1 root root 41 Mar 17 06:10 delay_spam_lover
    -rw-rw-rw- 1 root root 41 Mar 17 06:10 helo_spam_lover
    -rw-rw-rw- 1 root root 41 Mar 17 06:10 invalid_spam_lover
    -rw-rw-rw- 1 root root 41 Mar 17 06:10 mxa_spam_lover
    -rw-rw-rw- 1 root root 41 Mar 17 06:10 penalty_spam_lover
    -rw-rw-rw- 1 root root 41 Mar 17 06:10 ptr_spam_lover
    -rw-rw-rw- 1 root root 41 Mar 17 06:10 rbl_spam_lover
    -rw-rw-rw- 1 root root 41 Mar 17 06:10 spf_spam_lover
    -rw-rw-rw- 1 root root 41 Mar 17 06:10 srs_spam_lover
    -rw-rw-rw- 1 root root 41 Mar 17 06:10 uribl_spam_lover

  5. #20
    Member
    Join Date
    Oct 2006
    Posts
    10

    Default

    just a heads up
    Code:
    # Redirect MTA to port 125 to enable ASSP
    local_interfaces = 127.0.0.1.125
    Code:
    ==> /var/log/exim_mainlog <==
    2007-03-17 14:44:28 exim 4.63 daemon started: pid=22202, -q1h, listening for SMTP on [127.0.0.1]:125
    2007-03-17 14:44:28 Start queue run: pid=22203
    2007-03-17 14:44:28 End queue run: pid=22203
    2007-03-17 14:44:28 socket bind() to port 125 for address 127.0.0.1 failed: Address already in use: waiting 30s before trying again (9 more tries)
    Code:
    # Redirect MTA to port 125 to enable ASSP
    local_interfaces = 127.0.0.1
    daemon_smtp_ports = 125
    Code:
    2007-03-17 14:55:35 exim 4.63 daemon started: pid=23367, -q1h, listening for SMTP on [127.0.0.1]:125
    2007-03-17 14:55:35 Start queue run: pid=23368
    2007-03-17 14:55:35 End queue run: pid=23368
    cpanel starts 2 versions of exim. one with ssl and one without. so we need to change only the smtp version. please update your addon to reflect the proper way configuring exim.

  6. #21
    Member This forum account has been confirmed by cPanel staff to represent a vendor.
    Join Date
    Apr 2004
    Posts
    620

    Default

    These permissions look good. If you may, let me know how to login to your server to check what is going on. Send me PM.
    Reliable web-hosting, good resellers plans, web-design.
    ISProHosting.com

  7. #22
    Member This forum account has been confirmed by cPanel staff to represent a vendor.
    Join Date
    Apr 2004
    Posts
    620

    Default

    weedy, it was already taken care of in 1.2.1 right before you sent your message

    Anyway thank you for the input!
    Reliable web-hosting, good resellers plans, web-design.
    ISProHosting.com

  8. #23
    Member This forum account has been confirmed by cPanel staff to represent a vendor.
    Join Date
    Apr 2004
    Posts
    620

    Default

    1.2.1 released:
    • Added option to install recommended Exim configuration files.
    • Added option to search for known incompatible strings in existing exim.conf.local file.
    • WHM interface doesn't show ASSP options if ASSP not installed/recognized.
    • New file added "files/addrnp.txt". It is for not processed addresses (mainly for domains).
    • Not processed domains are now considered to have all filters disabled with words "Not processed".
    • Added option to add/remove domain to not processed list.
    • ASSP updated to 1.3.1.13.
    • Added check at cPanel interface to accept known/allowed filters only.
    • Fixed daemon_smtp_ports at exim.conf
    Reliable web-hosting, good resellers plans, web-design.
    ISProHosting.com

  9. #24
    Member
    Join Date
    Oct 2006
    Posts
    10

    Default

    Quote Originally Posted by ispro View Post
    weedy, it was already taken care of in 1.2.1 right before you sent your message

    Anyway thank you for the input!
    damn it, why cant i ever be elitist.

  10. #25
    Member
    Join Date
    Jan 2004
    Posts
    36

    Default

    Quote Originally Posted by ispro View Post
    These permissions look good. If you may, let me know how to login to your server to check what is going on. Send me PM.
    found out what the problem was. there was no problem!

    i was looking at an account's cpanel via admin login (whm) and it was showing the wrong enabled/disabled settings. when i logged in via the account's login, the settings reflected the correct status.

    on another matter, the latest asspx changelog show "Added files/addrnp.txt" but it is not on the files folder. i created it and entered accounts on the not processed list then changed the assp config for "file:files/addrnp.xt" instead of the list of domains but the status on cpanel interface shows differently.

    i tried/modified/tried/etc. then i found out that the files folder had a 750 privelege and after setting it to 755, things went well.

    the changelog also stated assp was updated to 1.3.1.13 but whm asspx still shows 1.3.1.9 as the latest.
    Last edited by boeki; 03-18-2007 at 07:26 AM.

  11. #26
    Member
    Join Date
    Oct 2006
    Posts
    10

    Default

    Quote Originally Posted by boeki View Post
    the changelog also stated assp was updated to 1.3.1.13 but whm asspx still shows 1.3.1.9 as the latest.
    agreed, nothing a force update won't fix

  12. #27
    Member
    Join Date
    Aug 2006
    Posts
    194
    cPanel/Enkompass Access Level

    Root Administrator

    Default

    Does this include a cpanel interface for the end-user to control their spam filters?

  13. #28
    Member
    Join Date
    Oct 2006
    Posts
    10

    Default

    Quote Originally Posted by WireNine View Post
    Does this include a cpanel interface for the end-user to control their spam filters?
    yes (now im wasting 10 chars)

  14. #29
    Member This forum account has been confirmed by cPanel staff to represent a vendor.
    Join Date
    Apr 2004
    Posts
    620

    Default

    boeki, I really would like to see your server! Because all of these issues you mentioned are verified as not-existence! Permissions for "files" are 751 and you should also notice that.

    Perhaps FORCING ASSP update will help?

    P.S. There is a bug in versions comparison. It actually check string 2 string instead of float so I'm aware of the bug and just need to think about better way to compare versions...
    Reliable web-hosting, good resellers plans, web-design.
    ISProHosting.com

  15. #30
    Member
    Join Date
    Aug 2006
    Posts
    194
    cPanel/Enkompass Access Level

    Root Administrator

    Default

    Can we see screenshots of the user-end interface?

    Would this be a better replacement for Exim+Exiscan+Clamav+RBL+Spamassassin+SARE+Razor+DCC ?

Similar Threads & Tags
Similar threads

  1. ASSP Web Interface - Cannot connect
    By jrozycki in forum E-mail Discussions
    Replies: 2
    Last Post: 08-25-2011, 11:34 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 Whm Cpanel
    By davis in forum cPanel and WHM Discussions
    Replies: 3
    Last Post: 02-08-2007, 09:34 AM
  4. ASSP & cPanel/WHM
    By tbtucholka in forum cPanel and WHM Discussions
    Replies: 14
    Last Post: 12-19-2006, 03:26 AM
Linkedin       Facebook       Twitter       RSS       Flickr       YouTube