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.
5 lines
59 B
Go
5 lines
59 B
Go
package storm
|
|
|
|
// Version of Storm
|
|
const Version = "2.0.0"
|