It is highly recommended to read and follow the README, however, these
are the basic steps to get started:


1.  Make a Backup of the virtual hard disk, so you can easily revert
    the system to its initial state:

    $ cp kolab.qcow2 kolab-untouched.qcow2


2.  Start the virtual machine:

    $ PORTOFFSET="42000" MEM="512M" ./start-qemu-kolab-server.sh


3.  Connect to the web administration interface using a browser at
    `https://localhost:42443/admin/' login as `manager' with password
    `nichtgeheim' and create some new user accounts.

    The Kolab Server is configured to serve the domain `example.com'
    so the mail account of the user `foo' will be `foo@example.com'.


Now you can start to use the virtual Kolab Server by connecting to the
imap on port 42143 (42993 for imaps) or delivering mails via smtp at
port 42025.
