A lot of spam

Discussion in 'ISPConfig 3 Priority Support' started by ruliezz, May 18, 2017.

  1. ruliezz

    ruliezz Member

    Hi All,

    What can I do with the lot of SPAM what is coming in?
    Yes, I have change the settings and add some blacklist urls.

    Any other thoughts?
     
  2. florian030

    florian030 Well-Known Member HowtoForge Supporter

    Ensure, that your spamassassin-rules are up-to-date, add some additional rules (i.e. sa.schaal-it.net) and check the spam-filter-settings for the domain / mailbox.
     
  3. sjau

    sjau Local Meanie Moderator

    Do you use RBLs as well?
     
  4. ruliezz

    ruliezz Member

    yes, i have this: zen.spamhaus.org, xbl.spamhaus.org, bl.spamcop.net, cbl.abuseat.org
     
  5. ruliezz

    ruliezz Member

    Great! I have installed it, let see if it goes better now
     
  6. ruliezz

    ruliezz Member

    Do I need to install this too?

    Code:
    sa-update --nogpg --channel updates.spamassassin.org
    retval="$?"
    if [ $retval -eq 0 ]; then compile=1; fi
    
    sa-update --nogpg --channel sought.rules.yerp.org
    retval="$?"
    if [ $retval -eq 0 ]; then compile=1; fi
    
    sa-update --nogpg --channel spamassassin.heinlein-support.de
    retval="$?"
    if [ $retval -eq 0 ]; then compile=1; fi
    
     
  7. florian030

    florian030 Well-Known Member HowtoForge Supporter

    you can use these rules, too
     
  8. ruliezz

    ruliezz Member

    Thanks!
     

Share This Page