source: npl/mailserver/kopano_core/post.kopano

Last change on this file was 1163be4, checked in by Edwin Eefting <edwin@datux.nl>, 7 years ago

Migrated from Zarafa 7.2.4 to Kopano 8.6.6, including webapp

  • Property mode set to 100644
File size: 655 bytes
RevLine 
[67ad486]1# ATTENTION: Put all configuration and upgrade stuff in kopano_conf please!
2
[1163be4]3#execute that one first, if needed:
4postinst.sh post.kopano_conf
5
[67ad486]6#restart apache to activate php mapi extention
7svcrestart /service/apache2
8
9#restart all kopano modules, in the right order
10svcstop /service/kopano-gateway
11svcstop /service/kopano-ical
12svcstop /service/kopano-monitor
13svcstop /service/kopano-spooler
14svcstop /service/kopano-search
15svcstop /service/kopano-server
16svcreset /service/kopano-server
17svcreset /service/kopano-gateway
18svcreset /service/kopano-ical
19svcreset /service/kopano-monitor
20svcreset /service/kopano-spooler
21svcreset /service/kopano-search
22
23exit 0
Note: See TracBrowser for help on using the repository browser.