Re: procmail and gpg

2009-05-14 Thread Chris Frey
On Wed, May 13, 2009 at 01:39:06AM -0400, Stormer's Cgi-Archive wrote: > I asked this one before... either no response or no one knows. > > Has anyone got a procmail recipe that works so that any email sent to > a particular pop3 account will be encrypted with a public key? > > maybe I am on the

Re: procmail and gpg

2009-05-14 Thread Stormer's Cgi-Archive
To all that responded, I got it to work... Here is how... First, when executed by .procmailrc, the .gnupg directory needed to be in the same directory as the .procmailrc file. It had to be chown:chgrp for that user. The procmailrc looks like this... :0 * ^X-ClamAV: clean { :0fbw | gpg --enc

Re: procmail and gpg

2009-05-13 Thread Harry Rickards
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/13/09 17:53, Stormer's Cgi-Archive wrote: > Julian, > > Sorry for the initial description... here is why I want it... > > What I would like to do is have a regular pop3 mail account on a > private server... any email sent TO that email address

Re: procmail and gpg

2009-05-13 Thread Stormer's Cgi-Archive
Julian, Sorry for the initial description... here is why I want it... What I would like to do is have a regular pop3 mail account on a private server... any email sent TO that email address will be encrypted with my public key when it arrives on the server. Then when I download it into Mozilla T

Re: procmail and gpg

2009-05-13 Thread Julian Stacey
Matthew Krotzer wrote: > * Stormer's Cgi-Archive [090513 02:51]: > > I asked this one before... either no response or no one knows. > > > > Has anyone got a procmail recipe that works so that any email sent to > > a particular pop3 account will be encrypted with a public key? > > > > maybe I am

Re: procmail and gpg

2009-05-13 Thread Matthew Krotzer
* Stormer's Cgi-Archive [090513 02:51]: > I asked this one before... either no response or no one knows. > > Has anyone got a procmail recipe that works so that any email sent to > a particular pop3 account will be encrypted with a public key? > > maybe I am on the wrong list? Recommendations?

Re: procmail and gpg

2009-05-13 Thread Werner Koch
On Wed, 13 May 2009 07:39, stor...@stormer.org said: > Has anyone got a procmail recipe that works so that any email sent to > a particular pop3 account will be encrypted with a public key? I don't have one. I attach a script which does something similar: Take a message and re-encrypt it to a li

procmail and gpg

2009-05-12 Thread Stormer's Cgi-Archive
I asked this one before... either no response or no one knows. Has anyone got a procmail recipe that works so that any email sent to a particular pop3 account will be encrypted with a public key? maybe I am on the wrong list? Recommendations? James