Home
last modified time | relevance | path

Searched refs:MAKEMAP (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/sendmail/contrib/
H A Dbuildvirtuser191 open(MAKEMAP, ">$newvirt") || die "Could not open $newvirt: $!\n";
195 open(MAKEMAP, "|$makemap $dbtype $newvirt") || die "Could not start makemap: $!\n";
200 print MAKEMAP "$key\t\t$virt{$key}\n";
202 close(MAKEMAP) || die "Could not close makemap ($?): $!\n";
/freebsd/etc/mail/
H A DMakefile107 MAKEMAP?= /usr/sbin/makemap macro
145 ${MAKEMAP} ${SENDMAIL_MAP_TYPE} ${.TARGET} < ${.OODATE}
150 ${MAKEMAP} btree ${.TARGET} < ${.OODATE}
/freebsd/contrib/sendmail/
H A DRELEASE_NOTES393 MAKEMAP: New map type "implicit" refers to the first available type,
453 MAKEMAP: A change to check TrustedUser in fewer cases which was
894 MAKEMAP: If a delimiter is specified (-t) use that also when
1958 MAKEMAP: Add new flag -D to specify the comment character to use
2494 MAKEMAP: Change the default file permissions for new databases from
2892 MAKEMAP: Avoid going beyond the end of an input line if it does
3512 MAKEMAP: Add new option -t to specify a different delimiter
3631 MAKEMAP: Avoid going beyond the end of an input line if it does
4052 MAKEMAP: Do not change a map's owner to the TrustedUser if using
4280 MAKEMAP: Change man page layout as workaround for problem with nroff
[all …]