mirror of
https://github.com/mjl-/mox.git
synced 2025-07-10 07:14:40 +03:00
Add support for negotiating IMAP and SMTP on the HTTPS port 443 using TLS ALPN "imap" and "smtp"
Intended for future use with chatmail servers. Standard email ports may be blocked on some networks, while the HTTPS port may be accessible. This is a squashed commit of PR #255 by s0ph0s-dog.
This commit is contained in:
15
testdata/integration/example.zone
vendored
15
testdata/integration/example.zone
vendored
@ -5,13 +5,14 @@ $TTL 5m
|
||||
|
||||
@ NS dns.example.
|
||||
|
||||
moxacmepebble.mox1 A 172.28.1.10
|
||||
moxmail2.mox2 A 172.28.1.20
|
||||
dns A 172.28.1.30
|
||||
acmepebble A 172.28.1.40
|
||||
test A 172.28.1.50
|
||||
localserve.mox1 A 172.28.1.60
|
||||
postfixmail.postfix A 172.28.1.70
|
||||
moxacmepebble.mox1 A 172.28.1.10
|
||||
moxmail2.mox2 A 172.28.1.20
|
||||
dns A 172.28.1.30
|
||||
acmepebble A 172.28.1.40
|
||||
test A 172.28.1.50
|
||||
localserve.mox1 A 172.28.1.60
|
||||
postfixmail.postfix A 172.28.1.70
|
||||
moxacmepebblealpn.mox1 A 172.28.1.80
|
||||
|
||||
postfix MX 10 postfixmail.postfix.example.
|
||||
postfixdkim0._domainkey.postfix TXT "v=DKIM1;h=sha256;t=s;k=ed25519;p=a4IsBTuMsSQjU+xVyx8KEd8eObis4FrCiV72OaEkvDY="
|
||||
|
Reference in New Issue
Block a user