[Raw Msg Headers][Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

scheduler - Resyncing file errors




We recently installed zmailer 2.99.26 on a sparc running SunOS 4.1.3.  
When compiling the only error we got (and ignored) was:

	gcc -traditional -O -g  -I../../include   -c mailbox.c
	mailbox.c: In function `setupuidgid':
	mailbox.c:1548: warning: comparison is always 0 due to limited range of data type

We are using the config files from the proto/cf dir with this one
difference:

	(zee#314) diff standard.cf /usr/lib/zmail/share/cf/standard.cf
	67c67,68
	<       relation -lt ordered -f $MAILVAR/db/localnames -d pathalias thishost
	---
	> #     relation -lt ordered -f $MAILVAR/db/localnames -d pathalias thishost
	>       relation -lt ordered -f $MAILVAR/db/localnames -b thishost
	132,133c133,134
	< if [ -f $MAILSHARE/db/fullnames.pag ]; then
	<       relation -lmt ndbm -f $MAILSHARE/db/fullnames fullnamemap
	---
	> if [ -f $MAILSHARE/db/fullnames ]; then
	>       relation -t ordered -f $MAILSHARE/db/fullnames fullnamemap
	(zee#315) 

We have a mail alias that looks like this:

	archive-test:"| /usr/bin/cat >>> /tmp/archive.test"

That alias works fine for short files and put the contents of
the mail message in the /tmp/archive.test file.  

The problem is with large files (10+ MB's).  Nothing is put
in the /tmp/archive.test file and the scheduler log file
keeps reporting:

	Resyncing file "11396-12104" (ino=11396) .. in processing db
	Resyncing file "11396-12104" (ino=11396) .. in processing db
	Resyncing file "11396-12104" (ino=11396) .. in processing db

every 60 seconds for 3 hours at which time the message times out
and is bounced.

Any ideas on how to fix this?  We really do have a good reason for
wanting 10MB files to be rec'd via mail ;-).

--Cheryl Bien
  The Aerospace Corporation
  bien@aero.org