[pmg-devel] [PATCH pmg-api] config: improve description of dkim-use-domain
Maximiliano Sandoval
m.sandoval at proxmox.com
Wed Feb 28 12:49:48 CET 2024
Signed-off-by: Maximiliano Sandoval <m.sandoval at proxmox.com>
---
src/PMG/Config.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/PMG/Config.pm b/src/PMG/Config.pm
index 0c5419e..a0daba3 100644
--- a/src/PMG/Config.pm
+++ b/src/PMG/Config.pm
@@ -135,7 +135,7 @@ EODESC
type => 'string', format => 'dns-name', #see RFC6376 3.1
},
'dkim-use-domain' => {
- description => "Whether to sign using the address from the header or the envelope.",
+ description => "Whether to sign using the domain found in the header or the envelope.",
type => 'string',
enum => [qw(header envelope)],
default => 'envelope',
--
2.39.2
More information about the pmg-devel
mailing list