Jaymon / stockton

Quickly setup an email server to forward a personal domain to any email address
Other
4 stars 0 forks source link

there are tons of problems with check-domains #10

Closed Jaymon closed 8 years ago

Jaymon commented 8 years ago
host -t PTR XXX.XXX.XX.XXX
YYY.YY.YYY.YYY.in-addr.arpa domain name pointer mail.example.com.

right now the ptr check assumes the X ip is the same as the Y ip

I should also double check the dkim checking

Jaymon commented 8 years ago

if the mx record doesn't match it was throwing an error, so add some tests to make sure that case is handled