mirror of
https://github.com/mjl-/mox.git
synced 2024-12-26 00:13:47 +03:00
1cf7477642
instead of skipping on any smtp and delivering messages to accounts. we dial the ip of the smtp listener, which is localhost:1025 by default. the smtp server now uses a mock dns resolver during spf & dkim verification for hosted domains (localhost by default), so they should pass. the advantage is that we get regular full smtp server behaviour for delivering in localserve, including webhooks, and potential first-time sender delays (though this is disabled by default now). incoming deliveries now go through normal address resolution, where before we would always deliver to mox@localhost. we still accept email for unknown recipients to mox@localhost. this will be useful upcoming alias/list functionality. localserve will now generate a dkim key when creating a new config. existing users may wish to reset (remove) their localserve directory, or add a dkim key. |
||
---|---|---|
.. | ||
dkim.go | ||
dkim_test.go | ||
fuzz_test.go | ||
parser.go | ||
policy.go | ||
sig.go | ||
sig_test.go | ||
txt.go | ||
txt_test.go |