Announcing automx2 release 2022.0

Ralph Seichter automx2 at seichter.de
Thu Mar 31 14:35:06 CEST 2022


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


More information about the automx-users mailing list