Commit Graph

7 Commits

Author SHA1 Message Date
4973a683fb Split crockery init and crockery run into separate files 2018-03-05 23:50:45 +00:00
a91b2654d9 Add the beginnings of IMAP session management 2018-03-05 23:46:21 +00:00
2c81675578 Add the beginnings of SMTP session management 2018-03-05 23:37:54 +00:00
6ac949e395 Minor documentation updates 2018-03-05 23:37:13 +00:00
3ad8c6f59f First split into crockery init and crockery run
The init command creates a crockery.db file containing the domain name and
TLS keypair. The run command starts IMAP and SMTP services based on that file.

Supporting only a single domain is starting to look a bit unnecessary. We'll
see how that goes.
2018-03-05 22:29:31 +00:00
bf1ca421aa Hack in command-line specification of domain, cert and key 2018-03-05 19:53:48 +00:00
811b90224f Initial commit 2018-03-05 12:19:04 +00:00