Hi all, Given that (after changes to tables and makemap[0]) /usr/libexec/smtpd directory is now empty, the below patch might be appropriate - this is, of course, assuming the directory won't be reused in the near future.
Regards, Raf [0] http://www.openbsd.org/faq/current.html Index: faq/current.html =================================================================== RCS file: /cvs/www/faq/current.html,v retrieving revision 1.645 diff -u -p -r1.645 current.html --- faq/current.html 31 Dec 2015 07:49:50 -0000 1.645 +++ faq/current.html 5 Jan 2016 10:29:29 -0000 @@ -262,6 +262,7 @@ route for 224.0.0.0/4. makemap(8) is now merged into smtpctl(8) and can be removed: <pre> rm -f /usr/libexec/smtpd/makemap + rmdir /usr/libexec/smtpd </pre> <h3 id="20151212">2015/12/12 - smtpd.conf(5) "pki" keyword change and "ca" keyword addition</h3>
