{{define "admin_connections"}} 当前连接 - MailGo {{template "styles" .}} {{template "navbar" .}}

当前连接(SMTP / IMAP / POP3)

每 5 秒自动刷新

{{.total}}

当前连接总数

{{.smtpCount}}

SMTP

{{.imapCount}}

IMAP

{{.pop3Count}}

POP3

{{range .conns}} {{else}} {{end}}
ID 协议 来源 IP 端口 用户名 TLS 连接时间 时长 最后活跃 操作
{{.ID}} {{if eq .Protocol "smtp"}}SMTP {{else if eq .Protocol "imap"}}IMAP {{else}}POP3{{end}} {{.IP}} {{.Port}} {{if .User}}{{.User}}{{else}}—{{end}} {{if .TLS}}TLS{{else}}明文{{end}} {{time12 .Connected}} {{durationSeconds ($.now.Sub .Connected)}}s {{time12 .LastActive}}
当前没有活动连接
{{end}}