CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2009/05/30 17:53:41
Modified files:
usr.sbin/smtpd : makemap.c mta.c parse.y smtpd.c smtpd.conf.5
smtpd.h ssl.c
Log message:
It is now possible to specify a certificate to use when relaying to another
host which requests client certificates:
accept [...] relay via [...] ssl certificate "mycert"
diff from Josh Elsasser <[email protected]>, tested and okayed by me with
no change but the addition of status 554 to the state machine to deal with
remote host telling us it doesn't like our certificate.