UPGRADE
author Pascal Volk <neverseen@users.sourceforge.net>
Sun, 06 Apr 2008 21:36:00 +0000
changeset 14 ebc9b864bc9a
child 15 1607f7b2dba9
permissions -rw-r--r--
* 'update_config_0.3.x-0.4.py' * 'upgrade.sh' * 'UPGRADE' - added to repository * 'install.sh' - Removed $PF_GID * 'INSTALL' - Added some hints * 'VirtualMailManager/VirtualMailManager.py' - fixed an ugly bug

If you have installed vmm 0.3.x you have to proceed this steps:

    * stop Postfix and Dovecot
    * backup/dump your database.
    * backup/dump your database!
    * execute update_0.3.x-0.4.sh
    * edit the pgsql parameters hosts, user, password and dbname in:
        $(postconf -h config_directory)/pgsql-smtpd_sender_login_maps.cf
        $(postconf -h config_directory)/pgsql-transport.cf
        $(postconf -h config_directory)/pgsql-virtual_mailbox_domains.cf
    * check the value of option transport in section misc in
      /usr/local/etc/vmm.cfg
    * start Dovecot and Postfix

else:

    * read INSTALL