fuzzy_check_timer_callback: got IO timeout with server localhost(127.0.1.1), after 3 retransmits

163 views
Skip to first unread message

chi...@gmail.com

unread,
Dec 26, 2016, 3:33:44 AM12/26/16
to rspamd
Hello!

I set up the local fuzzy storage and get this error:
fuzzy_check_timer_callback: got IO timeout with server localhost(127.0.1.1), after 3 retransmits

rspamadm configdump fuzzy_check
*** Section fuzzy_check ***
min_bytes
= 100;
rule
{
    rspamd
.com {
        algorithm
= "mumhash";
        servers
= "rspamd.com:11335";
        encryption_key
= "icy63itbhhni8bq15ntp5n5symuixf73s1kpjh6skaq4e7nx5fiy";
        symbol
= "FUZZY_UNKNOWN";
        mime_types
[
           
"application/*",
       
]
        max_score
= 20.0;
        read_only
= true;
        skip_unknown
= true;
        fuzzy_map
{
            FUZZY_DENIED
{
                max_score
= 20.0;
                flag
= 1;
           
}
            FUZZY_PROB
{
                max_score
= 10.0;
                flag
= 2;
           
}
            FUZZY_WHITE
{
                max_score
= 2.0;
                flag
= 3;
           
}
       
}
   
}
   
local {
        servers
= "localhost:11335";
        symbol
= "LOCAL_FUZZY_UNKNOWN";
        mime_types
[
           
"application/*",
       
]
        max_score
= 20.0;
        read_only
= false;
        skip_unknown
= true;
        algorithm
= "siphash";
        fuzzy_map
{
            LOCAL_FUZZY_DENIED
{
                max_score
= 20.0;
                flag
= 11;
           
}
            LOCAL_FUZZY_PROB
{
                max_score
= 10.0;
                flag
= 12;
           
}
            LOCAL_FUZZY_WHITE
{
                max_score
= 2.0;
                flag
= 13;
           
}
       
}
   
}
}

*** End of section fuzzy_check ***

rspamadm configdump worker
*** Section worker ***
bind_socket
= "*:11333";
type
= "normal";
mime
= true;
task_timeout
= 8.0;

*** End of section worker ***
*** Section worker ***
bind_socket
= "*:11334";
type
= "controller";
count
= 1;
password
= "q1";
secure_ip
= "127.0.0.1";
secure_ip
= "::1";
static_dir
= "/usr/local/share/rspamd/www";

*** End of section worker ***
*** Section worker ***
bind_socket
= "*:11335";
type
= "fuzzy";
hash_file
= "/var/db/rspamd/fuzzy.db";
expire
= 7776000.0;
allow_update
[
   
"localhost",
]

*** End of section worker ***


Reply all
Reply to author
Forward
0 new messages