Changeset b77ebfa
- Timestamp:
- 02/18/2005 01:40:10 AM (18 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, ken/inkscape-core-mods, krejzi/svn, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- e3c939cc
- Parents:
- 94a9c26f
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
server/mail/exim.xml
r94a9c26f rb77ebfa 20 20 <?dbhtml filename="exim.html"?> 21 21 <title><application>Exim</application>-&exim-version;</title> 22 <indexterm zone="exim"> 23 <primary sortas="a-Exim">Exim</primary></indexterm> 22 24 23 25 <sect2> … … 76 78 <title>Installation of <application>Exim</application></title> 77 79 78 <para>Before building <application>Exim</application>, you should79 create the group and user exim which will run the80 <para>Before building <application>Exim</application>, as the root user you 81 should create the group and user exim which will run the 80 82 <command>exim</command> daemon:</para> 81 83 … … 95 97 sed -e 's,^EXIM_USER.*$,EXIM_USER=exim,' | \ 96 98 sed -e 's,^EXIM_MONITOR,#EXIM_MONITOR,' > Local/Makefile && 97 make && 98 make install && 99 make</command></userinput></screen> 100 101 <para>Now, as the root user:</para> 102 103 <screen><userinput role='root'><command>make install && 99 104 install -v -m644 doc/exim.8 /usr/share/man/man8 && 100 105 install -v -d -m755 /usr/share/doc/exim-&exim-version; && … … 195 200 <title>Configuring Exim</title> 196 201 197 <sect3 ><title>Config files</title>202 <sect3 id="exim-config"><title>Config files</title> 198 203 199 204 <para><filename>/etc/exim.conf</filename> and 200 205 <filename>/etc/aliases</filename></para> 206 <indexterm zone="exim exim-config"> 207 <primary sortas="e-etc-exim.conf">/etc/exim.conf</primary></indexterm> 208 <indexterm zone="exim exim-config"> 209 <primary sortas="e-etc-aliases">/etc/aliases</primary></indexterm> 201 210 202 211 </sect3> … … 224 233 the mail queue. Adjust this parameter to suit your desires.</para> 225 234 226 <para>To automate the running of <command>exim</command> at startup, install 227 the <filename>/etc/rc.d/init.d/exim</filename> init script included in the 228 <xref linkend="intro-important-bootscripts"/> package.</para> 235 <para id="exim-init">To automate the running of <command>exim</command> at 236 startup, install the <filename>/etc/rc.d/init.d/exim</filename> init script 237 included in the <xref linkend="intro-important-bootscripts"/> package.</para> 238 <indexterm zone="exim exim-init"> 239 <primary sortas="f-exim">exim</primary></indexterm> 229 240 230 241 <screen><userinput><command>make install-exim</command></userinput></screen> … … 242 253 <title>Contents</title> 243 254 244 <para>The <application>Exim</application> package contains 245 <command>exim</command>, 246 <command>exim_dumpdb</command>, 247 <command>exim_fixdb</command>, 248 <command>exim_tidydb</command>, 249 <command>exinext</command>, 250 <command>exiwhat</command>, 251 <command>exim_dbmbuild</command>, 252 <command>exicyclog</command>, 253 <command>exigrep</command>, 254 <command>eximstats</command>, 255 <command>exiqsumm</command>, 256 <command>exiqgrep</command>, 257 <command>exim_lock</command>, 258 <command>exim_checkaccess</command> and optionally, 259 <command>eximon</command> and 260 <command>eximon.bin</command>.</para> 261 262 </sect2> 263 264 <sect2><title>Description</title> 265 <sect3><title>exim</title> 266 <para><command>exim</command> is the Mail Transport Agent daemon.</para></sect3> 267 268 <sect3><title>exim_dumpdb</title> 269 <para><command>exim_dumpdb</command> writes the contents of 270 <application>Exim</application> databases to the standard output.</para></sect3> 271 272 <sect3><title>exim_fixdb</title> 273 <para><command>exim_fixdb</command> modifies data in 274 <application>Exim</application> databases.</para></sect3> 275 276 <sect3><title>exim_tidydb</title> 277 <para><command>exim_tidydb</command> removes old records from 278 <application>Exim</application> databases.</para></sect3> 279 280 <sect3><title>exinext</title> 281 <para><command>exinext</command> queries remote host retry times.</para></sect3> 282 283 <sect3><title>exiwhat</title> 284 <para><command>exiwhat</command> queries running 285 <application>Exim</application> processes.</para></sect3> 286 287 <sect3><title>exim_dbmbuild</title> 288 <para><command>exim_dbmbuild</command> creates and rebuilds 289 <application>Exim</application> databases.</para></sect3> 290 291 <sect3><title>exicyclog</title> 292 <para><command>exicyclog</command> cycles 293 <application>Exim</application> log files.</para></sect3> 294 295 <sect3><title>exigrep</title> 296 <para><command>exigrep</command> searches 297 <application>Exim</application> log files.</para></sect3> 298 299 <sect3><title>eximstats</title> 300 <para><command>eximstats</command> generates mail statistics from 301 <application>Exim</application> log files.</para></sect3> 302 303 <sect3><title>exiqsumm</title> 304 <para><command>exiqsumm</command> produces a summary of the messages in the 305 mail queue.</para></sect3> 306 307 <sect3><title>exiqgrep</title> 308 <para><command>exiqgrep</command> is an utility for selective queue 309 listing.</para></sect3> 310 311 <sect3><title>exim_lock</title> 312 <para><command>exim_lock</command> locks a mailbox file.</para></sect3> 313 314 <sect3><title>exim_checkaccess</title> 315 <para><command>exim_checkaccess</command> states whether a given recipient 316 address from a given host is acceptable or not.</para></sect3> 255 <segmentedlist> 256 <segtitle>Installed Programs</segtitle> 257 <segtitle>Installed Libraries</segtitle> 258 <segtitle>Installed Directories</segtitle> 259 260 <seglistitem> 261 <seg>exicyclog, exigrep, exim, exim-4.43-2, exim_checkaccess, exim_dbmbuild, 262 exim_dumpdb, exim_fixdb, exim_lock, exim_tidydb, eximstats, exinext, exipick, 263 exiqgrep, exiqsumm, exiwhat and optionally, eximon and eximon.bin</seg> 264 <seg>None</seg> 265 <seg>/usr/share/doc/exim-&exim-version; and /var/spool/exim</seg> 266 </seglistitem> 267 </segmentedlist> 268 269 <variablelist> 270 <bridgehead renderas="sect3">Short Descriptions</bridgehead> 271 <?dbfo list-presentation="list"?> 272 273 <varlistentry id="exicyclog"> 274 <term><command>exicyclog</command></term> 275 <listitem><para>cycles <application>Exim</application> log files.</para> 276 <indexterm zone="exim exicyclog"> 277 <primary sortas="b-exicyclog">exicyclog</primary> 278 </indexterm></listitem> 279 </varlistentry> 280 281 <varlistentry id="exigrep"> 282 <term><command>exigrep</command></term> 283 <listitem><para>searches <application>Exim</application> log files.</para> 284 <indexterm zone="exim exigrep"> 285 <primary sortas="b-exigrep">exigrep</primary> 286 </indexterm></listitem> 287 </varlistentry> 288 289 <varlistentry id="exim-prog"> 290 <term><command>exim</command></term> 291 <listitem><para>is a symlink to the <command>exim-4.43-2</command> 292 <acronym>MTA</acronym> daemon.</para> 293 <indexterm zone="exim exim-prog"> 294 <primary sortas="g-exim">exim</primary> 295 </indexterm></listitem> 296 </varlistentry> 297 298 <varlistentry id="exim-4.43-2"> 299 <term><command>exim-4.43-2</command></term> 300 <listitem><para>is the <application>Exim</application> mail transport 301 agent daemon.</para> 302 <indexterm zone="exim exim-4.43-2"> 303 <primary sortas="b-exim-4.43-2">exim-4.43-2</primary> 304 </indexterm></listitem> 305 </varlistentry> 306 307 <varlistentry id="exim_checkaccess"> 308 <term><command>exim_checkaccess</command></term> 309 <listitem><para>states whether a given recipient address from a given host is 310 acceptable or not.</para> 311 <indexterm zone="exim exim_checkaccess"> 312 <primary sortas="b-exim_checkaccess">exim_checkaccess</primary> 313 </indexterm></listitem> 314 </varlistentry> 315 316 <varlistentry id="exim_dbmbuild"> 317 <term><command>exim_dbmbuild</command></term> 318 <listitem><para> creates and rebuilds <application>Exim</application> 319 databases.</para> 320 <indexterm zone="exim exim_dbmbuild"> 321 <primary sortas="b-exim_dbmbuild">exim_dbmbuild</primary> 322 </indexterm></listitem> 323 </varlistentry> 324 325 <varlistentry id="exim_dumpdb"> 326 <term><command>exim_dumpdb</command></term> 327 <listitem><para> writes the contents of <application>Exim</application> 328 databases to the standard output.</para> 329 <indexterm zone="exim exim_dumpdb"> 330 <primary sortas="b-exim_dumpdb">exim_dumpdb</primary> 331 </indexterm></listitem> 332 </varlistentry> 333 334 <varlistentry id="exim_fixdb"> 335 <term><command>exim_fixdb</command></term> 336 <listitem><para>modifies data in <application>Exim</application> 337 databases.</para> 338 <indexterm zone="exim exim_fixdb"> 339 <primary sortas="b-exim_fixdb">exim_fixdb</primary> 340 </indexterm></listitem> 341 </varlistentry> 342 343 <varlistentry id="exim_lock"> 344 <term><command>exim_lock</command></term> 345 <listitem><para>locks a mailbox file.</para> 346 <indexterm zone="exim exim_lock"> 347 <primary sortas="b-exim_lock">exim_lock</primary> 348 </indexterm></listitem> 349 </varlistentry> 350 351 <varlistentry id="exim_tidydb"> 352 <term><command>exim_tidydb</command></term> 353 <listitem><para>removes old records from <application>Exim</application> 354 databases.</para> 355 <indexterm zone="exim exim_tidydb"> 356 <primary sortas="b-exim_tidydb">exim_tidydb</primary> 357 </indexterm></listitem> 358 </varlistentry> 359 360 <varlistentry id="eximstats"> 361 <term><command>eximstats</command></term> 362 <listitem><para>generates mail statistics from <application>Exim</application> 363 log files.</para> 364 <indexterm zone="exim eximstats"> 365 <primary sortas="b-eximstats">eximstats</primary> 366 </indexterm></listitem> 367 </varlistentry> 368 369 <varlistentry id="exinext"> 370 <term><command>exinext</command></term> 371 <listitem><para>queries remote host retry times.</para> 372 <indexterm zone="exim exinext"> 373 <primary sortas="b-exinext">exinext</primary> 374 </indexterm></listitem> 375 </varlistentry> 376 377 <varlistentry id="exipick"> 378 <term><command>exipick</command></term> 379 <listitem><para>selects messages based on various criteria.</para> 380 <indexterm zone="exim exipick"> 381 <primary sortas="b-exipick">exipick</primary> 382 </indexterm></listitem> 383 </varlistentry> 384 385 <varlistentry id="exiqgrep"> 386 <term><command>exiqgrep</command></term> 387 <listitem><para>is a utility for selective queue listing.</para> 388 <indexterm zone="exim exiqgrep"> 389 <primary sortas="b-exiqgrep">exiqgrep</primary> 390 </indexterm></listitem> 391 </varlistentry> 392 393 <varlistentry id="exiqsumm"> 394 <term><command>exiqsumm</command></term> 395 <listitem><para>produces a summary of the messages in the mail queue.</para> 396 <indexterm zone="exim exiqsumm"> 397 <primary sortas="b-exiqsumm">exiqsumm</primary> 398 </indexterm></listitem> 399 </varlistentry> 400 401 <varlistentry id="exiwhat"> 402 <term><command>exiwhat</command></term> 403 <listitem><para>queries running <application>Exim</application> 404 processes.</para> 405 <indexterm zone="exim exiwhat"> 406 <primary sortas="b-exiwhat">exiwhat</primary> 407 </indexterm></listitem> 408 </varlistentry> 409 410 <varlistentry id="eximon"> 411 <term><command>eximon</command></term> 412 <listitem><para>is a start-up shell script for <command>eximon.bin</command> 413 used to set the required environment variables before running the 414 program.</para> 415 <indexterm zone="exim eximon"> 416 <primary sortas="b-eximon">eximon</primary> 417 </indexterm></listitem> 418 </varlistentry> 419 420 <varlistentry id="eximon.bin"> 421 <term><command>eximon.bin</command></term> 422 <listitem><para>is a monitor program which displays current information in an 423 <application>X</application> window, and also contains a menu interface to 424 <application>Exim</application>'s command line administration options.</para> 425 <indexterm zone="exim eximon.bin"> 426 <primary sortas="b-eximon.bin">eximon.bin</primary> 427 </indexterm></listitem> 428 </varlistentry> 429 </variablelist> 317 430 318 431 </sect2> -
server/mail/qpopper.xml
r94a9c26f rb77ebfa 20 20 <?dbhtml filename="qpopper.html"?> 21 21 <title>Qpopper-&qpopper-version;</title> 22 <indexterm zone="qpopper"> 23 <primary sortas="a-Qpopper">Qpopper</primary></indexterm> 22 24 23 25 <sect2> … … 50 52 <para><xref linkend="openssl"/>, 51 53 <xref linkend="gdbm"/>, 52 <xref linkend="Linux_PAM"/> and53 <xref linkend="mitkrb"/> </para>54 <xref linkend="Linux_PAM"/>, and 55 <xref linkend="mitkrb"/> or <xref linkend="heimdal"/></para> 54 56 </sect4> 55 57 </sect3> … … 64 66 65 67 <screen><userinput><command>./configure --prefix=/usr && 66 make && 67 make install</command></userinput></screen> 68 make</command></userinput></screen> 69 70 <para>Now, as the root user:</para> 71 72 <screen><userinput role='root'><command>make install</command></userinput></screen> 68 73 69 74 </sect2> … … 72 77 <title>Configuring <application>Qpopper</application></title> 73 78 74 <sect3 ><title>Configuration Information</title>79 <sect3 id="qpopper-config"><title>Configuration Information</title> 75 80 76 81 <para>If you use <command>inetd</command>, the following command will add the 77 82 <application>Qpopper</application> entry to 78 83 <filename>/etc/inetd.conf</filename>:</para> 84 <indexterm zone="qpopper qpopper-config"> 85 <primary sortas="e-etc-inetd.conf">/etc/inetd.conf</primary></indexterm> 86 <indexterm zone="qpopper qpopper-config"> 87 <primary sortas="e-etc-syslog.conf">/etc/syslog.conf</primary></indexterm> 79 88 80 89 <screen><userinput><command>echo "pop3 stream tcp nowait root /usr/sbin/popper popper" >> \ … … 91 100 <application>Qpopper</application> entry to 92 101 <filename>/etc/xinetd.conf</filename>:</para> 102 <indexterm zone="qpopper qpopper-config"> 103 <primary sortas="e-etc-xinetd.conf">/etc/xinetd.conf</primary></indexterm> 93 104 94 105 <screen><userinput><command>cat >> /etc/xinetd.conf << "EOF"</command> … … 113 124 <title>Contents</title> 114 125 115 <para>The <application>Qpopper</application> package contains 116 <command>popper</command>.</para> 126 <segmentedlist> 127 <segtitle>Installed Program</segtitle> 128 <segtitle>Installed Libraries</segtitle> 129 <segtitle>Installed Directories</segtitle> 117 130 118 </sect2> 131 <seglistitem> 132 <seg>popper</seg> 133 <seg>None</seg> 134 <seg>None</seg> 135 </seglistitem> 136 </segmentedlist> 119 137 120 <sect2><title>Description</title> 138 <variablelist> 139 <bridgehead renderas="sect3">Short Descriptions</bridgehead> 140 <?dbfo list-presentation="list"?> 121 141 122 <sect3><title>popper</title> 123 <para><command>popper</command> is the <acronym>POP</acronym>3 server 124 daemon.</para></sect3> 142 <varlistentry id="popper-qpopper"> 143 <term><command>popper</command></term> 144 <listitem><para>is the <acronym>POP</acronym>3 server daemon.</para> 145 <indexterm zone="qpopper popper-qpopper"> 146 <primary sortas="b-popper">popper</primary> 147 </indexterm></listitem> 148 </varlistentry> 149 </variablelist> 125 150 126 151 </sect2> -
x/wm/sawfish.xml
r94a9c26f rb77ebfa 21 21 <title>sawfish-&sawfish-version;</title> 22 22 <indexterm zone="sawfish"><primary 23 sortas="a- sawfish">sawfish</primary></indexterm>23 sortas="a-Sawfish">Sawfish</primary></indexterm> 24 24 25 25 <sect2>
Note:
See TracChangeset
for help on using the changeset viewer.