Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ivan Ivlev
bugzilla
Commits
1fb04fb5
Commit
1fb04fb5
authored
Apr 04, 2008
by
mozilla%colinogilvie.co.uk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 302979: Bring mail sending docs up to date
Patch by: Ville Skyttäville.skytta@iki.fi> and victory <bmo@rsz.jp>; r=colin
parent
ea924481
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
70 additions
and
10 deletions
+70
-10
glossary.xml
docs/en/xml/glossary.xml
+70
-10
No files found.
docs/en/xml/glossary.xml
View file @
1fb04fb5
...
...
@@ -3,7 +3,7 @@
<glossdiv>
<title>
0-9, high ascii
</title>
<glossentry>
<glossentry
id=
"gloss-htaccess"
>
<glossterm>
.htaccess
</glossterm>
<glossdef>
...
...
@@ -154,10 +154,10 @@
</glossentry>
<glossentry
id=
"gloss-cpan"
>
<glossterm>
<acronym>
CPAN
</acronym>
</glossterm>
<glossterm>
Comprehensive Perl Archive Network
</glossterm>
<acronym>
CPAN
</acronym>
<!-- TODO: Rewrite def for CPAN -->
<glossdef>
<para>
<acronym>
CPAN
</acronym>
...
...
@@ -170,12 +170,32 @@
particular task.
</para>
</glossdef>
</glossentry>
<glossentry
id=
"gloss-contrib"
>
<glossterm><filename
class=
"directory"
>
contrib
</filename></glossterm>
<glossdef>
<para>
The
<filename
class=
"directory"
>
contrib
</filename>
directory is
a location to put scripts that have been contributed to Bugzilla but
are not a part of the official distribution. These scripts are written
by third parties and may be in languages other than perl. For those
that are in perl, there may be additional modules or other requirements
than those of the offical distribution.
<note>
<para>
Scripts in the
<filename
class=
"directory"
>
contrib
</filename>
directory are not offically supported by the Bugzilla team and may
break in between versions.
</para>
</note>
</para>
</glossdef>
</glossentry>
</glossdiv>
<glossdiv
id=
"gloss-d"
>
<title>
D
</title>
<glossentry>
<glossentry
id=
"gloss-daemon"
>
<glossterm>
daemon
</glossterm>
<glossdef>
...
...
@@ -188,6 +208,23 @@
a web server, are generally run as daemons.
</para>
</glossdef>
</glossentry>
<glossentry
id=
"gloss-dos"
>
<glossterm>
DOS Attack
</glossterm>
<glossdef>
<para>
A DOS, or Denial of Service attack, is when a user attempts to
deny access to a web server by repeatadly accessing a page or sending
malformed requests to a webserver. This can be effectively prevented
by using
<filename>
mod_throttle
</filename>
as described in
<xref
linkend=
"security-webserver-mod-throttle"
/>
. A D-DOS, or
Distributed Denial of Service attack, is when these requests come
from multiple sources at the same time. Unfortunately, these are much
more difficult to defend against.
</para>
</glossdef>
</glossentry>
</glossdiv>
<glossdiv
id=
"gloss-g"
>
...
...
@@ -232,10 +269,11 @@
<glossdef>
<para>
A Message Transport Agent is used to control the flow of email
on a system. Many unix based systems use
<ulink
url=
"http://www.sendmail.org"
>
sendmail
</ulink>
which is what
Bugzilla expects to find by default at
<filename>
/usr/sbin/sendmail
</filename>
.
Many other MTA's will work, but they all require that the
on a system. The
<ulink
url=
"http://search.cpan.org/dist/MailTools/Mail/Mailer.pm"
>
Mail::Mailer
</ulink>
Perl module, which Bugzilla uses to send email, can be configured to
use many different underlying implementations for actually sending the
mail using the
<option>
mail_delivery_method
</option>
parameter.
Implementations other than
<literal>
sendmail
</literal>
require that the
<option>
sendmailnow
</option>
param be set to
<literal>
on
</literal>
.
</para>
</glossdef>
...
...
@@ -283,6 +321,16 @@
<glossdiv
id=
"gloss-p"
>
<title>
P
</title>
<glossentry
id=
"gloss-ppm"
>
<glossterm>
Perl Package Manager
</glossterm>
<acronym>
PPM
</acronym>
<glossdef>
<para><ulink
url=
"http://aspn.activestate.com/ASPN/Downloads/ActivePerl/PPM/"
/>
</para>
</glossdef>
</glossentry>
<glossentry>
<glossterm
id=
"gloss-product"
>
Product
</glossterm>
...
...
@@ -363,6 +411,19 @@
<glossdiv
id=
"gloss-s"
>
<title>
S
</title>
<glossentry
id=
"gloss-service"
>
<glossterm>
Service
</glossterm>
<glossdef>
<para>
In Windows NT environment, a boot-time background application
is refered to as a service. These are generally managed through the
control pannel while logged in as an account with
<quote>
Administrator
</quote>
level capabilities. For more
information, consult your Windows manual or the MSKB.
</para>
</glossdef>
</glossentry>
<glossentry>
<glossterm>
<acronym>
SGML
</acronym>
...
...
@@ -490,4 +551,3 @@ sgml-shorttag:t
sgml-tag-region-if-active:t
End:
-->
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment