[Rspamd-Users] Rspamd Worker Proxy round-robin
Vsevolod Stakhov
vsevolod at rspamd.com
Mon Feb 18 13:11:31 UTC 2019
On 14/02/2019 18:49, Emanuel Gonzalez wrote:
> 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,
>
Looks related:
https://github.com/rspamd/rspamd/commit/0f32df6f44c75cb9be69618e699fb2972cc7d421
More information about the Users
mailing list