Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var InvalidError = errors.New("Invalid SMTP envelope")
Functions ¶
Types ¶
type Backend ¶
type Backend struct {
Db db.DB
FromRe *regexp.Regexp
ShutdownChan chan struct{}
To string
Dkim string
Delegate bool
LocalDkim bool
}
The Backend implements SMTP server methods.
Click to show internal directories.
Click to hide internal directories.