This is not a spamdyke error message -- it must be coming from qmail or 
some other program.

Google only has one result for this error, I have no idea if this 
explanation makes any sense:
    
http://www.vanquish.com/forum/viewtopic.php?t=969&sid=e2e31acc0743ae27f277c2acb617332b

-- Sam Clippinger

Marcelo Mendes Gomes wrote:
> Follow their advice and discovered the problem, but I have no idea of 
> how to fix it. The error message is:
>
> 451 Receiving compressed data failed: invalid distance too far back 
> #(4.3.0)
>
> Any suggestions ?
>
> Sam Clippinger escreveu:
>> Is spamdyke printing "ALLOWED" lines in the logs?  Or any errors?  Do 
>> the messages appear in the qmail queue?  Does qmail log anything about them?
>>
>> If spamdyke is the problem, try enabling full logging (with the 
>> "full-log-dir" option) to see what's happening.
>>
>> -- Sam Clippinger
>>
>> Marcelo Mendes Gomes wrote:
>>   
>>> Hi all,
>>>
>>> I'm new in this list and this is my first post. I have a qmail-ldap 
>>> server running with spamdyke.
>>>
>>> My problem is: the message arrived but not is delivered. This occurs 
>>> with one domain only. I've put the IP of MX in my whitelist_ip file and 
>>> the problem persists.
>>>
>>> I've read my logs and not found anything that could be a TIMEOUT or 
>>> DENIED status.
>>>
>>> Anybody could help me? Following my config files:
>>>
>>> #spamdyke.conf
>>> log-level=2
>>> max-recipients=20
>>> idle-timeout-secs=3600
>>> reject-empty-rdns
>>> reject-unresolvable-rdns
>>> reject-ip-in-cc-rdns
>>> reject-missing-sender-mx
>>> greeting-delay-secs=20
>>> check-dnsrbl=sbl-xbl.spamhaus.org
>>> check-dnsrbl=dnsbl.sorbs.net
>>> check-dnsrbl=bl.spamcop.net
>>> local-domains-file=/var/qmail/control/rcpthosts
>>> tls-certificate-file=/var/qmail/control/cert.pem
>>> sender-blacklist-file=/var/qmail/control/spamdyke/blacklist_senders
>>> recipient-blacklist-file=/var/qmail/control/spamdyke/blacklist_recipients
>>> ip-in-rdns-keyword-file=/var/qmail/control/spamdyke/blacklist_keywords
>>> ip-blacklist-file=/var/qmail/control/spamdyke/blacklist_ip
>>> rdns-blacklist-dir=/var/qmail/control/spamdyke/blacklist_rdns
>>> rdns-whitelist-file=/var/qmail/control/spamdyke/whitelist_rdns
>>> ip-whitelist-file=/var/qmail/control/spamdyke/whitelist_ip
>>>
>>>
>>> #/service/smtpd/run
>>> #!/bin/sh
>>> exec 2>&1 \
>>> envdir ./env \
>>> sh -c '
>>>     case "$REMOTENAME" in h) H=;; p) H=p;; *) H=H;; esac
>>>     case "$REMOTEINFO" in r) R=;; [0-9]*) R="t$REMOTEINFO";; *) R=R;; esac
>>>     exec \
>>>     envuidgid qmaild \
>>>     softlimit ${DATALIMIT+"-d$DATALIMIT"} \
>>>     /usr/local/bin/tcpserver \
>>>         -vDU"$H$R" \
>>>         ${LOCALNAME+"-l$LOCALNAME"} \
>>>         ${BACKLOG+"-b$BACKLOG"} \
>>>         ${CONCURRENCY+"-c$CONCURRENCY"} \
>>>         -xtcp.cdb \
>>>         -- "${IP-0}" "${PORT-25}" \
>>>        /usr/local/bin/spamdyke -f /var/qmail/control/spamdyke.conf \
>>>     /var/qmail/bin/qmail-smtpd
>>> '
>>> _______________________________________________
>>> spamdyke-users mailing list
>>> [email protected]
>>> http://www.spamdyke.org/mailman/listinfo/spamdyke-users
>>>   
>>>     
>> _______________________________________________
>> spamdyke-users mailing list
>> [email protected]
>> http://www.spamdyke.org/mailman/listinfo/spamdyke-users
>>
>>
>>   
> ------------------------------------------------------------------------
>
> _______________________________________________
> spamdyke-users mailing list
> [email protected]
> http://www.spamdyke.org/mailman/listinfo/spamdyke-users
>   
_______________________________________________
spamdyke-users mailing list
[email protected]
http://www.spamdyke.org/mailman/listinfo/spamdyke-users

Reply via email to