Koozali.org: home of the SME Server

removing uceprotect from spam control

Offline hawk

  • *
  • 141
  • +0/-0
    • hawkelectronics
removing uceprotect from spam control
« on: May 22, 2015, 11:43:13 AM »
Hi
I am getting loads of emails getting rejected, and it is all coming from  uceprotect.
The domains are local domains and shouldn't be listed with uceprotect. These domains are only listed on the blaclist of uceprotect and non of the other listing sites.

So my question is how can i just remove uceprotect form my spam checking system


config show qpsmtpd
qpsmtpd=service
    Bcc=disabled
    BccMode=cc
    BccUser=maillog
    DNSBL=enabled
    LogLevel=6
    MaxScannerSize=25000000
    RBLList=bl.spamcop.net:dnsbl-1.uceprotect.net:dnsbl-2.uceprotect.net:psbl.surriel.com:zen.spamhaus.org
    RHSBL=enabled
    RelayRequiresAuth=enabled
    SBLList=multi.surbl.org:black.uribl.com:rhsbl.sorbs.net
    TlsBeforeAuth=1
    access=public
    qplogsumm=disabled
    status=enabled

Many thanks
John

Offline hawk

  • *
  • 141
  • +0/-0
    • hawkelectronics
Re: removing uceprotect from spam control
« Reply #1 on: May 22, 2015, 12:19:15 PM »
ok i think i have figured it out

http://bugs.contribs.org/show_bug.cgi?id=8235

config setprop qpsmtpd RBLList =bl.spamcop.net:dnsbl.ahbl.org:psbl.surriel.com:zen.spamhaus.org:multihop.dsbl.org

 config show qpsmtpd
qpsmtpd=service
    Bcc=disabled
    BccMode=cc
    BccUser=maillog
    DNSBL=enabled
    LogLevel=6
    MaxScannerSize=25000000
    RBLList==bl.spamcop.net:psbl.surriel.com:zen.spamhaus.org
    RHSBL=enabled
    RelayRequiresAuth=enabled
    SBLList=multi.surbl.org:black.uribl.com:rhsbl.sorbs.net
    TlsBeforeAuth=1
    access=public
    qplogsumm=disabled
    status=enabled

Seems to be a common problem for us in Africa

thanks
john



Offline janet

  • ****
  • 4,812
  • +0/-0
Re: removing uceprotect from spam control
« Reply #2 on: May 22, 2015, 11:32:11 PM »
Hawk

config setprop qpsmtpd RBLList bl.spamcop.net:dnsbl.ahbl.org:psbl.surriel.com:zen.spamhaus.org:multihop.dsbl.org
(All on one line)

Followed by

signal-event email-update
Please search before asking, an answer may already exist.
The Search & other links to useful information are at top of Forum.