> I want to send mails via the "mail"-command which are encrypted and
> which uses the certificates used by Netscape Messenger and Outlook (if
> you export the files, it's extention is .p12).
>
> - How do I generate such keys (in general) ?

Install gnupg (http://gnupg.org) or PGP and use http://php.net/exec I
guess...

You can find a long-winded post from me a year or two ago about my trials
and tribulations (and a *lot* of help from others to get me going).

> - How can I send an encrypted email from an Unix-Server (with php) ?

You would encrypt it with the private key (read gnupg docs) and then just
use http://php.net/mail

At least, I think that's all you need to do...  You might have to use Manuel
Lemos mail class to *attach* the *signature* which is encrypted, if that's
what you mean...

--
Visit the Zend Store at http://www.zend.com/store/
Wanna help me out?  Like Music?  Buy a CD: http://l-i-e.com/artists.htm
Volunteer a little time: http://chatmusic.com/volunteer.htm



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to