CVSROOT: /cvs Module name: src Changes by: gil...@cvs.openbsd.org 2009/03/08 19:43:19
Modified files: usr.sbin/smtpd : lka.c mta.c parse.y runner.c smtpd.conf smtpd.h Log message: add basic support for outgoing authentication (AUTH PLAIN over ssl) which can be turned on by adding "enable auth" to a "relay via" rule. this made me rework the mx resolution so that it is done by the mta process and not the runner process anymore.