• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

afx/H03-May-2022-16,50113,675

bdbobj/H03-May-2022-46,49439,478

cgi/H03-May-2022-41,01934,408

courier/H03-May-2022-477,951400,952

gdbmobj/H03-May-2022-46,16639,183

gpglib/H03-May-2022-43,12936,159

http11/H03-May-2022-37,87032,060

imap/H03-May-2022-81,84267,447

ldapaddressbook/H03-May-2022-39,14733,024

libhmac/H03-May-2022-36,48730,911

liblock/H03-May-2022-39,33733,123

maildir/H03-May-2022-65,35153,888

maildrop/H03-May-2022-70,32259,308

makedat/H03-May-2022-36,34230,846

md5/H03-May-2022-37,54631,833

numlib/H03-May-2022-36,62430,972

pcp/H03-May-2022-108,33489,718

random128/H03-May-2022-37,95032,130

rfc1035/H03-May-2022-44,98537,451

rfc2045/H03-May-2022-49,61941,197

rfc822/H03-May-2022-45,69337,943

rootcerts/H03-May-2022-7,9216,400

sha1/H03-May-2022-38,46632,554

soxwrap/H03-May-2022-14,84412,251

tcpd/H03-May-2022-51,35442,854

threadlib/H03-May-2022-15,99513,126

unicode/H03-May-2022-80,25172,250

waitlib/H03-May-2022-14,06111,601

webadmin/H03-May-2022-14,17811,604

webmail/H03-May-2022-102,48082,566

AUTHORSH A D16-Sep-2005217 107

BENCHMARKSH A D29-Dec-19993.7 KiB8570

COPYINGH A D27-Jul-2007183 43

COPYING.GPLH A D27-Jul-200734.3 KiB675553

ChangeLogH A D11-Feb-2011162.1 KiB5,5713,295

ChangeLog.2001H A D12-Jan-200258.8 KiB1,8501,152

INSTALLH A D11-Feb-2011183.4 KiB3,8843,051

Makefile.amH A D09-Jan-20106.4 KiB192140

Makefile.inH A D03-May-202229.1 KiB918787

NEWSH A D11-Feb-20111 KiB2719

READMEH A D10-Dec-20002 KiB4332

TODOH A D12-May-200021 21

aclocal.m4H A D11-Feb-2011314.1 KiB9,0288,099

config.guessH A D03-May-202243 KiB1,4811,288

config.rpathH A D21-Jul-200715.8 KiB615517

config.subH A D03-May-202234.8 KiB1,8031,662

configureH A D03-May-2022524.5 KiB17,58614,768

configure.c++20H A D03-May-2022524.5 KiB17,58614,768

configure.inH A D11-Feb-20117.4 KiB345282

courier.lpspecH A D11-Feb-201124.8 KiB805617

courier.lpspec.inH A D07-Nov-201024.8 KiB805617

courier.specH A D11-Feb-201128 KiB880598

courier.spec.inH A D07-Nov-201028 KiB880686

courier.sysvinit.inH A D29-Aug-20094.6 KiB273213

dbobj.config.inH A D08-May-2008178 75

dbobj.h.inH A D01-Jul-20001.2 KiB5544

depcompH A D29-Mar-201018.2 KiB631407

install-shH A D29-Mar-201013.3 KiB521344

ltmain.shH A D13-Aug-2010247.2 KiB8,7466,719

missingH A D29-Mar-201011.2 KiB377281

rpm.releaseH A D11-Feb-201125 32

sysconftoolH A D23-Aug-20086.5 KiB377261

README

1Read INSTALL for installation instructions.
2
3Better yet, read courier/doc/install.html, which is the same thing, but in
4a much more readable HTML.
5
6If you got this from CVS, you don't have an INSTALL, because it is created
7from install.html during make dist.  You will need to read
8README.CVS, then courier/doc/install.html.
9
10configure --help will not show anything useful.  You must read INSTALL to
11know what options to use.
12
13If you are packaging or porting Courier, the install-perms Makefile target
14might be very useful.  It creates permissions.dat, listing the location of
15everything that make install or make install-strip would install, including
16permission and ownership of each file, as well as an indicator if it's a
17manual page, configuration file, or a documentation file.   It's used by
18courier.spec, which is generated in the top level directory.  It's an
19RPM spec script.  Browse through it for a feel of how to use permissions.dat.
20
21If you are packaging or porting Courier, examine install.html thoroughly.
22In almost every case you will need to specify several non-default options.
23Be prepared to have to rebuild at least a couple of times.
24
25After installation, you should arrange for /usr/lib/courier/bin (or wherever
26it's installed) to be added to everyone's path, and /usr/lib/courier/man added
27to everyone's MANPATH.
28
29Starting with version 0.30, the installation script has a new target:
30"make install-configure" that installs the new configuration files,
31preserving the previous configuration.
32
33If you're creating a package, do not run 'make install-configure'.  Instead,
34package everything after running 'make install'.  Run 'make install-perms'
35to create permissions.dat, and extract the names of all *.dist files in
36permissions.dat that are also marked 'config'.  After your package is
37installed, have the installation script run the 'sysconftool' script and
38provide the list of files as the arguments to 'sysconftool'.
39
40Basically, see the 'install-configure' target in Makefile.am, and have that
41done after installation, instead of during packaging.
42
43