Index: distrib/sets/lists/base/mi =================================================================== RCS file: /cvsroot/src/distrib/sets/lists/base/mi,v retrieving revision 1.1329 diff -u -p -r1.1329 mi --- distrib/sets/lists/base/mi 3 Sep 2023 18:31:01 -0000 1.1329 +++ distrib/sets/lists/base/mi 1 Jan 2024 18:51:40 -0000 @@ -1344,6 +1344,7 @@ ./usr/libexec/postfix/post-install base-postfix-bin postfix ./usr/libexec/postfix/postfix-files base-postfix-bin postfix ./usr/libexec/postfix/postfix-script base-postfix-bin postfix +./usr/libexec/postfix/postfix-tls-script base-postfix-bin postfix ./usr/libexec/postfix/postfix-wrapper base-postfix-bin postfix ./usr/libexec/postfix/postmulti-script base-postfix-bin postfix ./usr/libexec/postfix/postscreen base-postfix-bin postfix Index: distrib/sets/lists/man/mi =================================================================== RCS file: /cvsroot/src/distrib/sets/lists/man/mi,v retrieving revision 1.1767 diff -u -p -r1.1767 mi --- distrib/sets/lists/man/mi 23 Nov 2023 21:20:49 -0000 1.1767 +++ distrib/sets/lists/man/mi 1 Jan 2024 18:51:40 -0000 @@ -455,6 +455,7 @@ ./usr/share/man/cat1/postconf.0 man-postfix-catman postfix,.cat ./usr/share/man/cat1/postdrop.0 man-postfix-catman postfix,.cat ./usr/share/man/cat1/postfix.0 man-postfix-catman postfix,.cat +./usr/share/man/cat1/postfix-tls.0 man-postfix-catman postfix,.cat ./usr/share/man/cat1/postkick.0 man-postfix-catman postfix,.cat ./usr/share/man/cat1/postlock.0 man-postfix-catman postfix,.cat ./usr/share/man/cat1/postlog.0 man-postfix-catman postfix,.cat @@ -3914,6 +3915,7 @@ ./usr/share/man/html1/postconf.html man-postfix-htmlman postfix,html ./usr/share/man/html1/postdrop.html man-postfix-htmlman postfix,html ./usr/share/man/html1/postfix.html man-postfix-htmlman postfix,html +./usr/share/man/html1/postfix-tls.html man-postfix-htmlman postfix,html ./usr/share/man/html1/postkick.html man-postfix-htmlman postfix,html ./usr/share/man/html1/postlock.html man-postfix-htmlman postfix,html ./usr/share/man/html1/postlog.html man-postfix-htmlman postfix,html @@ -7019,6 +7021,7 @@ ./usr/share/man/man1/postconf.1 man-postfix-man postfix,.man ./usr/share/man/man1/postdrop.1 man-postfix-man postfix,.man ./usr/share/man/man1/postfix.1 man-postfix-man postfix,.man +./usr/share/man/man1/postfix-tls.1 man-postfix-man postfix,.man ./usr/share/man/man1/postkick.1 man-postfix-man postfix,.man ./usr/share/man/man1/postlock.1 man-postfix-man postfix,.man ./usr/share/man/man1/postlog.1 man-postfix-man postfix,.man Index: external/ibm-public/postfix/libexec/postfix-script/Makefile =================================================================== RCS file: /cvsroot/src/external/ibm-public/postfix/libexec/postfix-script/Makefile,v retrieving revision 1.1 diff -u -p -r1.1 Makefile --- external/ibm-public/postfix/libexec/postfix-script/Makefile 25 Jun 2009 18:21:55 -0000 1.1 +++ external/ibm-public/postfix/libexec/postfix-script/Makefile 1 Jan 2024 18:51:46 -0000 @@ -5,7 +5,8 @@ DIST= ${NETBSDSRCDIR}/external/ibm-public/postfix/dist/conf .PATH: ${DIST} -SCRIPTS= post-install postfix-script postfix-wrapper postmulti-script +SCRIPTS= post-install postfix-script postfix-tls-script \ + postfix-wrapper postmulti-script FILES= postfix-files FILESDIR= ${PFIX_LIBEXECDIR} Index: external/ibm-public/postfix/man/man1/Makefile =================================================================== RCS file: /cvsroot/src/external/ibm-public/postfix/man/man1/Makefile,v retrieving revision 1.2 diff -u -p -r1.2 Makefile --- external/ibm-public/postfix/man/man1/Makefile 6 Jul 2014 20:09:26 -0000 1.2 +++ external/ibm-public/postfix/man/man1/Makefile 1 Jan 2024 18:51:46 -0000 @@ -8,8 +8,9 @@ DIST= ${NETBSDSRCDIR}/external/ibm-publi # This follows the order in COMMANDS= in src/external/ibm-public/postfix/dist/man/Makefile.in MAN= postalias.1 postcat.1 postconf.1 postfix.1 \ postkick.1 postlock.1 postlog.1 postdrop.1 \ - postmap.1 sendmail.1 \ - postqueue.1 postsuper.1 postmulti.1 posttls-finger.1 + postmap.1 postmulti.1 postqueue.1 postsuper.1 \ + sendmail.1 postfix-tls.1 \ + posttls-finger.1 MLINKS= sendmail.1 mailq.1 sendmail.1 newaliases.1