PEP-8-ified the work of the last days.
Renamed methods in class Alias:
addDestination() -> add_destination()
delDestination() -> del_destination()
getDestinations() -> get_destinations()
Renamed methods in class Relocated:
setDestination() -> set_destination()
getInfo() -> get_info()
Renamed VMM/constants/VERSION.py -> VMM/constants/version.py
Adjusted relevant parts of the documentation.
.. Substitutions in section 5
.. |account.password_length| replace:: **password_length**
.. |misc.password_scheme| replace:: **misc.password_scheme**
.. |vmm configure| replace:: **vmm configure**
.. _`vmm configure`: vmm.1#configure
.. |domainadd| replace:: **domainadd**
.. _domainadd: vmm.1#domainadd
.. |domaindelete| replace:: **domaindelete**
.. _domaindelete: vmm.1#domaindelete
.. |useradd| replace:: **useradd**
.. _useradd: vmm.1#useradd
.. |userdelete| replace:: **userdelete**
.. _userdelete: vmm.1#userdelete
.. |userinfo| replace:: **userinfo**
.. _userinfo: vmm.1#userinfo
.. non vmm
.. |virtual_alias_expansion_limit| replace:: `virtual_alias_expansion_limit`
.. _virtual_alias_expansion_limit:
http://www.postfix.org/postconf.5.html#virtual_alias_expansion_limit
.. #EOF