File: INSTALL

package info (click to toggle)
cucipop 1.21-3
  • links: PTS
  • area: non-free
  • in suites: hamm
  • size: 184 kB
  • ctags: 255
  • sloc: ansic: 1,663; sh: 149; makefile: 70
file content (34 lines) | stat: -rw-r--r-- 1,359 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Please note the usage restrictions in README.
----------------------
This package assumes you have an ANSI-C and POSIX environment.

To install cucipop: edit Makefile & config.h accordingly (N.B. make sure that
you select appropriate and sufficient locking methods for your setup;
it defaults to *just* dotlocking), possibly adjust the content of
authenticate.c to suit any custom authorisation schemes (e.g. Radius, shadow
passwords, cleartext secret retrieval for APOP (NOTE: this is *necessary* for
APOP support to function at all)) and non-standard locations of
your mailspool.

Now type 'make install'.
This should compile and install both the cucipop binary and the man page at
their desired locations.

'make install' will:
      - create a stripped binary: cucipop
      - copy cucipop to $(BINDIR)
      - copy cucipop.8 to $(MANDIR)

'make deinstall' will:
      - remove cucipop from $(BINDIR)
      - remove cucipop.8 from $(MANDIR)

Cucipop should not be made setuid root (no disaster will result either, if
you do).  Cucipop *should* be setgid mail on systems that do not have
a world writable mail spool directory in which dotlocking is to be performed.

The sources are supposed to be fully ANSI and POSIX compliant.

N.B. If you encounter any difficulty in installing cucipop, let me know.

For more info about the program, see the man page.