From automx2 at seichter.de Thu Mar 31 14:35:06 2022 From: automx2 at seichter.de (Ralph Seichter) Date: Thu, 31 Mar 2022 14:35:06 +0200 Subject: Announcing automx2 release 2022.0 Message-ID: <87mth647wl.fsf@ra.horus-it.com> Release 2022.0 introduces simplified database initialisation based on JSON config data similar to the following example: { "provider": "Example Inc.", "domains": ["example.com", "example.net", "example.org"], "servers": [ {"name": "imap.example.com", "type": "imap"}, {"name": "smtp.example.com", "type": "smtp"} ] } This is aimed at users who want to get automx2 up and running without using SQL statements. automx2 will use reasonable defaults, but once the database is populated, users are of course free to modify every detail of their settings. See also: https://rseichter.github.io/automx2/ https://pypi.org/project/automx2/ -Ralph