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

Diff for /www/53.html between version 1.64 and 1.65

version 1.64, 2013/03/20 16:13:25 version 1.65, 2013/03/22 13:30:00
Line 185 
Line 185 
     <li>New features:      <li>New features:
       <ul>        <ul>
         <li>code is now considered stable and suitable for use in production.          <li>code is now considered stable and suitable for use in production.
         <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpctl&amp;sektion=8">smtpctl(8)</a> <i>trace</i> supports runtime tracing of various components, including imsg exchanges, incoming and outgoing sessions, aliases expansion and much more,          <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpctl&amp;sektion=8">smtpctl(8)</a> <i>trace</i> supports runtime tracing of various components, including imsg exchanges, incoming and outgoing sessions, aliases expansion and much more.
         <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpctl&amp;sektion=8">smtpctl(8)</a> <i>monitor</i> can now be used to monitor in real-time an instance of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&amp;sektion=8">smtpd(8)</a>.          <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpctl&amp;sektion=8">smtpctl(8)</a> <i>monitor</i> can now be used to monitor in real-time an instance of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&amp;sektion=8">smtpd(8)</a>.
         <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpctl&amp;sektion=8">smtpctl(8)</a> <i>show queue</i> now supports an "online" mode where the scheduler is queried instead of the disk-based queue to provide more accurate information.          <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpctl&amp;sektion=8">smtpctl(8)</a> <i>show queue</i> now supports an "online" mode where the scheduler is queried instead of the disk-based queue to provide more accurate information.
         <li>virtual domain support has been reworked to simplify and bring support for new features like global catch-alls and shared user mappings.          <li>virtual domain support has been reworked to simplify and bring support for new features like global catch-alls and shared user mappings.
Line 206 
Line 206 
         <li>improved memory use by scheduler, smtp, queue and transfer processes.          <li>improved memory use by scheduler, smtp, queue and transfer processes.
         <li>more reliable and efficient disk-based queue.          <li>more reliable and efficient disk-based queue.
         <li>improved scheduler, dns and relaying logic that optimizes transfers.          <li>improved scheduler, dns and relaying logic that optimizes transfers.
         <li>simplified grammar for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd.conf&amp;sektion=5">smtpd.conf(5)</a>          <li>simplified grammar for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd.conf&amp;sektion=5">smtpd.conf(5)</a>.
         <li>initial support for client and server SSL peer certificates validation.          <li>initial support for client and server SSL peer certificates validation.
         <li>SSL certificate tree is now isolated and network-facing processes request SSL information on-demand by imsg.          <li>SSL certificate tree is now isolated and network-facing processes request SSL information on-demand by imsg.
         <li>improved and simplified SMTP and MTA engines.          <li>improved and simplified SMTP and MTA engines.

Legend:
Removed from v.1.64  
changed lines
  Added in v.1.65