Stefano, I am working on an email portion to a cloud based service with multi-tenancy interaction. Currently we are using the domain high5work.com which resolves to 173.10.69.157 Our plan is to give each subscriber of our system a subdomain. eg. somecompany.high5work.com I've setup an MX record so that *.high5work.com resolves to the above IP for SMTP
I also just went and added an SPF record. Two questions, Based on how we are using the domain and subdomains, how do I ensure the IP reverse host is setup correctly and every time we add a sub domain are we going to need to build a Rep for it or will the rep from the domain carry to it's children? On Wed, Mar 14, 2012 at 8:20 AM, Eric Charles <eric.char...@u-mangate.com>wrote: > Forget information on keystore. I was on a s/mime trip, not the dkim > one... and see Stefano answer. > > Eric > > > On 14/03/12 15:32, Eric Charles wrote: > >> I saw the DKIM Mailet and semi understand what is taking place. >>> My question is how do I create the Private keys using james. >>> >> >> You need a keystore, see >> http://james.apache.org/**server/3/config-ssl-tls.html<http://james.apache.org/server/3/config-ssl-tls.html>where >> we describe >> the way to achieve this for SSL/TLS. The generation process is similar. >> You need to generate a keypair (public and private) and paste the >> exported private key to the jdkim mailet configuration (we could do >> better IMHO, the privacy is no more there...). >> >> I've found several tools to create a private key using the message >>> contents >>> and a supplied public key. >>> >> >> I use KeyStore Explorer >> (http://www.lazgosoftware.com/**kse/index.html<http://www.lazgosoftware.com/kse/index.html> >> ) >> >> However they are adding them before james processes the message, and >>> so the >>> keys are getting tampered with by james and returning invalid. >>> >> >> > ------------------------------**------------------------------**--------- > To unsubscribe, e-mail: > server-user-unsubscribe@james.**apache.org<server-user-unsubscr...@james.apache.org> > For additional commands, e-mail: > server-user-help@james.apache.**org<server-user-h...@james.apache.org> > >