add MFA, user web mail portal

This commit is contained in:
2026-08-13 08:07:19 +01:00
parent 70c05cc777
commit bc4bbe6e56
38 changed files with 1072 additions and 59 deletions
+3
View File
@@ -10,6 +10,9 @@ type Domain struct {
VerificationToken string
IsVerified bool
VerifiedAt *time.Time
// MFAExempt overrides [Auth] enforce_mailbox_mfa off for every mailbox under this
// domain, regardless of that mailbox's own MFAExempt.
MFAExempt bool
}
type Sender struct {