Changes

From SME Server
Jump to navigationJump to search
938 bytes added ,  07:08, 4 November 2014
m
add some ondocumented info
Line 62: Line 62:  
  signal-event zarafa-post-install
 
  signal-event zarafa-post-install
 
  signal-event post-upgrade; signal-event reboot
 
  signal-event post-upgrade; signal-event reboot
 +
 +
=====MySQL=====
 +
The default MySQL database created is named 'zarafa' and the default user is named 'zarafa'
 +
 +
The MySQL password is a strong random string and automatically set. See:
 +
config showprop zarafa-server DbPassword
 +
 +
To reset the existing database password you can use:
 +
/etc/e-smith/events/actions/zarafa-reset-db-password
 +
 +
=====Controlling Zarafa Services=====
 +
To control the zarafa services (start/stop etc.) the following command can be used:
 +
signal-event zarafa-services [option]
 +
Where the [option] can be on of the following:
 +
start|stop|restart|update|enabled|disabled
 +
The update option will rebuild the zarafa config files based on the current db settings.
 +
 +
{{Note box | There seems to be a typo/mismatch to execute the above command with an option. If the command fails, you can adjust this by issuing the below command which will correct this.}}
 +
sed -i '2 a\set "" "$1"' /etc/e-smith/events/actions/zarafa-services 
    
=====To disable global Zarafa for all users=====
 
=====To disable global Zarafa for all users=====

Navigation menu