Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 919 Bytes

CHANGELOG.md

File metadata and controls

30 lines (24 loc) · 919 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Milestone: Crawl - 2022-11-28

See Milestone: Crawl for the actual implementation steps.

Added

  • basic setup of Postfix and Dovecot completed
    • Postfix is working as MTA
    • Dovecot is working as LDA and IMAP/POP server
  • installation script is working
  • basic documentation is set up using Sphinx
  • repository is set up for dependabot and using GitHub Actions for CI
  • basic implementation of a test suite using Python to verify that the setup of Postfix and Dovecot is working