From 9d0309ad5bb4e6975553e9443a5b292168795032 Mon Sep 17 00:00:00 2001 From: richard Date: Thu, 24 Apr 2003 07:34:13 +0000 Subject: [PATCH] oops, forgot to document the SMTP changes git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1682 57a73879-2fb5-44c3-a270-3262357dd7e2 --- doc/customizing.txt | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/doc/customizing.txt b/doc/customizing.txt index 7f2b7eb..8285fb5 100644 --- a/doc/customizing.txt +++ b/doc/customizing.txt @@ -2,7 +2,7 @@ Customising Roundup =================== -:Version: $Revision: 1.83 $ +:Version: $Revision: 1.84 $ .. This document borrows from the ZopeBook section on ZPT. The original is at: http://www.zope.org/Documentation/Books/ZopeBook/current/ZPT.stx @@ -88,6 +88,23 @@ The configuration variables available are: **MAILHOST** - ``'localhost'`` The SMTP mail host that roundup will use to send e-mail. +**MAILUSER - ``()`` + If your SMTP mail host requires a username and password for access, then + specify them here. eg. ``MAILUSER = ('username', 'password')`` + +**MAILHOST_TLS - ``'no'`` + If your SMTP mail host provides or requires TLS (Transport Layer + Security) then set ``MAILHOST_TLS = 'yes'`` + +**MAILHOST_TLS_KEYFILE - ``''`` + If you're using TLS, you may also set MAILHOST_TLS_KEYFILE to the name of + a PEM formatted file that contains your private key. + +**MAILHOST_TLS_CERTFILE - ``''`` + If you're using TLS and have specified a MAILHOST_TLS_KEYFILE, you may + also set MAILHOST_TLS_CERTFILE to the name of a PEM formatted certificate + chain file. + **MAIL_DOMAIN** - ``'tracker.domain.example'`` The domain name used for email addresses. -- 2.30.2