1BOUNCED(8) sympa 6.2.70 BOUNCED(8)
2
3
4
6 bounced, bounced.pl - Mailing List Bounce Processing Daemon for Sympa
7
9 "bounced.pl" [ "--foreground" ] [ "--debug" ]
10
12 Bounced is a program which scans permanently the bounce spool and
13 processes bounces (non-delivery messages), looking or bad addresses.
14 Bouncing addresses are tagged in database ; last bounce is kept for
15 each bouncing address.
16
17 List owners will be able to access information about the bounces via
18 WWSympa after they have been processed by bounced.
19
21 These programs follow the usual GNU command line syntax, with long
22 options starting with two dashes ("--"). A summary of options is
23 included below.
24
25 "-F", "--foreground"
26 Do not detach TTY.
27
28 "-f", "--config="file
29 Force bounced to use an alternative configuration file instead of
30 /etc/sympa/sympa.conf.
31
32 "-d", "--debug"
33 Run the program in a debug mode.
34
35 "-h", "--help"
36 Print this help message.
37
38 "--log_level="level
39 Sets daemon log level.
40
42 /etc/sympa/sympa.conf Sympa configuration file.
43
44 $LIBEXECDIR/bouncequeue bounce spooler, referenced from sendmail alias
45 file
46
47 $SPOOLDIR/bounce incoming bounces directory
48
49 $PIDDIR/bounced.pid this file contains the process ID of bounced.pl.
50
52 The full documentation can be found in
53 <https://www.sympa.community/manual/>.
54
55 The mailing lists (with web archives) can be accessed at
56 <https://www.sympa.community/community/lists.html>.
57
59 This program was originally written by:
60
61 Serge Aumont
62 Comite Reseau des Universites
63
64 Olivier Salauen
65 Comite Reseau des Universites
66
67 This manual page was initially written by Jerome Marant
68 <jerome.marant@IDEALX.org> for the Debian GNU/Linux system.
69
71 You may distribute this software under the terms of the GNU General
72 Public License Version 2. For more details see README file.
73
74 Permission is granted to copy, distribute and/or modify this document
75 under the terms of the GNU Free Documentation License, Version 1.1 or
76 any later version published by the Free Software Foundation; with no
77 Invariant Sections, no Front-Cover Texts and no Back-Cover Texts. A
78 copy of the license can be found under
79 <http://www.gnu.org/licenses/fdl.html>.
80
82 Report bugs to Sympa bug tracker. See
83 <https://github.com/sympa-community/sympa/issues>.
84
86 sympa_msg(8), wwsympa(8), mhonarc(1), sympa.conf(5).
87
88 Sympa::Spindle::ProcessBounce.
89
90
91
926.2.70 2022-12-11 BOUNCED(8)