CVSROOT: /cvs Module name: src Changes by: e...@cvs.openbsd.org 2012/01/24 05:20:18
Modified files: usr.sbin/smtpd : queue_fsqueue.c smtpctl.c smtpd.c smtpd.h Log message: Add a parameter to the queue backend init() call to specify wether the call is issued by smtpd or smtpctl. In the latter case, only perform sanity checks and do not touch directories. A running server no longer lose its "incoming/" directory each time smtpctl is called... ok gilles@