source: npl/mailserver/kopano_core/post.kopano @ 94ad01e

perl-5.22
Last change on this file since 94ad01e was 67ad486, checked in by Edwin Eefting <edwin@datux.nl>, 7 years ago

initial version of kopano_core

  • Property mode set to 100644
File size: 589 bytes
Line 
1# ATTENTION: Put all configuration and upgrade stuff in kopano_conf please!
2
3#restart apache to activate php mapi extention
4svcrestart /service/apache2
5
6#restart all kopano modules, in the right order
7svcstop /service/kopano-gateway
8svcstop /service/kopano-ical
9svcstop /service/kopano-monitor
10svcstop /service/kopano-spooler
11svcstop /service/kopano-search
12svcstop /service/kopano-server
13svcreset /service/kopano-server
14svcreset /service/kopano-gateway
15svcreset /service/kopano-ical
16svcreset /service/kopano-monitor
17svcreset /service/kopano-spooler
18svcreset /service/kopano-search
19
20exit 0
Note: See TracBrowser for help on using the repository browser.