- added cronjob configuration file to CVS repository

git-svn-id: https://svn.ibp.de/svn/capisuite/trunk/capisuite@69 4ebea2bb-67d4-0310-8558-a5799e421b66
This commit is contained in:
gernot 2003-04-04 22:16:15 +00:00
parent d5e078c3cb
commit 55297c187a
1 changed files with 25 additions and 0 deletions

25
cronjob.conf Normal file
View File

@ -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