Postfix with sasl

Let’s start with the easy part… installing the packages (it’s a debian sarge server): apt-get install mailutils sasl2-bin   Now […]

Postfix

To clean the queue for specific domain: First create a perl script: ############################# #!/usr/bin/perl $REGEXP = shift || die “no […]

Ansible with Networking

With Ansible we can better and faster manage network infrastructure such as Cisco IOS and ASA. If you want to […]

Secure Copy protocol

What is Secure Copy? scp allows files to be copied to, from, or between different hosts. It uses ssh for […]

UTF-7 decoding problem with Java

Java doesn’t support UTF-7, there are 3rd party (free) libraries like the Java UTF-7 Charset support project (download).  This ZIP […]