From 55297c187a506df5543ffa76566c76c0946b29f2 Mon Sep 17 00:00:00 2001 From: gernot Date: Fri, 4 Apr 2003 22:16:15 +0000 Subject: [PATCH] - added cronjob configuration file to CVS repository git-svn-id: https://svn.ibp.de/svn/capisuite/trunk/capisuite@69 4ebea2bb-67d4-0310-8558-a5799e421b66 --- cronjob.conf | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 cronjob.conf diff --git a/cronjob.conf b/cronjob.conf new file mode 100644 index 0000000..c9bf11f --- /dev/null +++ b/cronjob.conf @@ -0,0 +1,25 @@ +# +# configuration file for the CapiSuite cronjob +# + +# +# All files in the user receive dirs not accessed for MAX_DAYS days +# will be deleted. A value of 0 disables the automatic deletion. +# +# MAX_DAYS_RCVD=30 +MAX_DAYS_RCVD=0 + +# +# All files in the done dir not accessed for MAX_DAYS days +# will be deleted. A value of 0 disables the automatic deletion. +# +# MAX_DAYS_DONE=60 +MAX_DAY_DONE=0 + +# +# All files in the failed dir not accessed for MAX_DAYS days +# will be deleted. A value of 0 disables the automatic deletion. +# +# MAX_DAYS_FAILED=14 +MAX_DAYS_FAILED=0 +