{{define "admin_protocol_logs"}} 协议日志 - MailGo {{template "styles" .}} {{template "navbar" .}}

协议日志(SMTP / IMAP / POP3)

{{index .todayStats "smtp" "fail"}}

今日 SMTP 失败

{{index .todayStats "imap" "fail"}}

今日 IMAP 失败

{{index .todayStats "pop3" "fail"}}

今日 POP3 失败

{{add (add (index .allStats "smtp" "fail") (index .allStats "imap" "fail")) (index .allStats "pop3" "fail")}}

历史失败(全部)

重置
{{range .logs}} {{else}} {{end}}
时间 协议 端口 来源 IP 用户名 状态 失败原因 操作摘要 消息数 时长
{{time12 .CreatedAt}} {{if eq .Protocol "smtp"}}SMTP {{else if eq .Protocol "imap"}}IMAP {{else}}POP3{{end}} {{.Port}} {{.ClientIP}} {{if .Username}}{{.Username}}{{else}}—{{end}} {{if .Success}}成功 {{else}}失败{{end}} {{if .FailReason}}{{.FailReason}}{{else}}—{{end}} {{.Detail}} {{if .MsgCount}}{{.MsgCount}}{{else}}—{{end}} {{if .DurationMs}}{{div .DurationMs 1000}}s{{else}}—{{end}}
暂无记录
{{if gt .totalPages 1}} {{end}}
{{end}}