From ccf9ceb7294c40a114421578d597cf999d2b3294 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Mon, 28 Aug 2017 09:27:01 -0400 Subject: [PATCH] (doc) Explain SOGoMailAddOutgoingAddresses default --- Documentation/SOGoInstallationGuide.asciidoc | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/Documentation/SOGoInstallationGuide.asciidoc b/Documentation/SOGoInstallationGuide.asciidoc index 9926e6173..fe8667b0f 100644 --- a/Documentation/SOGoInstallationGuide.asciidoc +++ b/Documentation/SOGoInstallationGuide.asciidoc @@ -2013,6 +2013,19 @@ SOGo webmail interface. The parameter is an array, for example: `SOGoMailListViewColumnsOrder = (Flagged, Attachment, Priority, From, Subject, Unread, Date, Size);` +|U |SOGoMailAddOutgoingAddresses +|Parameter used to enable automatic insertion of unknown mail recipients +in an address book. The destination address book is defined by the +parameter _SOGoSelectedAddressBook_. + +Defaults to `NO` when unset. + +|U |SOGoSelectedAddressBook +|Parameter used to specify the address book in which to add unknown mail +recipients if _SOGoMailAddOutgoingAddresses_ is enabled. + +Defauls to `collected` when unset. + |D |SOGoExternalAvatarsEnabled |Parameter used to enable fetching of avatars from remote services.