1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
vmm for Debian
==============
The vmm package provides the VirtualMailManager software, but it does not
attempt to do any autoconfiguration. I believe that this is better than trying
to work the magic and integrate with Postfix and PostgreSQL, because I expect
vmm to be used mainly by those who will want to customise the configuration
anyway.
Installing Postfix PostgreSQL client configuration files
--------------------------------------------------------
The directory /usr/share/doc/vmm/examples/postfix contains pgsql client
configuration files for Postfix. An easy way to install them would be:
install -g postfix -m 0640 /usr/share/doc/vmm/examples/postfix/pgsql-*.cf \
/etc/postfix
Don't forget to edit the pgsql-*.cf files. At least `password' and
`dbname' should be modified.
Please find the instructions for the configuration in the file
/usr/share/doc/vmm/INSTALL.gz and follow to your liking.
If you have any suggestions, we welcome constructive and informative bug
reports.
-- martin f. krafft <madduck@debian.org> Thu Jun 28 16:40:01 CEST 2012
|