Ramana Kumar wrote, on 22.08.2012 10:23:
> What does RC -101mean? I think it means Exim couldn't read my private key
> or something is wrong with my private key.
Reading the source says
#define PDKIM_ERR_RSA_PRIVKEY -101
returned by:
/* Perform private key operation */
if (rsa_parse_key(&rsa, (unsigned char *)sig->rsa_privkey,
strlen(sig->rsa_privkey), NULL, 0) != 0) {
return PDKIM_ERR_RSA_PRIVKEY;
}
So, yes, there is something wrong with your private key.
Greetings,
Wolfgang
--
Wolfgang Breyha <wbreyha@???> |
http://www.blafasel.at/
Vienna University Computer Center | Austria