{{define "title"}}Inbucket Status{{end}} {{define "script"}} {{end}} {{define "menu"}} {{end}} {{define "content"}}

Inbucket Status

Metrics are polled every 10 seconds. Inbucket does not keep history for the 10 minute graphs, but your web browser will accumulate the data over time.

Configuration

Version:
{{.version}}, built on {{.buildDate}}
SMTP Listener:
{{.smtpListener}}
POP3 Listener:
{{.pop3Listener}}
HTTP Listener:
{{.webListener}}
Accept Policy:
{{with .smtpConfig}} {{if .DefaultAccept}} All domains{{with .RejectDomains}}, except: {{stringsJoin . ", "}}{{end}} {{else}} No domains{{with .AcceptDomains}}, except: {{stringsJoin . ", "}}{{end}} {{end}} {{end}}
Store Policy:
{{with .smtpConfig}} {{if .DefaultStore}} All domains{{with .DiscardDomains}}, except: {{stringsJoin . ", "}}{{end}} {{else}} No domains{{with .StoreDomains}}, except: {{stringsJoin . ", "}}{{end}} {{end}} {{end}}
Message Cap:
{{with .storageConfig}} {{.MailboxMsgCap}} messages per mailbox {{end}}

General Metrics

Uptime:
.
System Memory:
.
.
Heap Size:
.
.
Heap In-Use:
.
.
Heap # Objects:
.
.
Goroutines:
.
.
Open WebSockets:
.
.

SMTP Metrics

Current Connections:
.
.
Total Connections:
.
.
Messages Received:
.
.
Errors Logged:
.
Warnings Logged:
.

Storage Metrics

Store Type:
{{ .storageConfig.Type }}
Retention Period:
{{if .storageConfig.RetentionPeriod}} . {{else}} Disabled {{end}}
Retention Scan:
{{if .storageConfig.RetentionPeriod}} Completed . ago {{else}} Disabled {{end}}
Retention Deletes:
.
Currently Retained:
.
Store Size:
.
{{end}}