| Mutt with IMAP |
|
mutt with imap - assume you have setup imap (see tip 188). Now how do you configure your ".muttrc" file to automatically connect, securely to the IMAP server? Below is an example of my ".muttrc" file. For this example, assume my password is "S0m3paSSw0r9". $ cat .muttrc set spoolfile = "imaps://chirico: This e-mail address is being protected from spambots. You need JavaScript enabled to view it / set imap_force_ssl=yes set certificate_file=~/.mutt/certificates/72d31154.0 Now, you want to copy the certificate as a "file.pem" and run "c_rehash" to convert this file to a number. See the article. See the following article on how to do this under the fetchmail section. http://souptonuts.sourceforge.net/postfix_tutorial.html This is a quick summary of creating this key. $ openssl s_client -connect squeezel.squeezel.com:995 -showcerts > file.pem $ c_rehash ~/.mutt/certificates
|















Legitcode.com : All Rights Reserved