* [PATCH pve-docs] notifications: Fix typos in SMTP documentation
@ 2026-02-11 13:13 Arthur Bied-Charreton
0 siblings, 0 replies; only message in thread
From: Arthur Bied-Charreton @ 2026-02-11 13:13 UTC (permalink / raw)
To: pve-devel
Fix awkward line wrap in port docs and change 'secret token' to
'password' to prevent confusion with the refresh token when OAuth2
support is added to SMTP targets
Signed-off-by: Arthur Bied-Charreton <a.bied-charreton@proxmox.com>
---
notifications.adoc | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/notifications.adoc b/notifications.adoc
index 801b327..ea8fc75 100644
--- a/notifications.adoc
+++ b/notifications.adoc
@@ -115,9 +115,9 @@ The configuration for SMTP target plugins has the following options:
* `mode`: Sets the encryption mode (`insecure`, `starttls` or `tls`). Defaults
to `tls`.
* `server`: Address/IP of the SMTP relay.
-* `port`: The port to connect to. If not set, the used port .
- Defaults to 25 (`insecure`), 465 (`tls`) or 587 (`starttls`), depending on
- the value of `mode`.
+* `port`: The port to connect to. If not set, the used port defaults to 25
+ (`insecure`), 465 (`tls`) or 587 (`starttls`), depending on the value of
+ `mode`.
* `comment`: Comment for this target
Example configuration (`/etc/pve/notifications.cfg`):
@@ -133,7 +133,7 @@ smtp: example
----
The matching entry in `/etc/pve/priv/notifications.cfg`, containing the
-secret token:
+password:
----
smtp: example
--
2.47.3
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2026-02-11 13:12 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-02-11 13:13 [PATCH pve-docs] notifications: Fix typos in SMTP documentation Arthur Bied-Charreton
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox