Articles by Stephan Jau
-
Install Horde 5 Webmail for ISPConfig on Debian Jessie through PEAR
Author: Stephan Jau • Tags: debian, email, ispconfig, linux, server • Comments: 8
Horde is a groupware suite that offers email, calendar, task, contact management and more things. It also offers SyncML and ActiveSync to synchronize with your cell phones or other software. This Howto assumes that you followed the ISPConfig 3 installation for Debian Jessie (Apache2, Bind, Dovecot) and all the packages there.
-
How to Block Email from certain TLDs (Top Level Domains) in ISPConfig
Author: Stephan Jau • Tags: centos, debian, email, linux, opensuse, suse, ubuntu • Comments: 5
Spam is an annoyance and there's a multitude of ways to counteract it. However spammers also get smarter and try to bypass filters and stuff. In addition, ICANN has lately approved a great mean gTLDs (generic Top Level Domains), like .biz, .info etc. Some of those gTLDs are, in my opinion, exclusive used by spammers. Lately, I have gotten a lot of spam from the .xyz gTLD. So the question was, how to block email coming from such domains using that gTLD.
-
How to setup Raspberry Pi as Backup Server for Linux and Windows Desktops
Author: Stephan Jau • Tags: linux, raspbian, debian, samba • Comments: 13
The Raspberry Pi is a series of small single-board computers. They are rather cheap and are well suited for running a backup server or voip server. This tutorial describes the complete installation of the Raspberry PI from downloading and installing Raspian, the installation and configuration of Samba and how to backup Windows and Linux Desktops on the Raspberry Pi.
-
-
Install Horde 5 Webmail For ISPConfig On Debian Wheezy Through PEAR
Author: sjau • Tags: debian • Comments: 18
Introduction Horde is a groupware suite that offers email, calendar, task, contact management and more things. It also offers SyncML and ActiveSync to synchronize with your cell phones or other software. You can find out more about Horde on their webpage: http://www.horde.org/
-
How To Relay Email On A Postfix Server
Author: sjau • Tags: postfix • Comments: 14
How To Relay Email On A Postfix Server For two small businesses I set up a debian lenny installation on their "home" dsl connection. The problem is that they have dynamic ip addresses and most mailservers will not accept incoming mail from a server on a dynamic ip address. The solution is rather simple. Set up postfix in a way that it will relay the outgoing email through the actual ISP. In this short howto I'll show you how to do that.
-
How To Add Bash Completion In Debian
Author: sjau • Tags: debian • Comments: 15
How To Add Bash Completion In Debian Bash completion is a useful tool for completion of file paths, commands etc. By default it is enabled on Ubuntu but not on Debian. With two simple steps it can also be enabled on Debian.
-
Forwarding Hotmail To Any Other Email Account
Author: sjau • Tags: other • Comments: 29Forwarding Hotmail To Any Other Email Account A lot of people have Hotmail accounts and for some reason they might want to get away from it. This could be because they start operarting their own email server or because Hotmail has feature-wise not everything desired nowadays. The problem is that you can't just forward new incoming mail to another non-Hotmail account wihtout paying for it. There are, however two ways, to circumvent that.
-
HOWTO: Unlock A LUKS Encrypted Root Partition Via SSH On Ubuntu
Author: sjau • Tags: ubuntu • Comments: 12HOWTO: Unlock A LUKS Encrypted Root Partition Via SSH On Ubuntu Fully encrypted systems prevent others from getting your data from physical access. The rationale behind the encryption of a complete system is that you don't have worry about what you encrypt and what not, because everything (except for the /boot) partition will be encrypted. However the problem I have encountered so far is, how could I reboot my computer from afar? I would be required to be in front of the computer and enter the password. I have wondered this far how I could reboot the computer remotely.
-
HOWTO: Automatically Unlock LUKS Encrypted Drives With A Keyfile
Author: sjau • Tags: security • Comments: 25HOWTO: Automatically Unlock LUKS Encrypted Drives With A Keyfile This howto shows how to unlock multiple devices in the intial ramdisk remotely. I suggest to use a keyfile for automatic unlocking. The keyfile should be stored in the normally encrypted root partition - so you still have to unlock that one. During boot process it will then be used to unlock all the other devices.
-
Create Incremental Snapshot-style Backups With rSync And SSH
Author: sjau • Tags: backup • Comments: 26Create Incremental Snapshot-style Backups With rSync And SSHAs neither human nor computers are perfect (humans err / computers may fail) it is quite obvious that a good backup system will prevent from too much damage once the computer may go down. This could be either because the harddrive is failing or because of hackers or because you accidentally deleted something important.In this tutorial I will show you how to automate backups automatically in an incremental snapshot-style way by using rSync.