comparison doc/customizing.txt @ 1648:496f8f741e26

*** empty log message ***
author Richard Jones <richard@users.sourceforge.net>
date Sun, 11 May 2003 22:45:59 +0000
parents 4a47eb555e51
children 09f0a54829eb
comparison
equal deleted inserted replaced
1647:73bf927091c7 1648:496f8f741e26
1 =================== 1 ===================
2 Customising Roundup 2 Customising Roundup
3 =================== 3 ===================
4 4
5 :Version: $Revision: 1.85 $ 5 :Version: $Revision: 1.86 $
6 6
7 .. This document borrows from the ZopeBook section on ZPT. The original is at: 7 .. This document borrows from the ZopeBook section on ZPT. The original is at:
8 http://www.zope.org/Documentation/Books/ZopeBook/current/ZPT.stx 8 http://www.zope.org/Documentation/Books/ZopeBook/current/ZPT.stx
9 9
10 .. contents:: 10 .. contents::
86 determine the tracker home for you, so you can just leave it alone. 86 determine the tracker home for you, so you can just leave it alone.
87 87
88 **MAILHOST** - ``'localhost'`` 88 **MAILHOST** - ``'localhost'``
89 The SMTP mail host that roundup will use to send e-mail. 89 The SMTP mail host that roundup will use to send e-mail.
90 90
91 **MAILUSER - ``()`` 91 **MAILUSER** - ``()``
92 If your SMTP mail host requires a username and password for access, then 92 If your SMTP mail host requires a username and password for access, then
93 specify them here. eg. ``MAILUSER = ('username', 'password')`` 93 specify them here. eg. ``MAILUSER = ('username', 'password')``
94 94
95 **MAILHOST_TLS - ``'no'`` 95 **MAILHOST_TLS** - ``'no'``
96 If your SMTP mail host provides or requires TLS (Transport Layer 96 If your SMTP mail host provides or requires TLS (Transport Layer
97 Security) then set ``MAILHOST_TLS = 'yes'`` 97 Security) then set ``MAILHOST_TLS = 'yes'``
98 98
99 **MAILHOST_TLS_KEYFILE - ``''`` 99 **MAILHOST_TLS_KEYFILE** - ``''``
100 If you're using TLS, you may also set MAILHOST_TLS_KEYFILE to the name of 100 If you're using TLS, you may also set MAILHOST_TLS_KEYFILE to the name of
101 a PEM formatted file that contains your private key. 101 a PEM formatted file that contains your private key.
102 102
103 **MAILHOST_TLS_CERTFILE - ``''`` 103 **MAILHOST_TLS_CERTFILE** - ``''``
104 If you're using TLS and have specified a MAILHOST_TLS_KEYFILE, you may 104 If you're using TLS and have specified a MAILHOST_TLS_KEYFILE, you may
105 also set MAILHOST_TLS_CERTFILE to the name of a PEM formatted certificate 105 also set MAILHOST_TLS_CERTFILE to the name of a PEM formatted certificate
106 chain file. 106 chain file.
107 107
108 **MAIL_DOMAIN** - ``'tracker.domain.example'`` 108 **MAIL_DOMAIN** - ``'tracker.domain.example'``

Roundup Issue Tracker: http://roundup-tracker.org/