[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
[ic] PGP encryption problem -- nothing sent
> PGP_KEY 0xB9298C4F Encryption
> ENCRYPTOR /opt/PGP/pgp -feat interch@now.org Encryption
> PGPPATH /home/interch/.pgp Encryption
I'm assuming you're using a recent version of PGP. Maybe 6.5.8?
Set PGP_KEY like this:
PGP_KEY /path/to/your/key/file Encryption
Delete the PGPPATH variable in your variable database table.
I don't know which shell you are using by default. But, set your
environment variable PGPPATH to /home/interch/.pgp
If you're using the csh shell then you only have to do is add this to
your .login file in your $HOME dir:
setenv PGPPATH home/interch/.pgp
Add this to your catalog.cfg file:
EncryptProgram /opt/PGP/pgp
Restart Interchange. It then should work.