On 22/10/24 07:59, Archange wrote: > Hi, > > 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, that's right. We've moved all the tables to their own separate repositories, so for e.g. you'll find table-passwd here: <https://github.com/opensmtpd/table-passwd>. Once you update to the new tables (and all the tables were converted, except table-python) previous configurations will still work as-is today.