Add the beginnings of SMTP session management
This commit is contained in:
@@ -68,8 +68,8 @@ type concrete struct {
|
||||
storm *storm.DB
|
||||
domainBucket storm.Node
|
||||
|
||||
// These are persisted in BoltDB, but we
|
||||
// Might as well keep them in memory for the duration, though.
|
||||
// These are persisted in BoltDB, but we might as well keep them in memory
|
||||
// for the duration. Calls to SetDomain/SetTLS will invalidate them.
|
||||
domain string
|
||||
cert tls.Certificate
|
||||
}
|
||||
|
Reference in New Issue
Block a user