Category Archives: Unix

To quickly test an imap server using telnet

telnet server 143 01 LOGIN username password 02 LIST “” * 03 SELECT mailbox Line 02 shows you all available mailboxes. To show the information about a mailbox: 04 STATUS mailbox (MESSAGES) Between () you can place one or more … Continue reading

Posted in How To, Server, Unix, shell, tips and tricks | Tagged | Leave a comment

The ssl perfect guide

Unfortunately this website doesn’t have a name, nerthless the explanations are really accurate: http://209.197.80.93/article/setting-ssl-certificates-apache

Posted in How To, Server, Unix, tips and tricks | Tagged , , , | Leave a comment

Dovecot configuration

Configuring dovecot to let postfix using it to authenticate clients. Here is my complete dovecot.conf the postfix needed section stand just with the definition of the listening socket protocols = imap imaps pop3 pop3s disable_plaintext_auth = no log_timestamp = “%Y-%m-%d … Continue reading

Posted in Serveradmin, Unix | Tagged , , , , , , | Leave a comment

Testing a postfix server

Never forget ho to test a postfix server, both in plain and in ssl: Original Website

Posted in Unix, shell | Tagged , , | Leave a comment

Configuring PostFix

Once postfix is running… it is better to store the main.cf in a post! I spent to much time # See /usr/share/postfix/main.cf.dist for a commented, more complete version # Debian specific: Specifying a file name will cause the first # … Continue reading

Posted in Serveradmin, Unix, tips and tricks | Tagged , , | Leave a comment

Show Available Disk Space on Linux

df -h

Posted in How To, Server, Serveradmin, Unix, shell | Tagged , , , | Leave a comment

Dilbert: la striscia piu bella

Conoscete dilbert? Abbonandosi sul sito si riceve una sctriscia al giorno…francamente quella di oggi é esilarante!!!   Via Dilbert

Posted in Programming, Server | Tagged , , | Leave a comment

Linux is ready too…

A quick look at the latest version of the Access Linux Platform (ALP) today, running on an early build of TI’s OMAP 3-based Zoom hardware. Access seems excessively enthused with widgets, and really isn’t doing a bad job at them, featuring … Continue reading

Posted in Mobiles, Unix | Tagged , , | Leave a comment

LXDE

Wait… why none had never talked to me about this new cool desktop enviroment! I sincerely think it need a try… and probably I’ll write more in next days Here for more infos

Posted in Unix | Tagged , | Leave a comment

Debian 5.0 Lenny released!

Wow wow wow wow wow! A new release have been burned out… cool guys cool! We can’t wait to update our servers. Let’s take a look on what this release will bring us.

Posted in Unix, tips and tricks | Tagged , , , | Leave a comment