1ARCHIVED(8) sympa 6.2.54 ARCHIVED(8)
2
3
4
6 archived, archived.pl - Mailing List Archiving Daemon for Sympa
7
9 "archived.pl" [ "--foreground" ] [ "--debug" ]
10
12 Archived is a program which scan permanently the archive spool and
13 feeds the web archives, converting messages to the HTML format and
14 linking them. Original mails are also kept (in arctxt/ directory> for
15 later rebuilding of archives.
16
17 The HTML conversion is achieved by the means of the MHonArc program.
18
19 Archives are accessed via wwsympa.fcgi and sympa.pl, which proposes
20 access control; therefore archives should not be located in a public
21 web directory.
22
24 These programs follow the usual GNU command line syntax, with long
25 options starting with two dashes ("--"). A summary of options is
26 included below.
27
28 "-F", "--foreground"
29 Do not detach TTY.
30
31 "-f", "--config="file
32 Force archived to use an alternative configuration file instead of
33 /etc/sympa/sympa.conf.
34
35 "-d", "--debug"
36 Run the program in a debug mode.
37
38 "-h", "--help"
39 Print this help message.
40
42 $SPOOLDIR/outgoing/ outgoing Sympa directory.
43
44 $DEFAULTDIR/mhonarc-ressources.tt2 template of MHonArc resource file.
45
46 /etc/sympa/sympa.conf Sympa configuration file.
47
48 $PIDDIR/archived.pid this file contains the process ID of archived.pl.
49
51 The full documentation in HTML format can be found in
52 <https://sympa-community.github.io/manual/>.
53
54 The mailing lists (with web archives) can be accessed at
55 <https://listes.renater.fr/sympa/lists/informatique/sympa>.
56
58 This program was originally written by:
59
60 Serge Aumont
61 Comite Reseau des Universites
62
63 Olivier Salauen
64 Comite Reseau des Universites
65
66 This manual page was initially written by Jerome Marant
67 <jerome.marant@IDEALX.org> for the Debian GNU/Linux system.
68
70 You may distribute this software under the terms of the GNU General
71 Public License Version 2. For more details see README file.
72
73 Permission is granted to copy, distribute and/or modify this document
74 under the terms of the GNU Free Documentation License, Version 1.1 or
75 any later version published by the Free Software Foundation; with no
76 Invariant Sections, no Front-Cover Texts and no Back-Cover Texts. A
77 copy of the license can be found under
78 <http://www.gnu.org/licenses/fdl.html>.
79
81 Report bugs to Sympa bug tracker. See <http://www.sympa.org/tracking>.
82
84 sympa_msg(8), bounced(8), mhonarc(1), sympa.conf(5).
85
86 Sympa::Spindle::ProcessArchive.
87
88
89
906.2.54 2020-03-02 ARCHIVED(8)