CVSROOT: /cvs Module name: src Changes by: gil...@cvs.openbsd.org 2016/02/13 13:43:07
Modified files: usr.sbin/smtpd : parse.y smtp.c smtpd.h Log message: handle enqueuer socket as a regular listener that can be configured with "listen on socket". this simplifies a bit of code, removes some special cases and will allow attaching filters & masking source just as on lo0. diff from Peter Bisroev <pe...@int19h.net> ok gilles@, jung@