Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
services:e-mail_service:e-mail_clients_setup [2016/02/08 11:15]
radeka [MUTT]
services:e-mail_service:e-mail_clients_setup [2019/02/04 14:04]
giunta
Line 35: Line 35:
  
  
-===== ALPINE USERS on ssh.sissa.it =====+===== ALPINE USERS ===== 
 + 
 +Alpine will be forced to read e-mail using IMAP. So the first time alpine will ask you //**your SISSA username**//​ and //**your SISSA password**//​ and if you wish to "​Preserve password ​on DISK for next login?"​ answer ​ "​**Y**" ​ if you want to save it (encrypted) so you will not have to enter your password anymore using AlpineYour password, encrypted, will be put in the file **.alpine.passfile** in your home directory. 
 + 
 +Since [[http://​alpine.x10host.com/​alpine/​info/​alpine.html|Alpine 2.10]], a personal SMIME certificate is used to [[http://​alpine.x10host.com/​alpine/​info/​encryptpwd.html|encrypt the password file]]. Alpine will ask the user to create a ''​master password'',​ which will unlock access to the password file in future access during the same Alpine session. 
 + 
 +To avoid being asked to enter the ''​master password''​ every time you start Alpine, while not recommended,​ you can create a SMIME certificate //without// any private key's password: 
 + 
 +<​code>​ 
 +mkdir -p $HOME/​.alpine-smime/​public $HOME/​.alpine-smime/​.pwd $HOME/​.alpine-smime/​private $HOME/​.alpine-smime/​ca 
 + 
 +openssl req -x509 -newkey rsa:2048 -keyout $HOME/​.alpine-smime/​.pwd/​MasterPassword.key -out $HOME/​.alpine-smime/​.pwd/​MasterPassword.crt -days 10000 -nodes -subj "/C=IT/ST=Friuli Venezia Giulia/L=Trieste/O=SISSA/CN=$USER/​emailAddress=${USER}@sissa.it"​ 
 + 
 +touch $HOME/​.alpine.passfile 
 +</​code>​
  
-Alpine will be forced to read e-mail using IMAP. So the first time alpine will ask you //**your SISSA username**//​ and //**your SISSA password**//​ and if you wish to " Preserve password on DISK for next login? " \\ 
-Answer ​ " **Y** " ​ if you want to save it (encrypted) so you will not have to enter your password anymore using alpine. Your password, encrypted, will be put in the file** .pine.pwd** in your home directory. 
-\\ 
 \\ \\
 === To see the e-mails in a folder: === === To see the e-mails in a folder: ===