Okay got a little bit further with this one. Not sure if this is a good thing to do or not but I made the following changes.
/etc/apache2/httpd.conf
Add this line
NameVirtualHost (your ip):80
/etc/apache2/vhosts.d/11_kolab_domain.conf
Change <VirtualHost *:80> to <VirtualHost (your ip):80>
/etc/apache2/vhosts.d/12_kolab_vhosts.conf
Do the same to all the VirtualHost entries in here.
Now I have gotten rid of the "[warn] _default_ VirtualHost overlap on port 80, the first has precedence" messages but now I get this:-
* Starting apache2 ...
apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
no listening sockets available, shutting down
Unable to open logs
So not much better
