source: npl/mailserver/kopano_conf/root/etc/kopano/userscripts/createcompany.d/00createpublic

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

fixes

  • Property mode set to 100755
File size: 341 bytes
Line 
1#! /bin/sh
2
3# Create a public store for the new company.
4
5PATH=$PATH:/sbin:/usr/local/sbin:/usr/sbin
6
7# The KOPANO_COMPANY variable from the server will always be in UTF-8
8# format.  The --utf8 option must be set before this value is used,
9# since the current locale isn't necessarily UTF-8.
10kopano-admin -v --utf8 -s -I "${KOPANO_COMPANY}"
Note: See TracBrowser for help on using the repository browser.