You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by se...@apache.org on 2021/12/14 17:18:02 UTC

[incubator-ponymail-foal] branch master updated: More sample settings

This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git


The following commit(s) were added to refs/heads/master by this push:
     new 64ea6a2  More sample settings
64ea6a2 is described below

commit 64ea6a2a92c1600feba8ba71e852211a278beec0
Author: Sebb <se...@apache.org>
AuthorDate: Tue Dec 14 17:17:53 2021 +0000

    More sample settings
---
 server/ponymail.yaml.example | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/server/ponymail.yaml.example b/server/ponymail.yaml.example
index 9f994a1..369962a 100644
--- a/server/ponymail.yaml.example
+++ b/server/ponymail.yaml.example
@@ -12,3 +12,25 @@ database:
 
 tasks:
   refresh_rate:  150                  # Background indexer run interval, in seconds
+
+ui:
+  wordcloud:       true
+  mailhost:        localhost
+  sender_domains:  "*"
+  traceback:       true
+  mgmtconsole:     true
+  true_gdpr:       true
+
+# Fill in OAuth data as needed
+oauth:
+# If using OAuth, set the authoritative domains here. These are the OAuth domains that 
+# will provide access to private emails.
+  authoritative_domains:
+#   - localhost
+#    - googleapis.com  # OAuth via google is authoritative
+#    - github.com      # GitHub OAuth is authoritative
+  admins:
+#    - localtest@apache.org
+#  google_client_id:     ~
+#  github_client_id:     ~
+#  github_client_secret: ~