mirror of
https://github.com/YunoHost-Apps/sogo_ynh.git
synced 2024-09-03 20:26:07 +02:00
Fix separator for sieve filter
This commit is contained in:
parent
269ffcd228
commit
dd0882fc34
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
|||
SOGoProfileURL = "mysql://__DBUSER__:__DBPASS__@localhost:3306/__APP__/sogo_user_profile";
|
||||
OCSFolderInfoURL = "mysql://__DBUSER__:__DBPASS__@localhost:3306/__APP__/sogo_folder_info";
|
||||
OCSSessionsFolderURL = "mysql://__DBUSER__:__DBPASS__@localhost:3306/__APP__/sogo_sessions_folder";
|
||||
NGImap4ConnectionStringSeparator = ".";
|
||||
SOGoAppointmentSendEMailNotifications = YES;
|
||||
SOGoEnablePublicAccess = YES;
|
||||
SOGoMailingMechanism = smtp;
|
||||
|
|
Loading…
Add table
Reference in a new issue