Changeset 2f473b2
- Timestamp:
- 03/11/2004 07:21:35 AM (21 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, v5_1, v5_1-pre1, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- dfadf48
- Parents:
- a945d40
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
ra945d40 r2f473b2 11 11 12 12 <itemizedlist> 13 14 <listitem><para>March 11th, 2004 [tushar]: Updated to courier-0.45.0. 15 Submitted by Jim Gifford.</para></listitem> 13 16 14 17 <listitem><para>March 10th, 2004 [tushar]: Added nfs-utils-1.0.6. -
introduction/welcome/credits.xml
ra945d40 r2f473b2 174 174 <listitem><para>nfs-utils: <emphasis>Reinhard</emphasis></para></listitem> 175 175 176 <listitem><para>courier: <emphasis>Jim Gifford</emphasis></para></listitem> 177 176 178 </itemizedlist> 177 179 </sect2> -
server/mail/courier/courier-config.xml
ra945d40 r2f473b2 226 226 227 227 <para>You will need to copy the file webmail from 228 <filename>/usr/ sbin/courier/webmail/webmail</filename> to your <filename>cgi-bin228 <filename>/usr/lib/courier/courier/webmail/webmail</filename> to your <filename>cgi-bin 229 229 </filename> directory of your <application>Apache</application> 230 230 server.</para> 231 231 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> 233 233 234 234 <para>You will then need to copy the images to a directory under your … … 245 245 246 246 <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> 248 248 to your <filename class="directory">cgi-bin </filename> directory of your 249 249 <application>Apache</application> server.</para> 250 250 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> 252 252 253 253 <para><filename>/etc/courier/webadmin/password</filename></para> -
server/mail/courier/courier-exp.xml
ra945d40 r2f473b2 11 11 when <application>Courier</application> is active.</para> 12 12 13 <para><parameter>--libexecdir=/usr/ sbin</parameter>: libexecdir contains13 <para><parameter>--libexecdir=/usr/lib/courier</parameter>: libexecdir contains 14 14 programs and libraries that cannot be directly executed from the command-line. 15 15 </para> … … 23 23 defaults to the subdirectory <filename class="directory">var</filename> in the 24 24 directory specified by the <option>--prefix</option> option.</para> 25 26 <para><option>--with-paranoid-smtpext</option>:be paranoid when negotiating Courier-specific 27 ESMTP extensions with remote servers. The <application>Courier</application> mail server 28 defines and implements certain experimental ESMTP extensions: XVERP and XEXDATA. Problems may 29 result in the event that someone else uses the same name to implement some other extension. 30 If this option is specified, <application>Courier's</application> ESMTP server will also 31 advertise a dummy ESMTP capability called XCOURIEREXTENSIONS, and will not recognize any 32 Courier-specific extensions unless the remote mail server also advertises this dummy ESMTP 33 capability.</para> 34 35 <para><option>--disable-autorenamesent</option>: do not rename the Sent folder every month. 36 This option can also be controlled by the SQWEBMAIL_AUTORENAMESENT environment variable.</para> 25 37 26 38 <para><option>--disable-root-check</option>: Allows -
server/mail/courier/courier-inst.xml
ra945d40 r2f473b2 13 13 14 14 <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 \ 17 18 --with-mailuser=courier --with-mailgroup=courier \ 18 19 --enable-workarounds-for-imap-client-bugs \ 19 --with-ispell=/usr/bin/aspell &&20 --with-ispell=/usr/bin/aspell --enable-mimetypes=/etc/apache/mime.types && 20 21 make && 21 22 make install && … … 23 24 24 25 <!-- # Note - You may receive an error saying that the mime.types file 25 could not be found. This can easily be corrected by adding26 could not be found. This can easily be corrected by changing 26 27 -enable-mimetypes=(location of mime.types file) --> 27 28 -
server/mail/courier/courier.ent
ra945d40 r2f473b2 5 5 <!ENTITY courier-config SYSTEM "courier-config.xml"> 6 6 <!ENTITY courier-desc SYSTEM "courier-desc.xml"> 7 <!ENTITY courier-version "0.4 3.2">7 <!ENTITY courier-version "0.45.0"> 8 8 <!ENTITY courier-download-http "http://osdn.dl.sourceforge.net/sourceforge/courier/courier-&courier-version;.tar.bz2"> 9 9 <!ENTITY courier-download-ftp "ftp://ftp.pu.edu.tw/Unix/Mail/maildrop/courier-&courier-version;.tar.bz2"> 10 <!ENTITY courier-size " 3.3MB">11 <!ENTITY courier-buildsize "1 04 MB">10 <!ENTITY courier-size "4.2 MB"> 11 <!ENTITY courier-buildsize "134 MB"> 12 12 <!ENTITY courier-time "2.79 SBU">
Note:
See TracChangeset
for help on using the changeset viewer.