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 B9E7095A4C for ; Wed, 28 Feb 2024 10:34:32 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 992D583E4 for ; Wed, 28 Feb 2024 10:34:32 +0100 (CET) Received: from proxmox-new.maurer-it.com (proxmox-new.maurer-it.com [94.136.29.106]) (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 firstgate.proxmox.com (Proxmox) with ESMTPS for ; Wed, 28 Feb 2024 10:34:31 +0100 (CET) Received: from proxmox-new.maurer-it.com (localhost.localdomain [127.0.0.1]) by proxmox-new.maurer-it.com (Proxmox) with ESMTP id CFBB947B70 for ; Wed, 28 Feb 2024 10:34:30 +0100 (CET) Date: Wed, 28 Feb 2024 10:34:29 +0100 From: Stoiko Ivanov To: Maximiliano Sandoval Cc: pmg-devel@lists.proxmox.com Message-ID: <20240228103429.75b11ed1@rosa.proxmox.com> In-Reply-To: <20240227103335.193474-1-m.sandoval@proxmox.com> References: <20240227103335.193474-1-m.sandoval@proxmox.com> X-Mailer: Claws Mail 4.1.1 (GTK 3.24.38; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-SPAM-LEVEL: Spam detection results: 0 AWL 0.081 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% DMARC_MISSING 0.1 Missing DMARC policy KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record T_SCC_BODY_TEXT_LINE -0.01 - URIBL_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [ietf.org, clamav.net, template-toolkit.org, 5-opts.pl] Subject: [pmg-devel] applied: [PATCH pmg-docs v2] dkim: document dkim_use_domain 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: Wed, 28 Feb 2024 09:34:32 -0000 Thanks! applied, with the subject fixed up (s/_/-/) added another commit with a rephrasing - would be glad for feedback if anything is off/less clear with it) additionally added the new setting to `gen-pmg.conf.5-opts.pl` On Tue, 27 Feb 2024 11:33:35 +0100 Maximiliano Sandoval wrote: > Signed-off-by: Maximiliano Sandoval > --- > Differences from v1: > - Add links to RFCs > - Use `+` for new lines in the same section > > asciidoc/asciidoc-pmg.conf | 3 +++ > pmgconfig.adoc | 12 ++++++++++++ > 2 files changed, 15 insertions(+) > > diff --git a/asciidoc/asciidoc-pmg.conf b/asciidoc/asciidoc-pmg.conf > index 45ea7dd..6c9f0bb 100644 > --- a/asciidoc/asciidoc-pmg.conf > +++ b/asciidoc/asciidoc-pmg.conf > @@ -21,7 +21,10 @@ clamav=https://www.clamav.net[ClamAV(R)] > debian=https://www.debian.org[Debian] > debian_nonfree_archive_area=https://www.debian.org/doc/debian-policy/ch-archive#the-non-free-archive-area[Debian's non-free archive area] > tts=http://www.template-toolkit.org[Template Toolkit] > +smtp_rfc=https://tools.ietf.org/html/rfc5321[RFC 5321] > +rfc_5322=https://tools.ietf.org/html/rfc5322[RFC 5322] > dkim_rfc=https://tools.ietf.org/html/rfc6376[RFC 6376] > +dmarc_rfc=https://tools.ietf.org/html/rfc7489[RFC 7489] > ifndef::docinfo1[] > author=Proxmox Server Solutions GmbH > email=support@proxmox.com > diff --git a/pmgconfig.adoc b/pmgconfig.adoc > index bf3887e..33d35fb 100644 > --- a/pmgconfig.adoc > +++ b/pmgconfig.adoc > @@ -585,6 +585,18 @@ Controls whether all outbound mail should get signed or only mails from domains > listed in `/etc/pmg/dkim/domains`, if it exists and `/etc/pmg/domains` > otherwise. > > +Select Signing Domain:: > + > +Determines whether to DKIM sign emails using the domain found in the envelope > +from or the from header in the body of the email. The envelope from is also > +known as reverse-path, see {smtp_rfc} section 3.3 and {rfc_5322} section 3.6.2. > ++ > +The envelop from of certain emails, bounces for example, can be empty. In these > +cases it is desirable to sign them using the domain found in the from header. > ++ > +Additionally, DMARC (see {dmarc_rfc} section 3.1.1) needs the domain found in > +the from header in certain situations. > + > These settings are saved to the 'admin' subsection in `/etc/pmg/pmg.conf`, > using the following configuration keys: >