Hacker News new | ask | show | jobs
by defanor 22 days ago
Attempted to register, but the verification message does not arrive. I did not see anything resembling it in the mail server logs right after registration, and there is still nothing in the mailbox after 6-7 hours, with a few requests to resend it.
2 comments

I triggered a resend on all emails that was not verified so possibly you have a new validation token available.
Give me you address and I will have a look
Thanks; it is the same login as here, at steady.mooo.com.
Did a manual validation, have a go :)
Thanks! Tried it with (k)nsupdate, and it might be nice to add them into snippets and/or documentation. E.g., using the same placeholder names as in the documentation:

  $ nsupdate # or knsupdate
  > server update.dynip.dev
  > zone YOUR_DOMAIN
  > key hmac-md5:key-YOUR_DOMAIN YOUR_BASE64_KEY
  > update add YOUR_DOMAIN. 300 IN A YOUR_IP
  > send