On Wed, May 09, 2012 at 03:58:42PM +0200, Jan Stary wrote: > The manpage for makemap(8) mentions some usefull options that I would > like to use, but the actual makemap binary says e.g. > > ~$ /usr/sbin/makemap -d /tmp/map > makemap: unknown option -- d > usage: makemap [-o dbfile] [-t type] file > > On this system, I replaced sendmail with smtpd. It seems I am running > smtpd's makemap (which is /usr/libexec/smtpd/makemap) but 'man makemap' > gives me the manpage of sendmail's makemap (which is > /usr/libexec/sendmail/makemap and indeed recognizes the many options). > > Is this expected? >
Yes, you will have to install the man pages manually as long as smtpd is not the default MTA. Since you're supposed to run smtpd -current that shouldn't be an issue :) -- Gilles Chehade https://www.poolp.org | http://pool.ps @poolpOrg

