The message "Refused. You are not following the SMTP protocol." 
indicates that you are sending data before the SMTP banner has 
appeared.  Legitimate mail servers should never see this message but 
it's easy to see in telnet if you start typing too early.
    http://www.spamdyke.org/documentation/README.html#SMTP_ERROR

spamdyke does not alter any of its configuration files as it runs, the 
only exceptions are the subdirectories and files within the graylist 
directory.  Automatically whitelisting addresses that pass the graylist 
filter has been suggested before, but it's not a good idea.  Passing the 
graylist filter only means that the sender retried delivery, it doesn't 
mean they aren't a spammer.  If you want to add an address to your 
whitelist, you'll have to do that manually.

-- Sam Clippinger

Chris wrote:
>
> Hi,
>
>  
>
> I’ve just Installed Spamdyke 4.0.10 on my Suse 10.1 / Plesk 8.4 vServer.
>
>  
>
> Everything seems to be working fine: When I connect with telnet and 
> try to deliver an email (HELO, MAIL FROM, RCPT TO) I get an error 
> “Refused, you are not following the SMTP protocol.”.
>
>  
>
> My Test-Email from yahoo arrived after being greylisted first.
>
> *However*: Shouldn’t my yahoo email address be automatically added to 
> the whitelist, after passing the greylist-test?
>
> The whitelist_ip, whitelist_rdns, whitelist_senders files (which I 
> have /touch/’ed and gave rwxrwxrwx permissions) are all empty!
>
>  
>
> Here is my spamdyke.conf file:
>
> /log-level=info/
>
> /local-domains-file=/var/qmail/control/rcpthosts/
>
> /tls-certificate-file=/var/qmail/control/servercert.pem/
>
> /smtp-auth-command=/var/qmail/bin/smtp_auth /var/qmail/bin/true 
> /var/qmail/bin/cmd5checkpw /bin/true/
>
> /smtp-auth-level=ondemand-encrypted/
>
> /idle-timeout-secs=300/
>
> /graylist-level=always-create-dir/
>
> /graylist-dir=/var/qmail/spamdyke/greylist/
>
> /graylist-min-secs=300/
>
> /graylist-max-secs=1814400/
>
> /sender-blacklist-file=/var/qmail/spamdyke/blacklist_senders/
>
> /recipient-blacklist-file=/var/qmail/spamdyke/blacklist_recipients/
>
> /ip-in-rdns-keyword-blacklist-file=/var/qmail/spamdyke/blacklist_keywords/
>
> /ip-blacklist-file=/var/qmail/spamdyke/blacklist_ip/
>
> /rdns-whitelist-file=/var/qmail/spamdyke/whitelist_rdns/
>
> /ip-whitelist-file=/var/qmail/spamdyke/whitelist_ip/
>
> /sender-whitelist-file=/var/qmail/spamdyke/whitelist_senders/
>
> /greeting-delay-secs=5/
>
>  
>
> Any help is appreciated!
>
>  
>
> Regards,
>
> Chris.
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> 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