Zbigniew Szalbot schrieb: > With regard to #3 - generating keys - how should this be done? > Do you think I am all right using services such as: > http://www.socketlabs.com/services/dkwiz
A matter of trust :) I prefer: Generate RSA key in priv.key: # openssl genrsa -out priv.key 1024 Show public part of it: # openssl rsa -in priv.key -pubout -- ## List details at http://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
