Ben's notes

Linux, Unix, network, radio...

User Tools

Site Tools


alpine_imap

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
alpine_imap [2015/03/25 15:35] – [Setup remote config] adminalpine_imap [2021/10/09 15:14] (current) – external edit 127.0.0.1
Line 1: Line 1:
 {{tag>[linux alpine mail imap ssl]}} {{tag>[linux alpine mail imap ssl]}}
-~~TOC~~ 
  
-====== Alpine 2.20 - Configuration ======+====== Alpine 2.20 - Configuration for CentOS 7.x======
  
 ===== Compile with TLS certificate support ===== ===== Compile with TLS certificate support =====
Line 34: Line 33:
   * Remove local addressbook: m -> s -> a, choose .addressbook, press **d**, then **both**   * Remove local addressbook: m -> s -> a, choose .addressbook, press **d**, then **both**
   * Create alias to start alpine:<code>#Add line below to ~/.bashrc   * Create alias to start alpine:<code>#Add line below to ~/.bashrc
-alias alpine='alpine -p "{mail.polaire.nl/user=ben@polaire.nl/ssl}remote_pinerc"'</code>+alias alpine='alpine -p "{mail.server.tld/user=your@emailaddress.com/ssl}remote_pinerc"'</code>
  
 === Configure IMAP / SMTP with TLS === === Configure IMAP / SMTP with TLS ===
Line 53: Line 52:
   * Copy public key to in ~/.alpine-smime/public, filename like: mailaddress@domain.com.crt   * Copy public key to in ~/.alpine-smime/public, filename like: mailaddress@domain.com.crt
   * Copy private key to in ~/.alpine-smime/private, filename like: mailaddress@domain.com.key. If you have not encrypted your private key, do it now:<code>openssl rsa -aes256 -in server.key -out newserver.key</code>   * Copy private key to in ~/.alpine-smime/private, filename like: mailaddress@domain.com.key. If you have not encrypted your private key, do it now:<code>openssl rsa -aes256 -in server.key -out newserver.key</code>
- 
  
alpine_imap.txt · Last modified: 2021/10/09 15:14 by 127.0.0.1