Alpine IMAP without a password

After a bit of searching, I could not find Maildir support in Alpine although it does support IMAP over SSL nicely as did Pine.

I found it was as simple as checking that ssh via key (as apposed to user/pass aauthentication) was working to the mail server. If you have not already, set up your authorized key on the server.

Then setting the Alpine inbox to your server's hostname example.com

chris@server:~$ ssh server /usr/sbin/dovecot --exec-mail imap

* PREAUTH ...CUT... Logged in as [YOU]

Post new comment

The content of this field is kept private and will not be shown publicly.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.
  • You may post code using <code>...</code> (generic) or <?php ... ?> (highlighted PHP) tags.

More information about formatting options