martes, 25 de febrero de 2014

opendkim: smfi_opensocket() failed when restart SOLVED

This happen when clone Virtual Machines.


the script /etc/init.d/opendkim line 65 after add "sleep5"


restart() {
        stop
        sleep 5
        start
}

this is because the socket is no close in shorty time.





No hay comentarios:

Publicar un comentario