Navigation
-
Recent Posts
Archives
- September 2018
- November 2017
- August 2017
- May 2017
- January 2017
- December 2016
- October 2016
- September 2016
- August 2016
- July 2016
- June 2016
- May 2016
- March 2016
- January 2016
- December 2015
- November 2015
- September 2015
- March 2015
- December 2014
- November 2014
- March 2014
- January 2014
- March 2013
- February 2013
- October 2012
- July 2012
- February 2012
- January 2012
- December 2011
- January 2011
- July 2010
- April 2010
- December 2009
- July 2009
- December 2008
- July 2008
- June 2008
- February 2008
- September 2007
- June 2007
- March 2007
- December 2006
- July 2006
- April 2006
- February 2006
- November 2005
- October 2005
- July 2005
- June 2005
- May 2005
- April 2005
Categories
Meta
Archive for the Category: Linux
Your personal GMail-like mail system: SMTP server
In general you do not have to run your own SMTP server, and can use the SMTP servers of your mail providers to send the outgoing mail. However creating your own SMTP server makes your setup complete and much easier to use. You can use the same accounts with the same credentials you used for […]
Your personal GMail-like mail system: dovecot, the IMAP server
Now you have the e-mail storage with current up-to-date messages, and it is time to set up the access to it. As stated in the design goals, the e-mail storage should be available via IMAP protocol. This allows proper concurrent access to the same e-mail storage while using multiple computers, laptops and the mobile devices. […]
Your personal GMail-like mail system: fetching with getmail
Now your e-mail storage is converted and you are ready to go. Hold on, it is time to do some preparation work. While not strictly necessary, I suggest you you figure up and write down the following information: Which user id will own the mail storage files. It will also run the mail retriever and (in future) […]
Your personal GMail-like mail system: converting emails
As mentioned before, the email system uses Maildir format for storage. There are a lot of reasons to choose Maildir and I’m not going to debate about it although technically you can adopt this guide for MBOX storage as well. And since I already had the emails which I want to keep, and since I […]
Also posted in Email Comments Off on Your personal GMail-like mail system: converting emails
Your personal GMail-like mail system
My readers remember that I switched to Thunderbird back in December. This was quite difficult experience which included a lot of trial and errors, and although it didn’t result in any e-mail corruption or loss, this was definitely not kind of experience I’d like to go through in future. This made me wonder whether it […]
Also posted in Email Comments Off on Your personal GMail-like mail system
From KMail to Thunderbird: extra add-ons
The previous posts covered how to add the KMail functionality into Thunderbird. This post describes some other useful Thunderbird plugins, which add even more functionality. I deliberately missed some add-ons which are described everywhere as “must have” and only listed those I use myself and find valuable. Feel free to Google something like “top ten […]
Also posted in Email Tagged thunderbird outlook addons
Comments Off on From KMail to Thunderbird: extra add-ons
From KMail to Thunderbird: hotkeys
If you have done everything mentioned before, you now brought your Thunderbird functionality on par with what you had in KMail. And probably the only annoying things still remained is the keyboard mapping. Probably more than once you pressed “A”expecting it to “Reply to all” and ended up with an archived message instead. No problem, […]
Also posted in Email Tagged hotkeys, kmail, thunderbird
Comments Off on From KMail to Thunderbird: hotkeys
Creating a Certificate Authority and signing the SSL certificates using openssl
[Nov 17, 2015: the article is updated to follow modern security requirements for SSL certificates] This article explains how to create your own Certificate Authority and create the SSL certificates signed by this authority. While there is a lot of articles which talk about how to create your own SSL certificates, in most cases they describe […]
Tagged openssl ca generate
16 Comments
From KMail to Thunderbird: must-have add-ons
So you have a working Thunderbird installation which has your old e-mails. However the look is different, and you feel some information you used to have on your fingertips is missing. Don’t worry, most of it could be changed by extending the Thunderbird functionality with add-ons. There are tons of them, and here I list […]
Also posted in Email Tagged add-on, kmail, thunderbird
Comments Off on From KMail to Thunderbird: must-have add-ons