From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by lists.proxmox.com (Postfix) with ESMTPS id 17BD86075F for ; Tue, 17 Nov 2020 16:12:19 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 0A75812E3B for ; Tue, 17 Nov 2020 16:12:19 +0100 (CET) Received: from gaia.proxmox.com (212-186-127-178.static.upcbusiness.at [212.186.127.178]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by firstgate.proxmox.com (Proxmox) with ESMTPS id 1F41012E33 for ; Tue, 17 Nov 2020 16:12:18 +0100 (CET) Received: from gaia.proxmox.com (localhost.localdomain [127.0.0.1]) by gaia.proxmox.com (8.15.2/8.15.2/Debian-14~deb10u1) with ESMTP id 0AHFC030577734; Tue, 17 Nov 2020 16:12:00 +0100 Received: (from oguz@localhost) by gaia.proxmox.com (8.15.2/8.15.2/Submit) id 0AHFC0N3577733; Tue, 17 Nov 2020 16:12:00 +0100 From: Oguz Bektas To: pmg-devel@lists.proxmox.com Date: Tue, 17 Nov 2020 16:11:58 +0100 Message-Id: <20201117151158.577583-1-o.bektas@proxmox.com> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-SPAM-LEVEL: Spam detection results: 1 AWL -0.549 Adjusted score from AWL reputation of From: address KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment KAM_LAZY_DOMAIN_SECURITY 1 Sending domain does not have any anti-forgery methods KHOP_HELO_FCRDNS 0.399 Relay HELO differs from its IP's reverse DNS NO_DNS_FOR_FROM 0.379 Envelope sender has no MX or A DNS records SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_NONE 0.001 SPF: sender does not publish an SPF Record Subject: [pmg-devel] [PATCH docs] administration: add a basic explanation about personal quarantine X-BeenThere: pmg-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox Mail Gateway development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Nov 2020 15:12:19 -0000 and mention the new quarantine link option. Signed-off-by: Oguz Bektas --- pmg-administration.adoc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pmg-administration.adoc b/pmg-administration.adoc index 28e51c3..521072e 100644 --- a/pmg-administration.adoc +++ b/pmg-administration.adoc @@ -80,6 +80,13 @@ The email preview on the web interface is very secure as malicious code (attacking your operating system or email client) is removed by {pmg}. +Users can get access to their personalized quarantine via the daily +spam report, or by logging in with their LDAP credentials. + +Alternatively you can enable the link on Quarantine Login page. There users will get +a link to their personalized quarantine. +To enable this on the Quarantine Login page, edit `/etc/pmg/pmg.conf` (see section xref:pmgconfig_spamdetector_quarantine[Spam Detector Configuration - Quarantine]) + Virus ~~~~~ -- 2.20.1