OpenSMTPD table-stdio rewritten in perl
| Makefile | initial import | |
| README.md | fix double // | |
| table-passwd | initial import | |
| table-passwd.5 | initial import | |
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