Tom Fowle wrote: > Am trying to get mutt 1.5.2 to connect to fastmail.fm using ssl.
Hopefully you mean 1.5.21? > I've set everything in .muttrc I can find to use ssl E.G. > set folder=imaps://mail.messagingengine.com:993/ssl/inbox/ I use fastmail, and have the settings: set imap_user=xxx set imap_pass=xxx set folder=imaps://mail.messagingengine.com/INBOX That should be all you need (for the imap part). > If I try > #set imap_force_ssl = YES Check the doc at http://www.mutt.org/doc/devel/manual.html. At least in 1.5.21 there isn't any such option. > Looked in the manuals and wikki, found nothing that seemed to relate > specifically to fastmail. You're welcome to look at my settings at http://www.8t8.us/mutt/muttrc.local.fastmail.txt > Am using esmtp for send authentication, perhaps old prog doesn't do ssl, but > should work at least for receive. Mutt now has built-in smtp, and you may also want to check out msmtp. -Kevin