CVSROOT: /cvs Module name: src Changes by: gil...@cvs.openbsd.org 2010/10/29 03:16:08
Modified files: usr.sbin/smtpd : lka.c mfa.c mta.c parse.y smtpd.conf.5 smtpd.h Log message: smtpd no longer knows a map called "secrets" which holds credentials for authenticated relaying. one can create many maps holding credentials and name them however he/she wants, just like any other map. teach smtpd how to select a credentials map at the rule-level allowing a setup to relay through the same MX with different credentials depending on the source. smtpd.conf.5 updated to reflect changes with help from jmc@