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?
Jan