So how do we archive and backup emails with Dovecot? It's actually quite simple, and if I say so myself.. clever :-)
A guide on how to setup a web hosting server on an unmanaged server as I learn the ropes myself. I will be working through the steps of how to install linux/Ubuntu on an unmanaged server, moving on to setting up apache in Ubuntu, mySQL in Ubuntu and a mail server on an unmanaged host. I will also cover unmanaged server security and security for Ubuntu server edition as I learn what do do and why you do. In short, an "unmanaged vps guide" or "linux on an unmanaged server guide".
Friday, 11 October 2013
How to Archive and Backup Emails with Postfix and Dovecot Subfolders on Ubuntu Servers
Sunday, 15 September 2013
Amavis Mark Email as Spam, Automatically Move Spam to Junk Spam Folder
So I've been doing some experimenting this weekend with the idea of what to do with suspected junk/spam email and whether we should leave it up to the end user to deal with it, or get the server to do something about it. With iRedMail installed, Dovecot, Postfix and Amavis can take care of this for you, to whatever level you wish.
If you want, you could just have suspected email have a special "tag" added to the subject and then your users can use this to create their own rules to do what they want with it. I want to go one step further, I want "tagged" spam mail to automatically get put into the spam folder. This way, users can still check if they want to, but it will keep their main inbox folder clean and tidy.
Tuesday, 28 May 2013
Creating Subdomains with Apache Virtual Hosts | Apache Subdomain Virtual Host Example
Set Up Subdomains with Apache Virtual Hosts
Some people are unaware that the "www" part of the URL is actually a subdomain (http://www.example.com), and can (in theory) point to a different location than http://example.com - it is not advised that you use www as an active sudomain, as most people expect both example.com and www.example.com to have the same content.
This is actually the basis for canonicalisation, but that's another blog post altogether
So how do we set up subdomains using Apache virtual hosts? It's actually very simple, we just need to configure two things, follow this guide for a very simple apache subdomain virtual host example:
Friday, 25 January 2013
A Free and Easy Way to Host Email on Your VPS - iRedMail
I thought it would be prudent to provide a simple and brilliant way to host and serve emails on your VPS. The advantage of the procedure i will be covering means it makes it easy to host websites on a VPS as well.
So, it is possible - and advised by many - to manually set up an email server, here's a quick list of one common and possible collections of applications you will need for an Ubuntu email server: