Displaying 2 results from an estimated 2 matches for "haprox".
Did you mean:
  haproxy
  
2001 Mar 19
0
DUP=T/F
...x(0,ns,1)
     }
   else
     {C <-model$C
      u <- input.data(data)
      G <- matrix(0,ns,ms)
     }
   x <-model$parms
   h0 <- abs(d*x)+eps*(x==0.0)
   D <- matrix(1e20, n,(length(x)*(length(x) + 3))/2)
   Daprox <-  matrix(0,n,r)
   Hdiag  <-  matrix(0,n,length(x))
   Haprox <-  matrix(0,n,r)
   storage.mode(D)     <-"double"
   storage.mode(Daprox)<-"double"
   storage.mode(Haprox)<-"double"
   storage.mode(Hdiag )<-"double"
   D <-.Fortran("gend",
            D=D,
            as.integer(is.ARMA(model...
2015 Mar 27
5
postfix sasl -> haproxy -> dovecot auth
Hello,
is it possible to configure configure haproxy to work with postfix sasl and dovecot auth like this:
clients -> 25:postfix -> 20025:haproxy -> 20025:auth-backend-1, 20025:auth-backend-2
The configuration I have now gives me this error randomly:
535 5.7.8 Error: authentication failed: Connection lost to authentication server
This is...