From a0e39973a90854cc3ea2b44a7cfd91c9e7fde9f9 Mon Sep 17 00:00:00 2001 From: Casper Date: Tue, 13 Aug 2024 18:55:22 +0200 Subject: [PATCH] Update docs/content/config/advanced/mail-getmail.md Co-authored-by: Brennan Kinney <5098581+polarathene@users.noreply.github.com> --- docs/content/config/advanced/mail-getmail.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/content/config/advanced/mail-getmail.md b/docs/content/config/advanced/mail-getmail.md index b47c38b6..7d789f7d 100644 --- a/docs/content/config/advanced/mail-getmail.md +++ b/docs/content/config/advanced/mail-getmail.md @@ -47,7 +47,11 @@ received = false delivered_to = false ``` -If you want to use a different base config, place it in `docker-data/dms/config/getmail/getmailrc_general.cf`. This file will replace the default "Common Options" base config above, that all `.cf` files will extend with their configs when used. +The DMS integration for Getmail generates a `getmailrc` config that prepends the common options of the base config to each remote account config provided. + +!!! tip "Change the base options" + + Add your own base config as `getmail/getmailrc_general.cf` into the DMS Config Volume. It will replace the DMS defaults shown above. ??? example "IMAP Configuration"