Changeset c6301dc
- Timestamp:
- 01/17/2005 02:58:41 PM (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:
- 13242dc6
- Parents:
- 17143f33
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r17143f33 rc6301dc 1 <!ENTITY day "1 6">1 <!ENTITY day "17"> 2 2 <!ENTITY month "01"> 3 3 <!ENTITY year "2005"> -
server/mail/courier.xml
r17143f33 rc6301dc 72 72 <title>Installation of <application>Courier</application></title> 73 73 <note><para><application>Courier's</application> tarball must be extacted as an 74 unpriv eleged user or the configure script will fail.</para></note>74 unprivileged user or the configure script will fail.</para></note> 75 75 76 76 <para>Before you compile the program, you need to create the courier user … … 98 98 install -d /var/lock/subsys -o root -g root -m755</command></userinput></screen> 99 99 100 <para>Build <application>Courier</application> as an unpriv eledged user100 <para>Build <application>Courier</application> as an unprivileged user 101 101 with the following commands:</para> 102 102 … … 254 254 domains, you must add them to 255 255 <filename>/etc/courier/hosteddomains</filename>. This file should exist 256 w ether you need a hosted domain list or not:</para>256 whether you need a hosted domain list or not:</para> 257 257 258 258 <screen><userinput role="root"><command>touch /etc/courier/hosteddomains</command></userinput></screen> … … 282 282 mkpop3dcert</command></userinput></screen> 283 283 284 <para>All of courier's configuration files reside in the directory285 <filename class="directory">/etc/courier/</filename>. For each service 286 <acronym>SMTP</acronym>, <acronym>POP3</acronym> and284 <para>All of <application>Courier</application>'s configuration files reside 285 in the directory <filename class="directory">/etc/courier/</filename>. For 286 each service <acronym>SMTP</acronym>, <acronym>POP3</acronym> and 287 287 <acronym>IMAP</acronym>, you will have a standard config file, and an 288 288 <acronym>SSL</acronym> config file. For each service that you … … 307 307 308 308 <para>You will also need to copy the <filename>webmail</filename> file from 309 <filename>/usr/lib/courier/courier/webmail</filename> to your <filename>cgi-bin310 < /filename> directory of your <application>Apache</application>311 server.</para>309 <filename>/usr/lib/courier/courier/webmail</filename> to the 310 <filename class='directory'>cgi-bin</filename> directory of your 311 <application>Apache</application> server.</para> 312 312 313 313 <screen><userinput role="root"><command>cp -a /usr/lib/courier/courier/webmail/webmail /srv/www/cgi-bin</command></userinput></screen> 314 314 315 315 <para>You will then need to copy the images to a directory under your 316 <filename >htdocs</filename> directory of your316 <filename class='directory'>htdocs</filename> directory of your 317 317 <application>Apache</application> server. The directory needs to be named 318 <filename>webmail</filename> or you need to specify it during the configure 319 phase with <parameter>--enable-imageurl=<replaceable>[URL]</replaceable></parameter>.</para> 318 <filename class='directory'>webmail</filename> or you need to specify it 319 during the configure phase with 320 <parameter>--enable-imageurl=<replaceable>[URL]</replaceable></parameter>.</para> 320 321 321 322 <screen><userinput role="root"><command>cp -a /usr/share/courier/sqwebmail/images /srv/www/htdocs/webmail</command></userinput></screen> … … 343 344 <screen><userinput role="root"><command>touch /etc/courier/webadmin/unsecureok</command></userinput></screen> 344 345 345 <para>If you use <application>Linux PAM</application> on your system,346 <para>If you use <application>Linux-PAM</application> on your system, 346 347 you will need to create the <acronym>PAM</acronym> configuration files:</para> 347 348 … … 383 384 <command>EOF</command></userinput></screen> 384 385 385 <para id="courier-init">Finally, if you wish to start courier at boot, install 386 <para id="courier-init">Finally, if you wish to start the 387 <application>Courier</application> server at boot, install 386 388 the <filename>/etc/rc.d/init.d/courier</filename> bootscript included in the 387 389 <xref linkend="intro-important-bootscripts"/> package.</para> … … 515 517 userdbpw, vchkpw2userdb, webgpg, webmaild</seg> 516 518 517 <seg>/etc/courier, /usr/lib/courier, /usr/share/courier and518 /var/l ib/courier</seg>519 <seg>/etc/courier, /usr/lib/courier, /usr/share/courier, /var/lib/courier, 520 /var/lock/subsys, /var/run/courier and /var/spool/courier</seg> 519 521 520 522 </seglistitem> … … 535 537 <varlistentry id="courier"> 536 538 <term><command>courier</command></term> 537 <listitem><para>administrative command used to control the courier538 scheduling engine.</para>539 <listitem><para>administrative command used to control the 540 <application>Courier</application> scheduling engine.</para> 539 541 <indexterm zone="courier-package courier"> 540 542 <primary sortas="b-courier">courier</primary></indexterm> … … 587 589 <varlistentry id="courierperlfilter"> 588 590 <term><command>courierperlfilter</command></term> 589 <listitem><para>a sample filter written in perl.</para> 591 <listitem><para>a sample filter written in 592 <application>Perl</application>.</para> 590 593 <indexterm zone="courier-package courierperlfilter"> 591 594 <primary sortas="b-courierperlfilter">courierperlfilter</primary></indexterm> … … 595 598 <varlistentry id="courierpop3d"> 596 599 <term><command>courierpop3d</command></term> 597 <listitem><para>courier pop3 server.</para> 600 <listitem><para>is a <application>Courier</application> 601 <acronym>POP</acronym>3 server.</para> 598 602 <indexterm zone="courier-package courierpop3d"> 599 603 <primary sortas="b-courierpop3d">courierpop3d</primary></indexterm> … … 603 607 <varlistentry id="courierpop3login"> 604 608 <term><command>courierpop3login</command></term> 605 <listitem><para>reads the POP3 userid and password and passes them to the606 authentication modules.</para>609 <listitem><para>reads the <acronym>POP</acronym>3 userid and password and 610 passes them to the authentication modules.</para> 607 611 <indexterm zone="courier-package courierpop3login"> 608 612 <primary sortas="b-courierpop3login">courierpop3login</primary></indexterm> … … 613 617 <term><command>couriertcpd</command></term> 614 618 <listitem><para>accepts incoming network connections, and runs other 615 courier programs after establishing each network connection.</para> 619 <application>Courier</application> programs after establishing each network 620 connection.</para> 616 621 <indexterm zone="courier-package couriertcpd"> 617 622 <primary sortas="b-couriertcpd">couriertcpd</primary></indexterm> … … 621 626 <varlistentry id="couriertls"> 622 627 <term><command>couriertls</command></term> 623 <listitem><para> used by applications to encrypt a network connection624 using SSL/TLS</para>628 <listitem><para>is used by applications to encrypt a network connection 629 using <acronym>SSL</acronym>/<acronym>TLS</acronym>.</para> 625 630 <indexterm zone="courier-package couriertls"> 626 631 <primary sortas="b-couriertls">couriertls</primary></indexterm> … … 630 635 <varlistentry id="dotforward"> 631 636 <term><command>dotforward</command></term> 632 <listitem><para> a compatibility module that reads forwarding633 instructions in $HOME/.forward.</para>637 <listitem><para>is a compatibility module that reads forwarding 638 instructions in <filename>$HOME/.forward</filename>.</para> 634 639 <indexterm zone="courier-package dotforward"> 635 640 <primary sortas="b-dotforward">dotforward</primary></indexterm> … … 639 644 <varlistentry id="dupfilter"> 640 645 <term><command>dupfilter</command></term> 641 <listitem><para> a threaded filter that tries to block junk E-mail by646 <listitem><para>is a threaded filter that tries to block junk E-mail by 642 647 attempting to detect multiple copies of the same message, which are 643 648 rejected.</para> … … 649 654 <varlistentry id="esmtpd"> 650 655 <term><command>esmtpd</command></term> 651 <listitem><para> a control script for courieresmtpd.</para>656 <listitem><para>is a control script for courieresmtpd.</para> 652 657 <indexterm zone="courier-package esmtpd"> 653 658 <primary sortas="b-esmtpd">esmtpd</primary></indexterm> … … 657 662 <varlistentry id="esmtpd-msa"> 658 663 <term><command>esmtpd-msa</command></term> 659 <listitem><para> a control script for courieresmtpd, but adds message664 <listitem><para>is a control script for courieresmtpd, but adds message 660 665 submission port 587 for the <acronym>MSA</acronym> protocol.</para> 661 666 <indexterm zone="courier-package esmtpd-msa"> … … 674 679 <varlistentry id="imapd"> 675 680 <term><command>imapd</command></term> 676 <listitem><para>the Courier-IMAP server.</para> 681 <listitem><para>is the 682 <application>Courier</application>-<acronym>IMAP</acronym> 683 server.</para> 677 684 <indexterm zone="courier-package imapd"> 678 685 <primary sortas="b-imapd">imapd</primary></indexterm> … … 682 689 <varlistentry id="lockmail"> 683 690 <term><command>lockmail</command></term> 684 <listitem><para> a helper utility for locking mailbox files.</para>691 <listitem><para>is a helper utility for locking mailbox files.</para> 685 692 <indexterm zone="courier-package lockmail"> 686 693 <primary sortas="b-lockmail">lockmail</primary></indexterm> … … 690 697 <varlistentry id="mailbot"> 691 698 <term><command>mailbot</command></term> 692 <listitem><para> a <acronym>MIME</acronym>-aware autoresponder utility.</para>699 <listitem><para>is a <acronym>MIME</acronym>-aware autoresponder utility.</para> 693 700 <indexterm zone="courier-package mailbot"> 694 701 <primary sortas="b-mailbot">mailbot</primary></indexterm> … … 706 713 <varlistentry id="maildirkw"> 707 714 <term><command>maildirkw</command></term> 708 <listitem><para>modifies Courier-IMAP compatible maildir message 709 keywords.</para> 715 <listitem><para>modifies 716 <application>Courier</application>-<acronym>IMAP</acronym> compatible maildir 717 message keywords.</para> 710 718 <indexterm zone="courier-package maildirkw"> 711 719 <primary sortas="b-maildirkw">maildirkw</primary></indexterm> … … 723 731 <varlistentry id="maildrop"> 724 732 <term><command>maildrop</command></term> 725 <listitem><para> a replacement local mail delivery agent that includes a733 <listitem><para>is a replacement local mail delivery agent that includes a 726 734 mail filtering language.</para> 727 735 <indexterm zone="courier-package maildrop"> … … 760 768 <varlistentry id="makedat"> 761 769 <term><command>makedat</command></term> 762 <listitem><para> a utility to create GDBM or DB files from plain text763 files.</para>770 <listitem><para>is a utility to create <application>GDBM</application> or 771 <application>DB</application> files from plain text files.</para> 764 772 <indexterm zone="courier-package makedat"> 765 773 <primary sortas="b-makedat">makedat</primary></indexterm> … … 796 804 <varlistentry id="makesmtpaccess"> 797 805 <term><command>makesmtpaccess</command></term> 798 <listitem><para>builds <acronym>ESMTP</acronym> server access file from the806 <listitem><para>builds <acronym>ESMTP</acronym> server access files from the 799 807 <filename class="directory">/etc/courier/smtpaccess</filename> 800 808 directory.</para> … … 806 814 <varlistentry id="makesmtpaccess-msa"> 807 815 <term><command>makesmtpaccess-msa</command></term> 808 <listitem><para>builds <acronym>ESMTP</acronym> server access file from the816 <listitem><para>builds <acronym>ESMTP</acronym> server access files from the 809 817 <filename class="directory">/etc/courier/smtpaccess</filename> directory. 810 818 This esmtp list is for the <acronym>MSA</acronym> protocol.</para> … … 816 824 <varlistentry id="makeuserdb"> 817 825 <term><command>makeuserdb</command></term> 818 <listitem><para>builds user/password db from the contents826 <listitem><para>builds a user/password db from the contents 819 827 of <filename class="directory">/tools/etc/courier/userdb</filename>.</para> 820 828 <indexterm zone="courier-package makeuserdb"> … … 861 869 <varlistentry id="pop3d"> 862 870 <term><command>pop3d</command></term> 863 <listitem><para> a wrapper script for <command>couriertcpd</command> to871 <listitem><para>is a wrapper script for <command>couriertcpd</command> to 864 872 start and stop the <acronym>POP3</acronym> service.</para> 865 873 <indexterm zone="courier-package pop3d"> … … 870 878 <varlistentry id="pop3d-ssl"> 871 879 <term><command>pop3d-ssl</command></term> 872 <listitem><para> a wrapper script for <command>couriertcpd</command> to880 <listitem><para>is a wrapper script for <command>couriertcpd</command> to 873 881 start and stop the <acronym>POP3</acronym> over <acronym>SSL</acronym> 874 882 service.</para> … … 880 888 <varlistentry id="preline"> 881 889 <term><command>preline</command></term> 882 <listitem><para>prepends legacy mbox headers to mail messages.</para> 890 <listitem><para>prepends legacy <filename>mbox</filename> headers to mail 891 messages.</para> 883 892 <indexterm zone="courier-package preline"> 884 893 <primary sortas="b-preline">preline</primary></indexterm> … … 897 906 <varlistentry id="reformime"> 898 907 <term><command>reformime</command></term> 899 <listitem><para>a utility for reformatting MIME messages.</para> 908 <listitem><para>is a utility for reformatting <acronym>MIME</acronym> 909 messages.</para> 900 910 <indexterm zone="courier-package reformime"> 901 911 <primary sortas="b-reformime">reformime</primary></indexterm> … … 905 915 <varlistentry id="sendmail-courier"> 906 916 <term><command>sendmail</command></term> 907 <listitem><para>reads an email message and delivers the message to it 's917 <listitem><para>reads an email message and delivers the message to its 908 918 recipients.</para> 909 919 <indexterm zone="courier-package sendmail-courier"> … … 914 924 <varlistentry id="submit"> 915 925 <term><command>submit</command></term> 916 <listitem><para>submits messages to <application>Courier</application> for926 <listitem><para>submits messages to <application>Courier</application> for 917 927 processing.</para> 918 928 <indexterm zone="courier-package submit"> … … 932 942 <varlistentry id="userdb"> 933 943 <term><command>userdb</command></term> 934 <listitem><para> a script to individually manipulate entries in944 <listitem><para>is a script to individually manipulate entries in 935 945 <filename>/tools/etc/courier/userdb.</filename></para> 936 946 <indexterm zone="courier-package userdb">
Note:
See TracChangeset
for help on using the changeset viewer.