diff options
author | nbm <nbm@FreeBSD.org> | 2002-10-08 22:19:44 +0800 |
---|---|---|
committer | nbm <nbm@FreeBSD.org> | 2002-10-08 22:19:44 +0800 |
commit | 6d5d85fc388c9a8670c11ea98250aa1c2869a151 (patch) | |
tree | 36a5b5eeb0781473af1956fd28f324a60be3a919 /mail/queue-repair/pkg-descr | |
parent | d74f30d2491d3c54f16b6c0d67378097985e8a61 (diff) | |
download | freebsd-ports-gnome-6d5d85fc388c9a8670c11ea98250aa1c2869a151.tar.gz freebsd-ports-gnome-6d5d85fc388c9a8670c11ea98250aa1c2869a151.tar.zst freebsd-ports-gnome-6d5d85fc388c9a8670c11ea98250aa1c2869a151.zip |
Add queue-repair 0.8.6, a qmail queue diagnostic and repair tool.
PR: 41889
Submitted by: Sergei Kolobov <sergei@kolobov.com>
Diffstat (limited to 'mail/queue-repair/pkg-descr')
-rw-r--r-- | mail/queue-repair/pkg-descr | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/mail/queue-repair/pkg-descr b/mail/queue-repair/pkg-descr new file mode 100644 index 000000000000..f9af281c9fca --- /dev/null +++ b/mail/queue-repair/pkg-descr @@ -0,0 +1,19 @@ +queue_repair features include: +- automatic, dynamic determination of UIDs and GIDs. + +- automatic, dynamic determination of conf-split; can be overridden on the + commandline to change the conf-split of an existing queue without running a + parallel, temporary instance of qmail for queuelifetime. Just recompile and + stop qmail, run queue-repair, and restart qmail. + +- automatic, dynamic determination of use of big-todo; can be overridden on the + commandline to change an existing queue as above. + +- handles basic tasks like fixing a queue restored from backups, incorrect + ownership or permissions of directories and files, missing or extra split + subdirectories, unexpected files or other direntries, or creating a valid + queue from scratch. + +- can run in repair or test (report-only) modes. The default is test mode. + +WWW: http://www.qcc.ca/~charlesc/software/queue_repair/ |