May 142013
 

dkim-process

Article By Chris Pentago

Goal of this how-to: Step to step guide on how to setup  OpenDKIM with postfix on Debian GNU/Linux to send signed email from your VPS.

There are numerous methods or techniques that you can use to achieve email message signing. Good examples are DomainKey as well as DKIM which is an abbreviation for DomainKeys Identified Mail.

DomainKeys Identified Mail (DKIM) lets an organization take responsibility for a message that is in transit.  The organization is a handler of the message, either as its originator or as an intermediary. Their reputation is the basis for evaluating whether to trust the message for further handling, such as delivery. Technically DKIM provides a method for validating a domain name identity that is associated with a message through cryptographic authentication.

These two techniques will not use symmetric encryption but rather will employ asymmetric encryption. (more info: http://support.microsoft.com/kb/246071) In both methods, the common algorithm used is RSA. This algorithm is also the default for these methods of achieving email message signing.

For those wondering about what asymmetric means, the following is a detailed explanation. It is a technique that utilizes a key to sign the email message. Other methods will not require a key. One can have two types of keys: a private key and a public key. These keys will come into play to verify the message as well. The two methods of creating email message signing as highlighted above are filters for SMTP server. DomainKey works with a dk-filter although this filter has been discontinued in the market. OpenDKIM has become the preferred replacement where filters are concerned.

A mail server must be enabled with a filter to set up the server properly. In light of this, Postfix can be used because it is enabled accordingly. Another requirement is the freedom to add or change the DNS records as you desire. With the above in mind, the following is a step by step guide on how to set up Postfix email server with DomainKey Indentified Mail on Debian.

Continue reading »

flattr this!

May 102013
 

Article by Luca Bartoli

Linux is becoming more user friendly and mainstream with every passing year and with the passing of the Beta test for Steam you will have noticed a marked increase of games on offer. Many users are wondering if they still need to rely on Windows to use their PC as a gaming platform or if they can switch to Linux and give Microsoft the boot. This switch does depend somewhat on PC hardware, but generally Linux has proved itself to be a robust and reliable gaming platform that has been growing quietly for several years.
Continue reading »

flattr this!

May 082013
 

Article by Alessio Bash, published in Italian on his nice ArchLinux Blog

Check constantly your disk or its partitions is one of the essential things in a linux system. Today users usually checks this through graphical tools, but the real Linux old-timers use a terminal and the command “df“. Today I want to show you how to use “dfc“, similar to df but with the addition of colors and a percentage bar. You know, sometimes the eyes wants their part!
Continue reading »

flattr this!

Apr 302013
 

Debian 7

Now there is an official date for the release of Debian 7 “Wheezy”: it will be between 4 and May 5. Neil McGovern, on behalf of the project development team has officially communicated this on the Debian mailing list.

We now have a target date of the weekend of 4th/5th May for the release. We have checked with core teams, and this seems to be acceptable for
everyone. This means we are able to begin the final preparations for a release of Debian 7.0 – “Wheezy”.

Date will change only if a critical problem arise in the while.

Finally, if nothing goes wrong, the new release of the “mother” distribution of many others, will debut 27 months after its predecessor, Debian 6 “Squeeze” launched in February 2011. Time in which a lot has happened in the world of technology and that of GNU/Linux.
Debian is characterized by long development cycles whose goal is stability , the “new” Debian Stable is made by freezing the testing release for a few months where bugs are fixed to make the distribution as stable as possible; then the resulting system is released as stable, last freezing has been in August 2012 and from that date the team has worked to solve all open bugs and not to include new packages.

Continue reading »

flattr this!

Apr 252013
 

Article by Gary Marten

Linux
GNU/Linux is one of the most rapidly growing open source operating system as it is consistently improving its capabilities to meet the technological requirements. Initially, Linux was not adopted by most of the users because of its command line interface but later developments in Linux provide ease in terms of accessibility and offered Graphical User-Interface (GUI). As it’s an open source OS, it has one of the largest developer community and one of the most prominent contributors in Linux technology is RedHat. Linux was initially designed for Intel x86 personal computers and then later on modified to support different hardware as well.

Continue reading »

flattr this!