Category Archives: Serveradmin

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

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

Simply personalize PRE and CODE tags

It happens to write some code in a post… I found a fast-to-implement solution by visiting the wordpress codex and I personalized it with another comment found in the web! So I actually modified/added two css style in my theme … Continue reading

Posted in How To, Programming, Serveradmin, tips and tricks, wordpress | Tagged , , , | Leave a comment