source: npl/mailserver/zarafa7/post.zarafa @ 0105685

gcc484ntopperl-5.22
Last change on this file since 0105685 was c5c522c, checked in by Edwin Eefting <edwin@datux.nl>, 8 years ago

initial commit, transferred from cleaned syn3 svn tree

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