Le 22/10/2024 à 10:51, Philipp a écrit :
[2024-10-22 09:59] Archange <archa...@activis.me>
Le 14/10/2024 à 00:55, Omar Polo a écrit :
[…]
- Changed the table protocol to a simpler text-based one. Existing
proc tables needs to be updated since old ones won't work. The new
protocol is documented in smtpd-tables(7).
Just to be sure, this means that currently no table under
https://github.com/OpenSMTPD/OpenSMTPD-extras/tree/master/extras/tables
work with 7.6.0?
Yes, but there are already replacements under:
https://github.com/OpenSMTPD/table-ldap
https://github.com/OpenSMTPD/table-passwd
https://github.com/OpenSMTPD/table-socketmap
https://github.com/OpenSMTPD/table-postgres
https://github.com/OpenSMTPD/table-mysql
https://github.com/OpenSMTPD/table-sqlite
https://github.com/OpenSMTPD/table-redis
https://github.com/OpenSMTPD/table-stdio
Awesome, thanks!