diff options
author | lpsolit%gmail.com <> | 2008-04-04 13:47:46 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2008-04-04 13:47:46 +0200 |
commit | 4c187616b2af100dbc933217a76f38caaf983150 (patch) | |
tree | 55c0e1203b9105e1e0817b8300aff1c59e56e146 /docs | |
parent | 90d6e76909632e82dc9d2fb48c944a135267022a (diff) | |
download | bugzilla-4c187616b2af100dbc933217a76f38caaf983150.tar.gz bugzilla-4c187616b2af100dbc933217a76f38caaf983150.tar.xz |
Doc part of bug 181589 - Patch by victory <bmo@rsz.jp> r=timeless
Diffstat (limited to 'docs')
-rw-r--r-- | docs/en/xml/administration.xml | 35 |
1 files changed, 19 insertions, 16 deletions
diff --git a/docs/en/xml/administration.xml b/docs/en/xml/administration.xml index cf7d707c4..a32a61a59 100644 --- a/docs/en/xml/administration.xml +++ b/docs/en/xml/administration.xml @@ -170,6 +170,25 @@ <varlistentry> <term> + passwordmail + </term> + <listitem> + <para> + Every time a user creates an account, the text of this parameter + (with substitutions) is sent to the new user along with their + password message. + </para> + + <para> + Add any text you wish to the "passwordmail" parameter box. For + instance, many people choose to use this box to give a quick + training blurb about how to use Bugzilla at your site. + </para> + </listitem> + </varlistentry> + + <varlistentry> + <term> movebugs </term> <listitem> @@ -291,22 +310,6 @@ </listitem> </varlistentry> - <varlistentry> - <term> - sendmailnow - </term> - <listitem> - <para> - When Bugzilla is using Sendmail older than 8.12, turning this option - off will improve performance by not waiting for Sendmail to actually - send mail. If Sendmail 8.12 or later is being used, there is - nothing to gain by turning this off. If another MTA is being used, - such as Postfix, then this option *must* be turned on (even if you - are using the fake sendmail executable that Postfix provides). - </para> - </listitem> - </varlistentry> - </variablelist> </section> |