Skip to content

Commit

Permalink
correct spelling mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
linanh committed May 17, 2021
1 parent 6386ad9 commit e7d3fbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conn.go
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,7 @@ func (c *Conn) handleAuth(arg string) {
}

if !c.authAllowed() {
c.server.Logger.Infof("smtp/server sid=%s reject: unsecure connection", c.sid)
c.server.Logger.Infof("smtp/server sid=%s reject: auth on insecure connection", c.sid)
c.WriteResponse(523, EnhancedCode{5, 7, 10}, "Secure connection is required")
return
}
Expand Down

0 comments on commit e7d3fbf

Please sign in to comment.