File: sharedindexsplit.pod

package info (click to toggle)
courier 1.0.16-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 49,264 kB
  • sloc: ansic: 128,070; cpp: 24,331; sh: 8,958; perl: 4,127; makefile: 3,243; sed: 16
file content (42 lines) | stat: -rw-r--r-- 912 bytes parent folder | download | duplicates (10)
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
=head1 NAME

sharedindexsplit - Splits a shared index file into multiple ones

=head1 SYNOPSIS

sharedindexsplit I<directory> [ I<number> ]

=head1 OPTIONS

=over

=item I<directory>

The directory where the shared index files should be created.

=item I<number>

The number of characters to consider when splitting the index file. 

=back

=head1 DESCRIPTION

B<sharedindexsplit> takes a list of accounts from standard input
and splits them into multiple shared index files based on the first 
character of the username or, if the second argument is given, on 
that number of characters. 

The full documentation of shared folders with courier-imap 
and sqwebmail is located at 
F</usr/share/doc/courier-base/README.sharedfolders.txt.gz>.

=head1 SEE ALSO

L<authenumerate>(8), L<sharedindexinstall>(8)

=head1 AUTHOR

This manual page was written by Willi Mann <willi@wm1.at>
for the Debian GNU/Linux system.