Add m-labs-intl.com domain to mailserver and hooks subdomain #39

Closed
esavkin wants to merge 2 commits from 134-intl-com into master
2 changed files with 9 additions and 1 deletions
Showing only changes of commit 6b28001c4e - Show all commits

View File

@ -1173,7 +1173,7 @@ in
enable = true; enable = true;
localDnsResolver = false; # conflicts with dnsmasq localDnsResolver = false; # conflicts with dnsmasq
fqdn = "mail.m-labs.hk"; 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; enablePop3 = true;
enablePop3Ssl = true; enablePop3Ssl = true;
certificateScheme = "acme-nginx"; certificateScheme = "acme-nginx";

View File

@ -14,7 +14,15 @@ $TTL 7200
A 5.78.86.156 A 5.78.86.156
AAAA 2a01:4ff:1f0:83de::1 AAAA 2a01:4ff:1f0:83de::1
MX 10 mail.m-labs-intl.com.
Outdated
Review

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.

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.
Outdated
Review

So just mx

So just ``mx``
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"
Outdated
Review

Where is the DKIM private key ?

Where is the DKIM private key ?

It's a copy from m-labs.hk, because the m-labs-intl is just a reverse proxy for email.

It's a copy from `m-labs.hk`, because the m-labs-intl is just a reverse proxy for email.
Outdated
Review
https://nixos-mailserver.readthedocs.io/en/latest/setup-guide.html There is one DKIM key per domain.
_dmarc TXT "v=DMARC1; p=none"
Outdated
Review

SPF?

SPF?
ns A 94.190.212.123 ns A 94.190.212.123
ns AAAA 2001:470:18:390::2 ns AAAA 2001:470:18:390::2
www CNAME @ www CNAME @
hooks CNAME @