Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Cfg ¶
type Cfg struct { Mailstore maildir.Maildir WebUIDir http.Dir Debug bool TrustForwarded bool // whether to trust X-Forwarded: or Forwarded: HTTP headers TwilioAccountID string TwilioAuthToken string GroupDomain string WebRoot string DB *DB DomainHandlers map[string]DomainHandler DefaultDomainHandler DomainHandler }
type DomainHandler ¶
type DomainHandler func(io.Reader, string, *Tx, *Cfg) postfixpipe.ExitStatus
Click to show internal directories.
Click to hide internal directories.