Unix and Linux Discussions Tagged with maintenance |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
6 |
26,841 |
Solaris |
|
|
|
2 |
2,657 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
3,944 |
Shell Programming and Scripting |
|
|
|
2 |
3,947 |
Solaris |
|
|
|
2 |
3,968 |
Shell Programming and Scripting |
|
|
|
13 |
8,999 |
AIX |
|
|
|
5 |
4,820 |
AIX |
|
|
|
17 |
18,429 |
OS X (Apple) |
|
|
|
2 |
103,853 |
AIX |
|
|
|
3 |
3,903 |
HP-UX |
|
|
|
4 |
23,937 |
Solaris |
|
|
|
1 |
12,389 |
Infrastructure Monitoring |
|
|
|
0 |
1,616 |
Software Releases - RSS News |
|
|
|
0 |
943 |
Software Releases - RSS News |
|
|
|
0 |
925 |
Software Releases - RSS News |
|
|
|
2 |
5,177 |
AIX |
|
|
|
9 |
32,365 |
Solaris |
|
|
|
3 |
7,093 |
Solaris |
|
|
|
1 |
7,476 |
UNIX for Advanced & Expert Users |
|
|
|
7 |
6,022 |
Post Here to Contact Site Administrators and Moderators |
|
|
|
3 |
3,086 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
9,922 |
UNIX for Dummies Questions & Answers |
|
|
|
10 |
12,074 |
HP-UX |
mlmmj-maintd(1) General Commands Manual mlmmj-maintd(1)
NAME
mlmmj-maintd - maintenance for mlmmj maintained lists
SYNOPSIS
mlmmj-maintd [-F] [-d | -L] /path/to/dir
-d: Full path to directory with lists
-L: Full path to list directory
-F: Don't fork, performing one maintenance run only.
DESCRIPTION
This is the program doing the maintenance for an mlmmj based mailing list. It will unsubscribe people who have bounced for long enough,
send out bounce probes, resend mails that couldn't be delivered to relayhost, clean out stale requests for e.g. subscription, resend list
mails and clean up leftover files etc.
If a directory containing several lists exists, the -d can be used to specify this, making mlmmj-maintd perform a maintenance run in every
listdir below the specified one.
Only either -d or -L can be specified at the same time.
It will run as a daemon, unless the -F switch is specified, in which case it just runs once. The -F option should be used when one wants
to avoid running another daemon, and use e.g. cron to control it instead. In case cron is used, mlmmj-maintd should be run every 2 hours or
so. An example crontab entry:
0 */2 * * * /usr/bin/mlmmj-maintd -F -L /path/to/list
AUTHORS
This manual page was written by the following persons:
Soren Boll Overgaard <boll@debian.org> (based on html2man output)
Mads Martin Jorgensen <mmj@mmj.dk>
mlmmj-maintd September 2004 mlmmj-maintd(1)