We are experiencing some very strange behavior on our system running courier.
Our mail server has gotten slower and slower over time. We noticed that courier is the culprit.
Apparently, it is spinning in an endless loop trying to access queue files that don't exist.
It appears as if there are files in msqg directory with no matching files in the msgs directory.
Below is the output of and strace
open("/usr/lib/courier/var/msgq/107352/C793505.1073521304", O_RDWR|O_APPEND) = 16
fcntl64(16, F_SETFD, FD_CLOEXEC) = 0
fstat64(16, {st_mode=S_IFREG|0660, st_size=304, ...}) = 0
read(16, "[EMAIL PROTECTED]; loca"..., 304) = 304
stat64("/usr/lib/courier/var/msgs/5/C793505", 0xbffff26c) = -1 ENOENT (No such file or directory)
unlink("/usr/lib/courier/var/msgs/5/C793505") = -1 ENOENT (No such file or directory)
CAN ANYBODY HELP US???
-Noah
------------------------------------------------------- This SF.net email is sponsored by: Perforce Software. Perforce is the Fast Software Configuration Management System offering advanced branching capabilities and atomic changes on 50+ platforms. Free Eval! http://www.perforce.com/perforce/loadprog.html _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
