Following on from part 2 of this guide: Install the maildirmake utility, which is part of the maildrop package. apt-get install maildrop Create a group for the virtual mail server, then create a user and add the user to the group: groupadd vmail useradd -g vmail vmail Take a look in your /etc/group file and […]
HowTo: Ubuntu virtual mail host pt. 3
HowTo: Create a Ubuntu virtual machine
We explain how to create a simple server virtual machine (VM) running Ubuntu Linux 8.0.4. We chose Ubuntu because it is well supported both by free on-line documentation and also by services companies that you could pay for help and advice. We assume you are running VMware Workstation 6, but these instructions would work just […]
HowTo: Ubuntu virtual mail host
This article explains how to set up a Ubuntu server as a virtual mail host. The resulting server could be used as a bastion mail server, which accepts email from anywhere on the Internet, provided the email is addressed to a domain hosted by your network. A further HowTo explains how to convert this configuration […]
HowTo: Ubuntu virtual mail host pt. 2
We explain how to update our Bastion Mail host configuration so it could be used as an internal mail server, which would accept mail from any user that is logged into this server – they could be connected from anywhere on the Internet, provided they have a user account defined in the “virtual” table in the […]