aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorgrunfink <grunfink@comam.es>2025-04-27 06:03:22 +0200
committergrunfink <grunfink@comam.es>2025-04-27 06:03:22 +0200
commit34c8a535da20955bbe038c3f69af32e2926a5389 (patch)
tree9bdf11bcbc8c5172036ececf3b94356fb6ad90f0 /doc
parent94a07f93d527ecef3376de566ccf7d74fa2dadd3 (diff)
Updated documentation.
Diffstat (limited to 'doc')
-rw-r--r--doc/snac.82
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/snac.8 b/doc/snac.8
index 528ba63..023fc8e 100644
--- a/doc/snac.8
+++ b/doc/snac.8
@@ -270,7 +270,7 @@ them by setting this value to true.
.It Ic smtp_url
The SMTP url to be used for sending email notifications. It's smtp://localhost by default,
expecting a fully configured SMTP server running on the same host. It may include a port
-number, like in smtp://mail.example.com:487.
+number if it's not running on the usual one, like in smtp://mail.example.com:587.
.It Ic smtp_user
.It Ic smtp_password
To be filled if the SMTP server defined by the previous directive needs credentials.