VMM/common: Improve search_address complexity
Checking the dictionary (a hash) for existence of a key is likely to be
O(log(n)), while checking a list is O(n). Therefore, to increase
performance, this patch changes the check accordingly.
============
Installation
============
.. toctree::
:maxdepth: 1
installation/prerequisites
installation/system_preparation
installation/postgresql_configuration
installation/dovecot_configuration
installation/postfix_configuration
installation/install_vmm