1
0
Fork
You've already forked table-passwd
0
OpenSMTPD table-stdio rewritten in perl
  • Roff 55.8%
  • Perl 36.3%
  • Makefile 7.9%
2024年04月30日 09:05:10 +00:00
Makefile initial import 2024年04月30日 08:51:27 +00:00
README.md fix double // 2024年04月30日 09:05:10 +00:00
table-passwd initial import 2024年04月30日 08:51:27 +00:00
table-passwd.5 initial import 2024年04月30日 08:51:27 +00:00

table-passwd

This is a reimplementation of the original table-passwd in perl. The aim is to show how easy it is to write custom tables with the new table protocol.

Usage:

# /etc/mail/smtpd.conf
table users passwd:"/path/to/passwd"

Installing:

# make install