equal
  deleted
  inserted
  replaced
  
    
    
         | 
     1 If you have installed vmm 0.3.x you have to proceed this steps:  | 
         | 
     2   | 
         | 
     3     * stop Postfix and Dovecot  | 
         | 
     4     * backup/dump your database.  | 
         | 
     5     * backup/dump your database!  | 
         | 
     6     * execute update_0.3.x-0.4.sh  | 
         | 
     7     * edit the pgsql parameters hosts, user, password and dbname in:  | 
         | 
     8         $(postconf -h config_directory)/pgsql-smtpd_sender_login_maps.cf  | 
         | 
     9         $(postconf -h config_directory)/pgsql-transport.cf  | 
         | 
    10         $(postconf -h config_directory)/pgsql-virtual_mailbox_domains.cf  | 
         | 
    11     * check the value of option transport in section misc in  | 
         | 
    12       /usr/local/etc/vmm.cfg  | 
         | 
    13     * start Dovecot and Postfix  | 
         | 
    14   | 
         | 
    15 else:  | 
         | 
    16   | 
         | 
    17     * read INSTALL  |