Changeset c27a15a4
- Timestamp:
- 02/03/2005 03:23:59 AM (20 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 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, gimp3, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- af702c1
- Parents:
- 94aecbd
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
r94aecbd rc27a15a4 22 22 23 23 <itemizedlist> 24 25 <listitem><para>February 3rd, 2005 [dj]: Added index items to 26 Postfix.</para></listitem> 24 27 25 28 <listitem><para>February 3rd, 2005 [randy]: Updated to -
server/mail/postfix.xml
r94aecbd rc27a15a4 20 20 <?dbhtml filename="postfix.html"?> 21 21 <title>Postfix-&postfix-version;</title> 22 <indexterm zone="postfix"> 23 <primary sortas="a-Postfix">Postfix</primary></indexterm> 22 24 23 25 <sect2> … … 186 188 </sect3> 187 189 188 <sect3><title>Configuration Information</title> 190 <sect3 id="postfix-config"><title>Configuration Information</title> 191 <indexterm zone="postfix postfix-config"> 192 <primary sortas="e-etc-aliases">/etc/aliases</primary></indexterm> 193 <indexterm zone="postfix postfix-config"> 194 <primary sortas="e-etc-postfix-star">/etc/postfix/*</primary></indexterm> 189 195 190 196 <screen><userinput><command>cat >> /etc/aliases << "EOF"</command> … … 221 227 /usr/sbin/postfix start</command></userinput></screen></sect3> 222 228 223 <sect3 ><title>Postfix init.d script</title>229 <sect3 id="postfix-init"><title>Postfix init.d script</title> 224 230 225 231 <para>To automate the running of Postfix at startup, install the 226 232 <filename>/etc/rc.d/init.d/postfix</filename> init script included in the 227 233 <xref linkend="intro-important-bootscripts"/> package.</para> 234 <indexterm zone="postfix postfix-init"> <primary 235 sortas="f-postfix">postfix</primary></indexterm> 228 236 229 237 <screen><userinput><command>make install-postfix</command></userinput></screen> … … 236 244 <title>Contents</title> 237 245 238 <para>The <application>Postfix</application> package contains 239 <command>bounce</command>, <command>cleanup</command>, 240 <command>error</command>, <command>flush</command>, 241 <command>lmtp</command>, <command>local</command>, 242 <command>mailq</command>, <command>master</command>, 243 <command>newaliases</command>, <command>nqmgr</command>, 244 <command>pickup</command>, <command>pipe</command>, 245 <command>postalias</command>, <command>postcat</command>, 246 <command>postconf</command>, <command>postdrop</command>, 247 <command>postfix</command>, <command>postkick</command>, 248 <command>postlock</command>, <command>postlog</command>, 249 <command>postmap</command>, <command>postqueue</command>, 250 <command>postsuper</command>, <command>qmgr</command>, 251 <command>qmqpd</command>, <command>sendmail</command>, 252 <command>showq</command>, <command>smtp</command>, 253 <command>smtpd</command>, <command>spawn</command>, 254 <command>trivial-rewrite</command>, and <command>virtual</command>.</para> 255 246 <segmentedlist> 247 <segtitle>Installed Programs</segtitle> 248 <segtitle>Installed Directories</segtitle> 249 250 <seglistitem> 251 <seg>bounce, cleanup, error, flush, lmtp, local, mailq, master, 252 newaliases, nqmgr, oqmgr, pickup, pipe, postalias, postcat, postconf, 253 postdrop, postfix, postkick, postlock, postlog, postmap, postqueue, 254 postsuper, proxymap, qmgr, qmqpd, sendmail, showq, smtp, smtpd, spawn, 255 trivial-rewrite, verify, and virtual</seg> 256 <seg>/etc/postfix and /usr/share/doc/postfix</seg> 257 </seglistitem> 258 </segmentedlist> 259 260 <!-- 256 261 </sect2> 257 262 … … 333 338 <para><command>postmap</command> creates, queries or updates 334 339 <application>Postfix</application> lookup tables.</para></sect3> 340 --> 341 342 <variablelist> 343 <bridgehead renderas="sect3">Short Descriptions</bridgehead> 344 <?dbfo list-presentation="list"?> 345 346 <varlistentry id="bounce"> 347 <term><command>bounce</command></term> 348 <listitem><para>A daemon that maintains per-message log files with 349 non-delivery status information.</para> 350 <indexterm zone="postfix bounce"> 351 <primary sortas="b-bounce">bounce</primary></indexterm> 352 </listitem> 353 </varlistentry> 354 355 <varlistentry id="cleanup"> 356 <term><command>cleanup</command></term> 357 <listitem><para>A daemon that processes inbound mail, inserts it into the 358 incoming mail queue, and informs the queue manager of its arrival.</para> 359 <indexterm zone="postfix cleanup"> 360 <primary sortas="b-cleanup">cleanup</primary></indexterm> 361 </listitem> 362 </varlistentry> 363 364 <varlistentry id="error"> 365 <term><command>error</command></term> 366 <listitem><para>A deamon that processes non-delivery requests from the 367 queue manager.</para> 368 <indexterm zone="postfix error"> 369 <primary sortas="b-error">error</primary></indexterm> 370 </listitem> 371 </varlistentry> 372 373 <varlistentry id="flush"> 374 <term><command>flush</command></term> 375 <listitem><para>A daemon that maintains a record of deferred mail by 376 destination.</para> 377 <indexterm zone="postfix flush"> 378 <primary sortas="b-flush">flush</primary></indexterm> 379 </listitem> 380 </varlistentry> 381 382 <varlistentry id="lmtp"> 383 <term><command>lmtp</command></term> 384 <listitem><para>A daemon that processes message delivery requests from the 385 queue manager.</para> 386 <indexterm zone="postfix lmtp"> 387 <primary sortas="b-lmtp">lmtp</primary></indexterm> 388 </listitem> 389 </varlistentry> 390 391 <varlistentry id="local"> 392 <term><command>local</command></term> 393 <listitem><para>A daemon that processes delivery requests from the queue 394 manager to deliver mail to local recipients.</para> 395 <indexterm zone="postfix local"> 396 <primary sortas="b-local">local</primary></indexterm> 397 </listitem> 398 </varlistentry> 399 400 <varlistentry id="mailq"> 401 <term><command>mailq</command></term> 402 <listitem><para>A symlink to <filename>sendmail</filename>.</para> 403 <indexterm zone="postfix mailq"> 404 <primary sortas="b-mailq">mailq</primary></indexterm> 405 </listitem> 406 </varlistentry> 407 408 <varlistentry id="master"> 409 <term><command>master</command></term> 410 <listitem><para>The resident process that runs 411 <application>Postfix</application> daemons on demand.</para> 412 <indexterm zone="postfix master"> 413 <primary sortas="b-master">master</primary></indexterm> 414 </listitem> 415 </varlistentry> 416 417 <varlistentry id="newaliases"> 418 <term><command>newaliases</command></term> 419 <listitem><para>A symlink to <filename>sendmail</filename>.</para> 420 <indexterm zone="postfix newaliases"> 421 <primary sortas="b-newaliases">newaliases</primary></indexterm> 422 </listitem> 423 </varlistentry> 424 425 <varlistentry id="nqmgr"> 426 <term><command>nqmgr</command></term> 427 <listitem><para>A daemon that awaits the arrival of incoming mail and 428 arranges for its delivery.</para> 429 <indexterm zone="postfix nqmgr"> 430 <primary sortas="b-nqmgr">nqmgr</primary></indexterm> 431 </listitem> 432 </varlistentry> 433 434 <varlistentry id="oqmgr"> 435 <term><command>oqmgr</command></term> 436 <listitem><para>The old style queue manager. This will be removed 437 soon.</para> 438 <indexterm zone="postfix oqmgr"> 439 <primary sortas="b-oqmgr">oqmgr</primary></indexterm> 440 </listitem> 441 </varlistentry> 442 443 <varlistentry id="pickup"> 444 <term><command>pickup</command></term> 445 <listitem><para>A daemon that waits for hints that new mail has been 446 dropped into the maildrop directory, and feeds it into the 447 <application>cleanup</application> daemon.</para> 448 <indexterm zone="postfix pickup"> 449 <primary sortas="b-pickup">pickup</primary></indexterm> 450 </listitem> 451 </varlistentry> 452 453 <varlistentry id="pipe"> 454 <term><command>pipe</command></term> 455 <listitem><para>A daemon that processes requests from the queue 456 manager to deliver messages to external commands.</para> 457 <indexterm zone="postfix pipe"> 458 <primary sortas="b-pipe">pipe</primary></indexterm> 459 </listitem> 460 </varlistentry> 461 462 <varlistentry id="postalias"> 463 <term><command>postalias</command></term> 464 <listitem><para>Creates or queries one or more 465 <application>Postfix</application> alias databases, or updates an 466 existing one.</para> 467 <indexterm zone="postfix postalias"> 468 <primary sortas="b-postalias">postalias</primary></indexterm> 469 </listitem> 470 </varlistentry> 471 472 <varlistentry id="postcat"> 473 <term><command>postcat</command></term> 474 <listitem><para>Prints the contents of the 475 <application>named</application> files in human readable format.</para> 476 <indexterm zone="postfix postcat"> 477 <primary sortas="b-postcat">postcat</primary></indexterm> 478 </listitem> 479 </varlistentry> 480 481 <varlistentry id="postconf"> 482 <term><command>postconf</command></term> 483 <listitem><para>Displays or changes the value of 484 <application>Postfix</application> configuration parameters.</para> 485 <indexterm zone="postfix postconf"> 486 <primary sortas="b-postconf">postconf</primary></indexterm> 487 </listitem> 488 </varlistentry> 489 490 <varlistentry id="postdrop"> 491 <term><command>postdrop</command></term> 492 <listitem><para>Creates a file in the maildrop directory and copies 493 it's standard input to the file.</para> 494 <indexterm zone="postfix postdrop"> 495 <primary sortas="b-postdrop">postdrop</primary></indexterm> 496 </listitem> 497 </varlistentry> 498 499 <varlistentry id="postfix-bin"> 500 <term><command>postfix</command></term> 501 <listitem><para>Controls the operation of the 502 <application>Postfix</application> mail system.</para> 503 <indexterm zone="postfix postfix-bin"> 504 <primary sortas="b-postfix">postfix</primary></indexterm> 505 </listitem> 506 </varlistentry> 507 508 <varlistentry id="postkick"> 509 <term><command>postkick</command></term> 510 <listitem><para>Sends requests to the specified service over a 511 local transport channel.</para> 512 <indexterm zone="postfix postkick"> 513 <primary sortas="b-postkick">postkick</primary></indexterm> 514 </listitem> 515 </varlistentry> 516 517 <varlistentry id="postlock"> 518 <term><command>postlock</command></term> 519 <listitem><para>Locks a mail folder for exclusive use, and executes 520 commands passed to it.</para> 521 <indexterm zone="postfix postlock"> 522 <primary sortas="b-postlock">postlock</primary></indexterm> 523 </listitem> 524 </varlistentry> 525 526 <varlistentry id="postlog"> 527 <term><command>postlog</command></term> 528 <listitem><para>A <application>Postfix</application>-compatible logging 529 interface for use in, for example, shell scripts.</para> 530 <indexterm zone="postfix postlog"> 531 <primary sortas="b-postlog">postlog</primary></indexterm> 532 </listitem> 533 </varlistentry> 534 535 <varlistentry id="postmap"> 536 <term><command>postmap</command></term> 537 <listitem><para>Creates or queries one or more Postfix lookup 538 tables, or updates an existing one.</para> 539 <indexterm zone="postfix postmap"> 540 <primary sortas="b-postmap">postmap</primary></indexterm> 541 </listitem> 542 </varlistentry> 543 544 <varlistentry id="postqueue"> 545 <term><command>postqueue</command></term> 546 <listitem><para>The <application>Postfix</application> user interface for 547 queue management.</para> 548 <indexterm zone="postfix postqueue"> 549 <primary sortas="b-postqueue">postqueue</primary></indexterm> 550 </listitem> 551 </varlistentry> 552 553 <varlistentry id="postsuper"> 554 <term><command>postsuper</command></term> 555 <listitem><para>The <application>Postfix</application> user interface for 556 superuser queue management.</para> 557 <indexterm zone="postfix postsuper"> 558 <primary sortas="b-postsuper">postsuper</primary></indexterm> 559 </listitem> 560 </varlistentry> 561 562 <varlistentry id="proxymap"> 563 <term><command>proxymap</command></term> 564 <listitem><para>Provides read-only table lookup services to other 565 <application>Postfix</application> processes.</para> 566 <indexterm zone="postfix proxymap"> 567 <primary sortas="b-proxymap">proxymap</primary></indexterm> 568 </listitem> 569 </varlistentry> 570 571 <varlistentry id="qmgr"> 572 <term><command>qmgr</command></term> 573 <listitem><para>A daemon that awaits the arrival of incoming mail and 574 arranges for its delivery.</para> 575 <indexterm zone="postfix qmgr"> 576 <primary sortas="b-qmgr">qmgr</primary></indexterm> 577 </listitem> 578 </varlistentry> 579 580 <varlistentry id="qmqpd"> 581 <term><command>qmqpd</command></term> 582 <listitem><para>A daemon that receives one message per connection, and 583 pipes it through the <application>cleanup</application> daemon, and 584 places it into the incoming queue.</para> 585 <indexterm zone="postfix qmqpd"> 586 <primary sortas="b-qmqpd">qmqpd</primary></indexterm> 587 </listitem> 588 </varlistentry> 589 590 <varlistentry id="sendmail-postfix"> 591 <term><command>sendmail</command></term> 592 <listitem><para>The <application>Postfix</application> to 593 <application>Sendmail</application> compatibility interface.</para> 594 <indexterm zone="postfix sendmail-postfix"> 595 <primary sortas="b-sendmail">sendmail</primary></indexterm> 596 </listitem> 597 </varlistentry> 598 599 <varlistentry id="showq"> 600 <term><command>showq</command></term> 601 <listitem><para>A daemon that reports the Postfix mail queue status.</para> 602 <indexterm zone="postfix showq"> 603 <primary sortas="b-showq">showq</primary></indexterm> 604 </listitem> 605 </varlistentry> 606 607 <varlistentry id="smtp"> 608 <term><command>smtp</command></term> 609 <listitem><para>Looks up a list of mail exchanger addresses for the 610 destination host, sorts the list by preference, and connects to 611 each listed address until it finds a server that responds.</para> 612 <indexterm zone="postfix smtp"> 613 <primary sortas="b-smtp">smtp</primary></indexterm> 614 </listitem> 615 </varlistentry> 616 617 <varlistentry id="smtpd"> 618 <term><command>smtpd</command></term> 619 <listitem><para>Accepts network connection requests and performs zero 620 or more SMTP transactions per connection.</para> 621 <indexterm zone="postfix smtpd"> 622 <primary sortas="b-smtpd">smtpd</primary></indexterm> 623 </listitem> 624 </varlistentry> 625 626 <varlistentry id="spawn"> 627 <term><command>spawn</command></term> 628 <listitem><para>Listens on a port as specified in the 629 <application>Postfix</application> <filename>master.cf</filename> file 630 and spawns an external command whenever a connection is established.</para> 631 <indexterm zone="postfix spawn"> 632 <primary sortas="b-spawn">spawn</primary></indexterm> 633 </listitem> 634 </varlistentry> 635 636 <varlistentry id="trivial-rewrite"> 637 <term><command>trivial-rewrite</command></term> 638 <listitem><para>A daemon that rewrites addresses to standard form.</para> 639 <indexterm zone="postfix trivial-rewrite"> 640 <primary sortas="b-trivial-rewrite">trivial-rewrite</primary></indexterm> 641 </listitem> 642 </varlistentry> 643 644 <varlistentry id="verify"> 645 <term><command>verify</command></term> 646 <listitem><para>Maintains a record of what recipient addresses are known 647 to be deliverable or undeliverable.</para> 648 <indexterm zone="postfix verify"> 649 <primary sortas="b-verify">verify</primary></indexterm> 650 </listitem> 651 </varlistentry> 652 653 <varlistentry id="virtual"> 654 <term><command>virtual</command></term> 655 <listitem><para>Delivers mail to virtual users' mail directories.</para> 656 <indexterm zone="postfix virtual"> 657 <primary sortas="b-virtual">virtual</primary></indexterm> 658 </listitem> 659 </varlistentry> 660 </variablelist> 335 661 336 662 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.