1ARCHIVED(8) sympa 6.2.70 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_msg.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_rc.tt2 template of MHonArc resource file.
45
46 • mhonarc-ressources.tt2 was replaced with mhonarc_rc.tt2 on Sympa
47 6.2.61b.1.
48
49 /etc/sympa/sympa.conf Sympa configuration file.
50
51 $PIDDIR/archived.pid this file contains the process ID of archived.pl.
52
54 The full documentation in HTML format can be found in
55 <https://www.sympa.community/manual/>.
56
57 The mailing lists (with web archives) can be accessed at
58 <https://www.sympa.community/community/lists.html>.
59
61 This program was originally written by:
62
63 Serge Aumont
64 Comite Reseau des Universites
65
66 Olivier Salauen
67 Comite Reseau des Universites
68
69 This manual page was initially written by Jerome Marant
70 <jerome.marant@IDEALX.org> for the Debian GNU/Linux system.
71
73 You may distribute this software under the terms of the GNU General
74 Public License Version 2. For more details see README file.
75
76 Permission is granted to copy, distribute and/or modify this document
77 under the terms of the GNU Free Documentation License, Version 1.1 or
78 any later version published by the Free Software Foundation; with no
79 Invariant Sections, no Front-Cover Texts and no Back-Cover Texts. A
80 copy of the license can be found under
81 <http://www.gnu.org/licenses/fdl.html>.
82
84 Report bugs to Sympa bug tracker. See
85 <https://github.com/sympa-community/sympa/issues>.
86
88 sympa_msg(8), bounced(8), mhonarc(1), sympa.conf(5).
89
90 Sympa::Spindle::ProcessArchive.
91
92
93
946.2.70 2022-12-11 ARCHIVED(8)