Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/omar-polo/table-passwd
- Owner: omar-polo
- Created: 2024-04-30T09:02:24.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-04-30T09:05:36.000Z (7 months ago)
- Last Synced: 2024-04-30T10:39:43.061Z (7 months ago)
- Language: Roff
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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