Tip Cache
Your source for tech tips
› Recent Tips
Prevent Exim from adding a Sender header to outgoing mails
Exim likes to add a "Sender" header to outgoing emails. If this differs from the "From" header you set, some email clients will note this.
Convert an if/elseif/else statement into a switch/case
Sometimes a switch statement can be neater than a bunch of if/elseif/else lines. Here's a simple way to do it.
Encode a video into XVid format
Cameras and other digital devices can often capture video, but they don't use a space-friendly format. This script uses open source tools to encode an AVI into XVid and MP3.
Set up Virtual Hosts in Exim with Separate Aliases
This is a basic outline of how to setup virtual hosts in Exim with separate aliases for each domain.
