From 42108558277504c9ec85489adea42040963d8b09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauri=20V=C3=B5sandi?= Date: Sat, 24 Aug 2024 15:49:05 +0300 Subject: [PATCH] freescout: Elaborate about mail sync --- freescout/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/freescout/README.md b/freescout/README.md index dc22b34..3a27a6a 100644 --- a/freescout/README.md +++ b/freescout/README.md @@ -1,5 +1,7 @@ # Freescout +# For user + Freescout scrapes `info@k-space.ee` and `accounting@k-space.ee` mailboxes from Wildduck and builds issue tracker on top the mailbox. @@ -10,6 +12,9 @@ Note that Freescout notifications are sent to `@k-space.ee` mailboxes. Forwarding to personal eg. `@gmail.com` mailbox can be configured via [Wildduck webmail](https://webmail.k-space.ee/account/profile) + +# For administrator + This application is managed by [ArgoCD](https://argocd.k-space.ee/applications/argocd/freescout) Should ArgoCD be down manifests here can be applied with: @@ -17,3 +22,9 @@ Should ArgoCD be down manifests here can be applied with: ``` kubectl apply -n freescout -f application.yaml ``` + +If the Kubernetes cronjob for picking up mail is not working for more than +3 days the mails will not get synced by default. To manually synchronize +Freescout head to [Freescout system tools](https://freescout.k-space.ee/system/tools) +page, increase `Days` to appropriate number and hit `Fetch Emails` button. +Select `All` if some mails have been opened via Wildduck Webmail during debug process.