On Mon, Dec 30, 2013 at 12:08:30PM +0100, sca wrote: > I find posttls-finger very useful. But it isn't installed by default. > Do I need some special parameters to install binary+manpage when > building postfix from source? > (2.11-$latest)
Add the relevant entries to conf/postfix-files. -- Viktor. --- conf/postfix-files +++ conf/postfix-files @@ -111,2 +111,3 @@ $command_directory/postmulti:f:root:-:755 $command_directory/postsuper:f:root:-:755 +$command_directory/posttls-finger:f:root:-:755: $command_directory/postdrop:f:root:$setgid_group:2755:u @@ -156,2 +157,3 @@ $manpage_directory/man1/postqueue.1:f:root:-:644 $manpage_directory/man1/postsuper.1:f:root:-:644 +$manpage_directory/man1/posttls-finger.1:f:root:-:644 $manpage_directory/man1/sendmail.1:f:root:-:644 @@ -406,2 +408,3 @@ $html_directory/postscreen.8.html:f:root:-:644 $html_directory/postsuper.1.html:f:root:-:644 +$html_directory/posttls-finger.1.html:f:root:-:644 $html_directory/qshape.1.html:f:root:-:644