. * * Consult LICENSE file for details ************************************************/ // ************************ // BackendKopano settings // ************************ // Defines the server to which we want to connect. // // Depending on your setup, it might be advisable to change the lines below to one defined with your // default socket location. // Normally "default:" points to the default setting ("file:///var/run/kopano/server.sock") // Examples: define("MAPI_SERVER", "default:"); // define("MAPI_SERVER", "http://localhost:236/kopano"); // define("MAPI_SERVER", "https://localhost:237/kopano"); // define("MAPI_SERVER", "file:///var/run/kopano/server.sock"); // If you are using ZCP >= 7.2.0, set it to the zarafa location, e.g. // define("MAPI_SERVER", "http://localhost:236/zarafa"); // define("MAPI_SERVER", "https://localhost:237/zarafa"); // define("MAPI_SERVER", "file:///var/run/zarafad/server.sock"); // For ZCP versions prior to 7.2.0 the socket location is different (http(s) sockets are the same): // define("MAPI_SERVER", "file:///var/run/zarafa"); define('MAPI_SERVER', 'http://server:236/kopano'); // Read-Only shared folders // When trying to write a change on a read-only folder this data is dropped and replaced on the device of the user. // Enabling the option below, sends an email to the user notifying that this happened (default enabled). // If this is disabled, the data will be dropped silently and will be lost. // The template of the email sent can be customized here. The placeholders can also be used in the subject. define('READ_ONLY_NOTIFY_LOST_DATA', true); // String to mark the data changed by the user (that he is trying to save) define('READ_ONLY_NOTIFY_YOURDATA', 'Your data'); // Email template to be sent to the user define('READ_ONLY_NOTIFY_SUBJECT', "Z-Push: Writing operation not permitted - data reset"); define('READ_ONLY_NOTIFY_BODY', <<