How to receive and send mails using alpine and maildir

I can receive and send mails using mutt.
Here my .muttrc,
Code:
set mbox_type=Maildir
set folder="~/Maildir"
set mask="!^\\.[^.]"
set mbox="~/Maildir"
set record="+.Sent"
set postponed="+.Drafts"
set spoolfile="~/Maildir"
x: /home/x >

But I fail using alpine. How to configure ? .pinerc
There might be an option for maildir but I have forgotten again where. (many options)
I use opensmtpd.

Second, which easy imap server would you advise to use ?
 
Back
Top