Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/omar-polo/table-passwd

OpenSMTPD table-stdio rewritten in perl
https://github.com/omar-polo/table-passwd

Last synced: 8 days ago
JSON representation

OpenSMTPD table-stdio rewritten in perl

Awesome Lists containing this project

README

        

# table-passwd

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

[orig-table-passwd]: https://github.com/OpenSMTPD/table-passwd

Usage:

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

Installing:

# make install