[ic] credit card information missing in order mail

Sherin George list at sheringeorge.co.cc
Fri Oct 15 10:28:20 UTC 2010


Hello Gert,Peter & Racke,

I have managed to solve this issue.

I shall explain here what I did in my cpanel server to resolve this.

******************************************************************************
1. Logged in the server as the website user in cpanel (dummy)

2. Created a key using following command.
============
gpg --gen-key
============
I chose dummy at dummydoamin.com as email address

2. exported the public key
=========================================
gpg -a --export dummy at dummydoamin.com > mykey.pub
=========================================

3. Logged in the server as root and imported the key
==========================
gpg --import mykey4.pub
==========================

4. Changed permission of /root/.gnupg/
====================
chmod 770 /root/.gnupg/;
chown root.cpanel /root/.gnupg/
=====================

5. Configured following in

Preferences >> Edit Preferences >> Encryption in interchange
administrator section.

========================================
ENCRYPTOR 	LEFT-AS-BLANK	
PGP 	gpg --trust-model always --encrypt --armor --batch --textmode --recipient 	
PGP_CC_KEY 	LEFT-AS-BLANK		
PGP_KEY 	dummy at dummydoamin.com	
========================================

6. Pressed "Apply changes" button
******************************************************************************

This resolved my issue in cpanel. Now, I had to read mails in
thunderbird. Here is what I did.

******************************************************************************
1. Installed Gpg4win 2.0.4 from http://www.gpg4win.org/download.html
2. Exported private key in server after logging into server "dummy"
===================
gpg --armor --export-secret-keys > privatekey.sec
===================

3. Now, imported it in my desktop
===================
gpg --import --allow-secret-key-import < privatekey.sec
===================

4. Now I have installed Enigmail  in Thunderbird and everything is fine now.

Enigmail is an addon for thunderbird available at https://addons.mozilla.org.
******************************************************************************

--
Thanks,
Sherin



More information about the interchange-users mailing list