Visits

[+/-]
Today:
Yesterday:
Day before yesterday:
383
1
1006

-1005
This week:
Last week:
Week before last week:
1390
8214
7542

+672

Last month:
Month before last month:
7372
34182
33848

+334

Visitor Data

Proxy
38.107.179.213
United States
IP ADDRESS
38.107.179.213
-
Location
United States
-
Browser
Unknown Browser
-
Operating System
Unknown Operating System


   
Add to: JBookmarks Add to: Bookmarks.cc Add to: Digg Add to: Reddit Add to: Upchuckr Add to: StumbleUpon Add to: Slashdot Add to: Blogmarks Add to: Technorati Add to: Newsvine Add to: Blinkbits Add to: Smarking Add to: Spurl Add to: Google Information
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