mirror of
https://github.com/mjl-/mox.git
synced 2025-07-12 17:04:39 +03:00
with localserve, in queue, when "delivering" to the sender account, mark domain "localhost" as dkimverified
may be useful for testing, e.g. for rulesets to deliver messages to mailboxes other than Inbox.
This commit is contained in:
@ -1549,6 +1549,7 @@ func deliver(log mlog.Log, resolver dns.Resolver, m0 Msg) {
|
||||
EHLOValidation: store.ValidationPass,
|
||||
MailFromValidation: store.ValidationPass,
|
||||
MsgFromValidation: store.ValidationDMARC,
|
||||
DKIMDomains: []string{"localhost"},
|
||||
ReceivedRequireTLS: qm.RequireTLS != nil && *qm.RequireTLS,
|
||||
Size: qm.Size,
|
||||
MsgPrefix: qm.MsgPrefix,
|
||||
|
Reference in New Issue
Block a user