[BACK]Return to 75.html CVS log [TXT][DIR] Up to [local] / www

Diff for /www/75.html between version 1.4 and 1.5

version 1.4, 2024/03/09 21:08:47 version 1.5, 2024/03/13 19:58:20
Line 216 
Line 216 
   
   <li>In <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a>,    <li>In <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a>,
   <ul>    <ul>
         <li>...          <li>Add <code>Message-Id</code> as needed for messages received on
               the submission port.
           <li>Added support for RFC 7505 "Null MX" handling and treat
               an MX of "localhost" as it were a "Null MX".
           <li>Allow inline tables and filter listings in
               <a href="https://man.openbsd.org/smtpd.conf.5">smtpd.conf(5)</a>
               to span over multiple lines.
           <li>Enabled <abbr title="Delivery Status Notification">DSN</abbr>
               for the implicit socket too.
           <li>Added the
               <a href="https://man.openbsd.org/smtpd.conf.5#no-dsn~2">no-dsn</a>
               option for <code>listen on socket</code> too.
           <li>Reject headers that start with a space or a tab.
           <li>Fixed parsing of the <code>ORCPT</code> parameter.
           <li>Fixed table lookups of IPv6 addresses.
           <li>Fixed handling of escape characters in To, From and Cc headers.
           <li>Run <abbr title="Local Mail Transfer Protocol">LMTP</abbr>
               deliveries as the recipient user again.
           <li>Disallow custom commands and file reading in root's
               <code>.forward</code> file.
           <li>Do not process other users <code>.forward</code> files when
               an alternate delivery user is provided in a dispatcher.
           <li>Unify the <a href="https://man.openbsd.org/table.5">table(5)</a>
               parser used in
               <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a> and
               <a href="https://man.openbsd.org/makemap.8">makemap(8)</a>.
           <li>Allow to use <a href="https://man.openbsd.org/table.5">table(5)</a>
               mappings on various match constraints.
   </ul>    </ul>
   
   <li>Many other changes in various network programs and libraries:    <li>Many other changes in various network programs and libraries:

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5