Ben's notes

Linux, Unix, network, radio...

User Tools

Site Tools


compile_alpine_2.11_on_archlinux

This is an old revision of the document!


~~TOC~~

Archlinux - Compile Alpine

Download

Setup archlinux

  • Install packages:
    sudo pacman -S base-devel ca-certificates

Configure alpine

Extract the archive and enter the directory alpine-2.20:

tar xf alpine-2.20.tar.xz
cd alpine-2.20
./configure

Compile alpine

make
make install

Setup Alpine

Start alpine. And exit the greeting text with 'e'.

alpine

Configure Alpine Options

smpt/imap tls and ssl

Press s → c

Personal Name: Your Name
User Domaine: yourdomain.tld
SMTP Server (for sending): smtp.server.tld:25/tls/user=johndoe@mailserver.tld
Inbox path: {imap.server.tld:993/ssl/user=johndoe@mailserver.tld}inbox
Default Fcc (File carbon copy): {imap.server.tld:993/ssl/user=johndoe@mailserver.tld}Sent

If you want to use a postponed folder you can configure it, but it will ask you every time if you want to edit a postponed message

Postponed Folder: {imap.server.tld:993/ssl/user=johndoe@mailserver.tld}Drafts

settings

Mark sent mail as seen

Press s → c

[X]  Mark Fcc Seen
IMAP folders

Press s → l → a

Nickname  : nickname
Server    : imap.server.tld:993/ssl/user=johndoe@mailserver.tld
Path      :
View      :
[X]  Hide Empty Directories
[X]  Separate Folder and Directory Entries
compile_alpine_2.11_on_archlinux.1440075167.txt.gz · Last modified: 2015/08/20 12:52 by admin