[Rspamd-Users] Rspamd Worker Proxy round-robin
Emanuel Gonzalez
emanuel_gonzalez at live.com.ar
Thu Feb 14 18:49:50 UTC 2019
Any ideas.?
________________________________
De: Emanuel Gonzalez
Enviado: jueves, 14 de febrero de 2019 10:54
Para: User questions
Asunto: Rspamd Worker Proxy round-robin
Hi,
utilizo el worker proxy con 4 servidores para analizar correo, adjunto configuración
I use the proxy worker with 4 servers to analyze mail, attached configuration
milter = no;
bind_socket = "172.17.2.230:11332";
upstream {
local {
hosts = "localhost";
default = true;
}
scan {
hosts = "round-robin:172.17.2.106:11333:1,172.17.2.110:11333:1,172.17.2.114:11333:1,172.17.2.113:11333:1";
default = true;
}
}
The server with ip 172.17.2.106, has not received emails to analyze for 2 days but the others yes. The round-robin configuration does not send mail to each server at a time.??
How can i fix this.?
Regards,
More information about the Users
mailing list