all lists on lists.proxmox.com
 help / color / mirror / Atom feed
* [pmg-devel] [PATCH pmg-docs] pmgconfig: document DKIM signing local mail
@ 2025-02-26 14:18 Stoiko Ivanov
  2025-02-26 14:39 ` Fiona Ebner
  0 siblings, 1 reply; 4+ messages in thread
From: Stoiko Ivanov @ 2025-02-26 14:18 UTC (permalink / raw)
  To: pmg-devel

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
---
 pmgconfig.adoc | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/pmgconfig.adoc b/pmgconfig.adoc
index 3ac8973..c093051 100644
--- a/pmgconfig.adoc
+++ b/pmgconfig.adoc
@@ -575,6 +575,13 @@ You can either sign all mails received on the internal port using the domain of
 the envelope sender address or create a list of domains, for which emails
 should be signed, defaulting to the list of relay domains.
 
+Mails generated by {pmg} itself, like notifications and reports, usually have
+an empty envelope. Thus they will only be signed if you have selected `header`
+as source of the signing domain and have set a RFC5322.From with a domain that
+would be signed as `From:` setting in the
+xref:pmgconfig_spamdetector_quarantine[spam quarantine options] for spamreports
+and quarantine links, and in the xref:pmgconfig_systemconfig[system options] for
+other mails send by {pmg}.
 
 Enable DKIM Signing::
 
-- 
2.39.5



_______________________________________________
pmg-devel mailing list
pmg-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pmg-devel


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [pmg-devel] [PATCH pmg-docs] pmgconfig: document DKIM signing local mail
  2025-02-26 14:18 [pmg-devel] [PATCH pmg-docs] pmgconfig: document DKIM signing local mail Stoiko Ivanov
@ 2025-02-26 14:39 ` Fiona Ebner
  2025-02-26 14:46   ` Stoiko Ivanov
  0 siblings, 1 reply; 4+ messages in thread
From: Fiona Ebner @ 2025-02-26 14:39 UTC (permalink / raw)
  To: Stoiko Ivanov, pmg-devel

Am 26.02.25 um 15:18 schrieb Stoiko Ivanov:
> Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
> ---
>  pmgconfig.adoc | 7 +++++++
>  1 file changed, 7 insertions(+)
> 
> diff --git a/pmgconfig.adoc b/pmgconfig.adoc
> index 3ac8973..c093051 100644
> --- a/pmgconfig.adoc
> +++ b/pmgconfig.adoc
> @@ -575,6 +575,13 @@ You can either sign all mails received on the internal port using the domain of
>  the envelope sender address or create a list of domains, for which emails
>  should be signed, defaulting to the list of relay domains.
>  
> +Mails generated by {pmg} itself, like notifications and reports, usually have
> +an empty envelope. Thus they will only be signed if you have selected `header`
> +as source of the signing domain and have set a RFC5322.From with a domain that

"as source" -> "as the source"

s/a RFC/an RFC/ (because it's read as "ar-ef-zee")

"with a domain" -> "to a domain"?

> +would be signed as `From:` setting in the

"as `From:` setting" -> "as a `From:` setting"?

> +xref:pmgconfig_spamdetector_quarantine[spam quarantine options] for spamreports

"spamreports" -> "spam reports"?

> +and quarantine links, and in the xref:pmgconfig_systemconfig[system options] for
> +other mails send by {pmg}.

s/send/sent/

>  
>  Enable DKIM Signing::
>  



_______________________________________________
pmg-devel mailing list
pmg-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pmg-devel


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [pmg-devel] [PATCH pmg-docs] pmgconfig: document DKIM signing local mail
  2025-02-26 14:39 ` Fiona Ebner
@ 2025-02-26 14:46   ` Stoiko Ivanov
  2025-02-26 14:50     ` Fiona Ebner
  0 siblings, 1 reply; 4+ messages in thread
From: Stoiko Ivanov @ 2025-02-26 14:46 UTC (permalink / raw)
  To: Fiona Ebner; +Cc: pmg-devel

Thanks for the fast feedback - good suggestions!

one question inline:

On Wed, 26 Feb 2025 15:39:25 +0100
Fiona Ebner <f.ebner@proxmox.com> wrote:

> Am 26.02.25 um 15:18 schrieb Stoiko Ivanov:
> > Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
> > ---
> >  pmgconfig.adoc | 7 +++++++
> >  1 file changed, 7 insertions(+)
> > 
> > diff --git a/pmgconfig.adoc b/pmgconfig.adoc
> > index 3ac8973..c093051 100644
> > --- a/pmgconfig.adoc
> > +++ b/pmgconfig.adoc
> > @@ -575,6 +575,13 @@ You can either sign all mails received on the internal port using the domain of
> >  the envelope sender address or create a list of domains, for which emails
> >  should be signed, defaulting to the list of relay domains.
> >  
> > +Mails generated by {pmg} itself, like notifications and reports, usually have
> > +an empty envelope. Thus they will only be signed if you have selected `header`
> > +as source of the signing domain and have set a RFC5322.From with a domain that  
> 
> "as source" -> "as the source"
> 
> s/a RFC/an RFC/ (because it's read as "ar-ef-zee")
> 
> "with a domain" -> "to a domain"?
the from header has a display name ("Stoiko Ivanov") and an address
(<s.ivanov@proxmox.com>) - so setting this 'to a domain that ...' seems
unfitting, and writing:
have set a RFC5322.From with an address that is in a domain...
seems a bit unwieldy?

would be grateful for alternatives

> 
> > +would be signed as `From:` setting in the  
> 
> "as `From:` setting" -> "as a `From:` setting"?
> 
> > +xref:pmgconfig_spamdetector_quarantine[spam quarantine options] for spamreports  
> 
> "spamreports" -> "spam reports"?
> 
> > +and quarantine links, and in the xref:pmgconfig_systemconfig[system options] for
> > +other mails send by {pmg}.  
> 
> s/send/sent/
> 
> >  
> >  Enable DKIM Signing::
> >    
> 



_______________________________________________
pmg-devel mailing list
pmg-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pmg-devel


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [pmg-devel] [PATCH pmg-docs] pmgconfig: document DKIM signing local mail
  2025-02-26 14:46   ` Stoiko Ivanov
@ 2025-02-26 14:50     ` Fiona Ebner
  0 siblings, 0 replies; 4+ messages in thread
From: Fiona Ebner @ 2025-02-26 14:50 UTC (permalink / raw)
  To: Stoiko Ivanov; +Cc: pmg-devel

Am 26.02.25 um 15:46 schrieb Stoiko Ivanov:
> Thanks for the fast feedback - good suggestions!
> 
> one question inline:
> 
> On Wed, 26 Feb 2025 15:39:25 +0100
> Fiona Ebner <f.ebner@proxmox.com> wrote:
> 
>> Am 26.02.25 um 15:18 schrieb Stoiko Ivanov:
>>> Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
>>> ---
>>>  pmgconfig.adoc | 7 +++++++
>>>  1 file changed, 7 insertions(+)
>>>
>>> diff --git a/pmgconfig.adoc b/pmgconfig.adoc
>>> index 3ac8973..c093051 100644
>>> --- a/pmgconfig.adoc
>>> +++ b/pmgconfig.adoc
>>> @@ -575,6 +575,13 @@ You can either sign all mails received on the internal port using the domain of
>>>  the envelope sender address or create a list of domains, for which emails
>>>  should be signed, defaulting to the list of relay domains.
>>>  
>>> +Mails generated by {pmg} itself, like notifications and reports, usually have
>>> +an empty envelope. Thus they will only be signed if you have selected `header`
>>> +as source of the signing domain and have set a RFC5322.From with a domain that  
>>
>> "as source" -> "as the source"
>>
>> s/a RFC/an RFC/ (because it's read as "ar-ef-zee")
>>
>> "with a domain" -> "to a domain"?
> the from header has a display name ("Stoiko Ivanov") and an address
> (<s.ivanov@proxmox.com>) - so setting this 'to a domain that ...' seems
> unfitting, and writing:
> have set a RFC5322.From with an address that is in a domain...
> seems a bit unwieldy?
> 
> would be grateful for alternatives

Ah, okay. I guess we can just leave it as-is then :)


_______________________________________________
pmg-devel mailing list
pmg-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pmg-devel


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-02-26 14:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-02-26 14:18 [pmg-devel] [PATCH pmg-docs] pmgconfig: document DKIM signing local mail Stoiko Ivanov
2025-02-26 14:39 ` Fiona Ebner
2025-02-26 14:46   ` Stoiko Ivanov
2025-02-26 14:50     ` Fiona Ebner

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal