GNU Anubis 4.0 is out!!
Finally, after two years of development process, we released a milestone version, 4.0. Here is the official annoucement, and here is a quick summary of the major changes:
- The new authentication and authorization mode has been introduced, which does not require client machines to run an AUTH server (identd). It uses standard SMTP AUTH capability.
- User's database can be kept on the server machine in any of the following formats: plain text, GDBM, MySQL, PostgreSQL.
- The program is now extensible via Guile.
- Configuration file grammar has been heavily improved. It features several new syntactical entities, allows nesting of conditional statements to arbitrary depth, and is easily extended using Guile.
- Added test suite (make check).