Qtmail

From Openmoko

(Difference between revisions)
Jump to: navigation, search
(New page: ==Presentation== Qtmail is the mail application on om2008.8 ==configuration for encrypted mail== qtmail is already installed by default so we don't need to install it but it doesn't suppor...)
 
Line 8: Line 8:
 
  ln -s libcrypto.so.0.9.7 libcrypto.so
 
  ln -s libcrypto.so.0.9.7 libcrypto.so
 
then we need to import our certificate...
 
then we need to import our certificate...
I use no-log.org so the settings will be for it:
+
change myprovider accorging to your settings:
 
on your desktop computer do:
 
on your desktop computer do:
  openssl s_client -connect :143 -showcerts
+
  openssl s_client -connect myprovider:143 -showcerts
 
copy the part between(and including ):
 
copy the part between(and including ):
 
  -----BEGIN CERTIFICATE-----
 
  -----BEGIN CERTIFICATE-----

Revision as of 23:13, 16 September 2008

Presentation

Qtmail is the mail application on om2008.8

configuration for encrypted mail

qtmail is already installed by default so we don't need to install it but it doesn't support ssl/tls by default...so we will make it use ssl/tls

cd /usr/lib
ln -s libssl.so.0.9.7 libssl.so
ln -s libcrypto.so.0.9.7 libcrypto.so

then we need to import our certificate... change myprovider accorging to your settings: on your desktop computer do:

openssl s_client -connect myprovider:143 -showcerts

copy the part between(and including ):

-----BEGIN CERTIFICATE-----
-----END CERTIFICATE-----

put it in a file,that you will put on a folder,then do

c_rehash /path/to/the/folder

then copy the content of the folder to /opt/Qtopia/etc/ssl/certs/

then it should work...you only need to configure it according to your mail provider settings

Personal tools

Presentation

Qtmail is the mail application on om2008.8

configuration for encrypted mail

qtmail is already installed by default so we don't need to install it but it doesn't support ssl/tls by default...so we will make it use ssl/tls

cd /usr/lib
ln -s libssl.so.0.9.7 libssl.so
ln -s libcrypto.so.0.9.7 libcrypto.so

then we need to import our certificate... change myprovider accorging to your settings: on your desktop computer do:

openssl s_client -connect myprovider:143 -showcerts

copy the part between(and including ):

-----BEGIN CERTIFICATE-----
-----END CERTIFICATE-----

put it in a file,that you will put on a folder,then do

c_rehash /path/to/the/folder

then copy the content of the folder to /opt/Qtopia/etc/ssl/certs/

then it should work...you only need to configure it according to your mail provider settings