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 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
|
im for Debian
-------------
Documents
=========
Manual pages in `nroff' source form was generated from source files
by `/usr/bin/pod2man'.
Other documents can be found in `/usr/share/doc/im'.
Config
======
Each command reads config the following order.
`/etc/im/SiteConfig' (for site-wide configuration,
not `/usr/local/lib/im/SiteConfig' as original)
`~/.im/Config' (for private configuration)
See also `/usr/share/doc/im/examples'.
RPOP
====
If you want to use `imget' with RPOP, you should install the `perl-suid'
package and run `dpkg-reconfigure im' (set-user-id permission will be
added to `imget').
IPv6
====
If you want to use this package with IPv6, you should install the
`libsocket6-perl' package.
NoSync
======
`NoSync=no' is used by default. It is a recommendable configuration.
The fsync system call is used on writing file. (It's dangerous to use
`NoSync=yes' if your mail folders are on NFS.)
The number of the fsync system call is guessed on run time. This
number differs on architectures and other operating systems. If
you want to specify the number of the system call, set `FsyncNumber'
in your configuration file.
-- Tatsuya Kinoshita <tats@vega.ocn.ne.jp>, Thu Jun 5 01:16:25 2003
|