From c068b31159c10bf32b624f49267c07778a8a9445 Mon Sep 17 00:00:00 2001 From: Casper Date: Tue, 13 Aug 2024 18:53:52 +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 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/content/config/advanced/mail-getmail.md b/docs/content/config/advanced/mail-getmail.md index f67eb47a..b47c38b6 100644 --- a/docs/content/config/advanced/mail-getmail.md +++ b/docs/content/config/advanced/mail-getmail.md @@ -10,7 +10,9 @@ environment: - GETMAIL_POLL=5 ``` -In your DMS config volume (eg: `docker-data/dms/config/`), create a new directory `getmail`. Then you can place a `.cf` file inside for each remote account that you want to retrieve mail and store into a local DMS account. `` should be replaced by you, and is just the rest of the filename (eg: `imap-example.cf`). The contents of each file should be configuration like documented below. +In your DMS config volume (eg: `docker-data/dms/config/`), add a subdirectory `getmail/` for including your getmail config files (eg: `imap-example.cf`) for each remote account that you want to retrieve mail from and deliver to the mailbox of a DMS account. + +These config files content is documented in the next section with an IMAP and POP3 example to reference. The directory structure should look similar to this: