Add m-labs-intl.com domain to mailserver and hooks subdomain #39
@ -1173,7 +1173,7 @@ in
|
||||
enable = true;
|
||||
localDnsResolver = false; # conflicts with dnsmasq
|
||||
fqdn = "mail.m-labs.hk";
|
||||
domains = [ "m-labs.hk" "m-labs.ph" "193thz.com" "malloctech.fr" ];
|
||||
domains = [ "m-labs.hk" "m-labs.ph" "193thz.com" "malloctech.fr" "m-labs-intl.com" ];
|
||||
enablePop3 = true;
|
||||
enablePop3Ssl = true;
|
||||
certificateScheme = "acme-nginx";
|
||||
|
@ -14,7 +14,15 @@ $TTL 7200
|
||||
A 5.78.86.156
|
||||
AAAA 2a01:4ff:1f0:83de::1
|
||||
|
||||
MX 10 mail.m-labs-intl.com.
|
||||
|
||||
|
||||
mail A 5.78.86.156
|
||||
mail AAAA 2a01:4ff:1f0:83de::1
|
||||
mail._domainkey TXT "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCl38A/Z0IInVU157qzrWgMfYm2iDHoWZsTyiiOoZdT7kHMzS/M2OMXMt7r5g1/7pCPClsGUDJvKGqVMmjJuPleMyKHwpGeT92qDNEFpt6ahneap/oYx5eBYM/vGcgmleNxyIoBHsptaZvqD4vCEFaC22f8UL5QAgQD3wCH3FwlpQIDAQAB"
|
||||
sb10q
commented
Where is the DKIM private key ? Where is the DKIM private key ?
esavkin
commented
It's a copy from It's a copy from `m-labs.hk`, because the m-labs-intl is just a reverse proxy for email.
sb10q
commented
https://nixos-mailserver.readthedocs.io/en/latest/setup-guide.html https://nixos-mailserver.readthedocs.io/en/latest/setup-guide.html
There is one DKIM key per domain.
|
||||
_dmarc TXT "v=DMARC1; p=none"
|
||||
sb10q
commented
SPF? SPF?
|
||||
|
||||
ns A 94.190.212.123
|
||||
ns AAAA 2001:470:18:390::2
|
||||
|
||||
www CNAME @
|
||||
hooks CNAME @
|
||||
|
Loading…
Reference in New Issue
Block a user
As I said before, we need to proxy the outgoing emails through the VPS as well. Our mailserver also gets blocked due to its being in Hong Kong. This is not consistent with this SPF entry.
So just
mx