[ic] Emailing Encrypted CC Info

Tim Eaton interchange-users@icdevgroup.org
Wed Aug 14 21:43:01 2002


Hi!

I've been working on getting PGP encryption installed, but I'm having
troubles. I keep getting "PGP failed with status 4294967040: Broken pipe". I
get the order, and the test customer gets the receipt, but no encrypted
email is sent anywhere. Has anyone seen this problem? My catalog.cfg route
section looks like this:

Route main <<EOF
attach 0
credit_card 1
default 1
email '__ORDERS_TO__'
encrypt 0
encrypt_program "__PGP__"
errors_to '__ORDERS_TO__'
pgp_cc_key "__PGP_KEY__"
pgp_key "__PGP_KEY__"
receipt etc/receipt.html
report etc/report
supplant 1
individual_track orders
track logs/tracking.asc
EOF

Under Admin/Preferences/Encryption, I have these settings:

ENCRYPTOR:
gpg --no-default-keyring --always-trust --keyring
/home/cpanel/.gnupg/pubring.gpg -e -a --batch -t -r '%s'

PGP_KEY
orders@afteraffects.com


Thanks,
Tim Eaton