diff options
Diffstat (limited to 'doc/snac.8')
| -rw-r--r-- | doc/snac.8 | 10 |
1 files changed, 10 insertions, 0 deletions
| @@ -267,6 +267,16 @@ The maximum number of attachments per post (default: 4). | |||
| 267 | .It Ic enable_svg | 267 | .It Ic enable_svg |
| 268 | Since version 2.73, SVG image attachments are hidden by default; you can enable | 268 | Since version 2.73, SVG image attachments are hidden by default; you can enable |
| 269 | them by setting this value to true. | 269 | them by setting this value to true. |
| 270 | .It Ic smtp_url | ||
| 271 | Since version 2.76, email notifications can be sent via direct connection to an | ||
| 272 | SMTP server instead of the traditional behaviour of piping the message to | ||
| 273 | .Pa /usr/sbin/sendmail . | ||
| 274 | Set 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 | ||
| 276 | the usual one, like in smtp://mail.example.com:587. | ||
| 277 | .It Ic smtp_user | ||
| 278 | .It Ic smtp_password | ||
| 279 | To be filled if the SMTP server defined by the previous directive needs credentials. | ||
| 270 | .El | 280 | .El |
| 271 | .Pp | 281 | .Pp |
| 272 | You must restart the server to make effective these changes. | 282 | You must restart the server to make effective these changes. |