>>>>> I have found this message in the logs: >>>>> TLS_found_no_client_cert_in_control/clientcert.pem/ >>>>> I have searched the lists and found an answer that this failure is >>>>> due >>>>> to >>>>> a selfsigned clientcert. In that posting the solution was to simply >>>>> remove >>>>> the clientcert and restart qmail. That way my qmail is working again, >>>>> but >>>>> I am not shure wether to simply remove the clientcert was such a good >>>>> idea. >>>>> Am I right that the only thing that changes is that TLS is not used >>>>> anymore between two MTA's and can still be used between a MUA and my >>>>> MTA? >>> >>> >>> >>>> What are the permissions on clientcert.pem? >>> >>> >>> -rw------- 1 qmaild qmail 2197 Mar 22 19:35 clientcert.pem >>> >>> Jörg >> >> >> Try chown vpopmail clientcert.pem > > That won't work, clientcert.pem is used by qmail-remote. Try doing: > > chmod g+r clientcert.pem
That helped! Thanx a lot. Jörg > > If that fails, delete all your pem files, and do make cert from scratch. > > Regards, > > Bill Shupp >