CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/01/28 15:27:56
Modified files:
usr.sbin/smtpd : mta.c
Log message:
since we're expanding "relay via ssl foobar.org" into two mxhosts (one with
F_SSMTP on port 465 and one with F_STARTTLS on port 25) both mxhosts should
only retain the flag that they will use ("via ssl" means the mxhost before
expansion has both flags set). this will make mta_connect() simpler when we
bring ssl support in the way.
