Browse Source

Fixed Sieve configuration issue

bugfixes
gau1991 11 years ago
parent
commit
81379517cb
  1. 6
      bin/easyengine

6
bin/easyengine

@ -170,14 +170,14 @@ elif [ "$EE_FIRST" = "stack" ] || [ "$EE_FIRST" = "system" ]; then
# Setup Amavis # Setup Amavis
ee_mod_setup_mailscan ee_mod_setup_mailscan
# Setup Sieve
ee_mod_setup_sieve
# Setup ViMbAdmin # Setup ViMbAdmin
ee_ven_setup_vimbadmin ee_ven_setup_vimbadmin
# Setup Roundcube # Setup Roundcube
ee_ven_setup_roundcube ee_ven_setup_roundcube
# Setup Sieve
ee_mod_setup_sieve
ee_lib_service nginx postfix dovecot amavis restart ee_lib_service nginx postfix dovecot amavis restart

Loading…
Cancel
Save