Skip to content

Commit

Permalink
doc: Update README.md to specify the full path for custom configurati…
Browse files Browse the repository at this point in the history
…on files
  • Loading branch information
stephdl committed Nov 12, 2024
1 parent dc6db81 commit 9d0a7e4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,11 @@ Keep in mind to set one worker per active user for the activesync connection. Th

## Custom configuration files

You can modify the configuration by adding new files to the folder `templates`, if the files are present they are used instead of the default one and they are included in the backup of the module
You can modify the configuration by adding new files to the folder `/home/sogo1/.config/state/templates`, if the files are present they are used instead of the default one and they are included in the backup of the module

- sogo configuration: templates/sogo.conf.local
- apache configuration: templates/SOGo.conf.local
- cron configuration: templates/cron.conf.local
- sogo configuration: `templates/sogo.conf.local`
- apache configuration: `templates/SOGo.conf.local`
- cron configuration: `templates/cron.conf.local`

```
runagent -m sogo1
Expand All @@ -115,7 +115,7 @@ systemctl restart --user sogo

## Backup database

You can enable a databse backup for each users of their addressbooks and their calendars, older entries more than 31 days are removed. The syntax is cron based, in the example it will be triggered each day at 00h30. the backup is disabled by default
You can enable a database backup for each users of their addressbooks and their calendars, older entries more than 31 days are removed. The syntax is cron based, in the example it will be triggered each day at 00h30. the backup is disabled by default

```
- BACKUPTIME=#30 0
Expand Down

0 comments on commit 9d0a7e4

Please sign in to comment.