]> git.proxmox.com Git - pmg-api.git/commitdiff
config: add postfix option for smtputf8 flag
authorStoiko Ivanov <s.ivanov@proxmox.com>
Mon, 27 Mar 2023 12:48:43 +0000 (14:48 +0200)
committerStoiko Ivanov <s.ivanov@proxmox.com>
Mon, 27 Mar 2023 12:48:43 +0000 (14:48 +0200)
Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
src/PMG/Config.pm

index 042da6fb4100d7bad7b1237c6e3515fd98c0c236..20afd71f901ee9db3f9cadbc9a8867298fbd45dc 100755 (executable)
@@ -695,7 +695,7 @@ sub properties {
            default => 0
        },
        smtputf8 => {
-           description => "Enable SMTPUTF8 support in Postfix and detection for locally generated mail",
+           description => "Enable SMTPUTF8 support in Postfix and detection for locally generated mail (postfix option `smtputf8_enable`)",
            type => 'boolean',
            default => 1
        },