equal
  deleted
  inserted
  replaced
  
    
    
    24     createuser -d -E -e -P $USERNAME  | 
    24     createuser -d -E -e -P $USERNAME  | 
    25   | 
    25   | 
    26 * Create Database and db users for Postfix and Dovecot  | 
    26 * Create Database and db users for Postfix and Dovecot  | 
    27     connecting to PostgreSQL:  | 
    27     connecting to PostgreSQL:  | 
    28     psql template1  | 
    28     psql template1  | 
    29       | 
    29   | 
    30     # create database  | 
    30     # create database  | 
    31     CREATE DATABASE mailsys ENCODING 'UTF8';  | 
    31     CREATE DATABASE mailsys ENCODING 'UTF8';  | 
    32     # connect to the new database  | 
    32     # connect to the new database  | 
    33     \c mailsys  | 
    33     \c mailsys  | 
    34     # either import the database structure for Dovecot v1.0.x/v1.1.x  | 
    34     # either import the database structure for Dovecot v1.0.x/v1.1.x  |