CVSROOT: /cvs Module name: src Changes by: e...@cvs.openbsd.org 2013/07/19 05:14:08
Modified files: usr.sbin/smtpd : control.c lka.c mda.c mfa.c mta.c queue.c queue_backend.c queue_fsqueue.c queue_null.c queue_ram.c scheduler.c smtp.c smtpctl.c smtpd.c smtpd.h Log message: Get rid of env->sc_pw and env->sc_pwqueue. Early queue initialization now happens in queue_init(), and backends take the queue passwd as parameter in their init function. Remove useless SMTPD_FILTER_USER while there.