Changeset 2f473b2 for server/mail


Ignore:
Timestamp:
03/11/2004 07:21:35 AM (20 years ago)
Author:
Tushar Teredesai <tushar@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, 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, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
dfadf48
Parents:
a945d40
Message:

Updated to courier-0.45.0

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1880 af4574ff-66df-0310-9fd7-8a98e5e911e0

Location:
server/mail/courier
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • server/mail/courier/courier-config.xml

    ra945d40 r2f473b2  
    226226
    227227<para>You will need to copy the file webmail from
    228 <filename>/usr/sbin/courier/webmail/webmail</filename> to your <filename>cgi-bin
     228<filename>/usr/lib/courier/courier/webmail/webmail</filename> to your <filename>cgi-bin
    229229</filename> directory of your <application>Apache</application>
    230230server.</para>
    231231
    232 <screen><userinput><command>cp -a /usr/sbin/courier/webmail/webmail /var/www/cgi-bin</command></userinput></screen>
     232<screen><userinput><command>cp -a /usr/lib/courier/courier/webmail/webmail /var/www/cgi-bin</command></userinput></screen>
    233233
    234234<para>You will then need to copy the images to a directory under your
     
    245245
    246246<para>You will need to copy the file <filename>webadmin</filename> from
    247 <filename class="directory">/usr/sbin/courier/webmail/webmin</filename>
     247<filename class="directory">/usr/lib/courier/webmail/webadmin</filename>
    248248to your <filename class="directory">cgi-bin </filename> directory of your
    249249<application>Apache</application> server.</para>
    250250
    251 <screen><userinput><command>cp -a /usr/sbin/courier/webmail/webadmin /var/www/cgi-bin</command></userinput></screen>
     251<screen><userinput><command>cp -a /usr/lib/courier/courier/webmail/webadmin /var/www/cgi-bin</command></userinput></screen>
    252252
    253253<para><filename>/etc/courier/webadmin/password</filename></para>
  • server/mail/courier/courier-exp.xml

    ra945d40 r2f473b2  
    1111when <application>Courier</application> is active.</para>
    1212
    13 <para><parameter>--libexecdir=/usr/sbin</parameter>: libexecdir contains
     13<para><parameter>--libexecdir=/usr/lib/courier</parameter>: libexecdir contains
    1414programs and libraries that cannot be directly executed from the command-line.
    1515</para>
     
    2323defaults to the subdirectory <filename class="directory">var</filename> in the
    2424directory specified by the <option>--prefix</option> option.</para>
     25
     26<para><option>--with-paranoid-smtpext</option>:be paranoid when negotiating Courier-specific
     27ESMTP extensions with remote servers. The <application>Courier</application> mail server
     28defines and implements certain experimental ESMTP extensions: XVERP and XEXDATA. Problems may
     29result in the event that someone else uses the same name to implement some other extension.
     30If this option is specified, <application>Courier's</application> ESMTP server will also
     31advertise a dummy ESMTP capability called XCOURIEREXTENSIONS, and will not recognize any
     32Courier-specific extensions unless the remote mail server also advertises this dummy ESMTP
     33capability.</para>
     34
     35<para><option>--disable-autorenamesent</option>: do not rename the Sent folder every month.
     36This option can also be controlled by the SQWEBMAIL_AUTORENAMESENT environment variable.</para>
    2537
    2638<para><option>--disable-root-check</option>: Allows
  • server/mail/courier/courier-inst.xml

    ra945d40 r2f473b2  
    1313
    1414<screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc/courier --with-piddir=/var/run \
    15 --libexecdir=/usr/sbin --datadir=/usr/share/courier \
    16 --localstatedir=/var/spool/courier --disable-root-check --with-db=gdbm \
     15--libexecdir=/usr/lib/courier  --datadir=/usr/share/courier \
     16--localstatedir=/var/lib/courier --disable-root-check --with-db=gdbm \
     17--with-paranoid-smtpext --disable-autorenamesent \
    1718--with-mailuser=courier --with-mailgroup=courier \
    1819--enable-workarounds-for-imap-client-bugs \
    19 --with-ispell=/usr/bin/aspell &amp;&amp;
     20--with-ispell=/usr/bin/aspell --enable-mimetypes=/etc/apache/mime.types &amp;&amp;
    2021make &amp;&amp;
    2122make install &amp;&amp;
     
    2324
    2425<!-- # Note - You may receive an error saying that the mime.types file
    25 could not be found.  This can easily be corrected by adding
     26could not be found.  This can easily be corrected by changing
    2627-enable-mimetypes=(location of mime.types file)  -->
    2728
  • server/mail/courier/courier.ent

    ra945d40 r2f473b2  
    55<!ENTITY courier-config SYSTEM "courier-config.xml">
    66<!ENTITY courier-desc SYSTEM "courier-desc.xml">
    7 <!ENTITY courier-version "0.43.2">
     7<!ENTITY courier-version "0.45.0">
    88<!ENTITY courier-download-http "http://osdn.dl.sourceforge.net/sourceforge/courier/courier-&courier-version;.tar.bz2">
    99<!ENTITY courier-download-ftp "ftp://ftp.pu.edu.tw/Unix/Mail/maildrop/courier-&courier-version;.tar.bz2">
    10 <!ENTITY courier-size "3.3 MB">
    11 <!ENTITY courier-buildsize "104 MB">
     10<!ENTITY courier-size "4.2 MB">
     11<!ENTITY courier-buildsize "134 MB">
    1212<!ENTITY courier-time "2.79 SBU">
Note: See TracChangeset for help on using the changeset viewer.