summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/snac.814
1 files changed, 6 insertions, 8 deletions
diff --git a/doc/snac.8 b/doc/snac.8
index a1e34fa..1537f89 100644
--- a/doc/snac.8
+++ b/doc/snac.8
@@ -267,15 +267,13 @@ The maximum number of attachments per post (default: 4).
267.It Ic enable_svg 267.It Ic enable_svg
268Since version 2.73, SVG image attachments are hidden by default; you can enable 268Since version 2.73, SVG image attachments are hidden by default; you can enable
269them by setting this value to true. 269them by setting this value to true.
270.It Ic spawn_sendmail
271Since version 2.76, email notifications are sent via direct SMTP connection instead
272of spawning
273.Pa /usr/sbin/sendmail
274on each message. By setting this to true, classic behaviour can be restored.
275.It Ic smtp_url 270.It Ic smtp_url
276The SMTP url to be used for sending email notifications. It's smtp://localhost by default, 271Since version 2.76, email notifications can be sent via direct connection to an
277expecting a fully configured SMTP server running on the same host. It may include a port 272SMTP server instead of the traditional behaviour of piping the message to
278number if it's not running on the usual one, like in smtp://mail.example.com:587. 273.Pa /usr/sbin/sendmail .
274Set this value to the SMTP url to be used for sending email notifications
275(for example, smtp://localhost). It may include a port number if it's not running on
276the usual one, like in smtp://mail.example.com:587.
279.It Ic smtp_user 277.It Ic smtp_user
280.It Ic smtp_password 278.It Ic smtp_password
281To be filled if the SMTP server defined by the previous directive needs credentials. 279To be filled if the SMTP server defined by the previous directive needs credentials.