CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2012/07/09 02:08:29
Modified files:
usr.sbin/smtpd : queue_backend.c queue_fsqueue.c runner.c
smtpd.h
Log message:
first step of simplifying fsqueue:
- remove the /envelopes subdirectory, envelopes are at the same level than
the message file
- kill PATH_ENVELOPES define
- reduce the number of buckets from 0xfff to 0xff, this avoid performances
of the queue to decrease when we start having tons of buckets
this diff introduces a change to the queue layout, you will want to empty
your queue before updating. more cleanup to come
ok eric@, ok chl@