Skip to content

Commit

Permalink
feat(alarms): Add possibility to use SMTP master account for system a…
Browse files Browse the repository at this point in the history
…larms. Fixes #5565.
  • Loading branch information
WoodySlum committed Feb 20, 2023
1 parent 1964ef0 commit 7faf4eb
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions Documentation/SOGoInstallationGuide.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -2801,9 +2801,13 @@ As a reference, the _cronjob_ should de defined like this:
* * * * *     /usr/sbin/sogo-ealarms-notify
----
If your mail server requires use of SMTP AUTH, specify a credential file
using `-p /path/to/credFile`. This file should contain the username and
password, separated by a colon (`username:password`)
If your mail server requires use of SMTP AUTH, you can use the following parameters in the configuration file :
```
SOGoSMTPMasterUserEnabled = YES;
SOGoSMTPMasterUserUsername = "foo";
SOGoSMTPMasterUserPassword = "bar";
```
_Cronjob_ — Vacation messages activation and expiration
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit 7faf4eb

Please sign in to comment.