CVSROOT: /cvs Module name: src Changes by: e...@cvs.openbsd.org 2014/07/08 09:45:32
Modified files: usr.sbin/smtpd : queue.c queue_api.c queue_backend.c queue_fs.c queue_null.c queue_proc.c queue_ram.c smtpd-api.h smtpd.h Log message: various queue improvements: - add a "close" hook to the backend API. - improve the sync() pattern in queue_fs: only sync at commit time and not for every envelope creation - various fixes to the experimental external queue API.