I am going to put a link to my GPG key in the signature of my e-mails.
This would be both a hyperlink in the form of
https://keyserver.ubuntu.com/pks/lookup?op=get&search=XXXXXX
and the command to download the key:
gpg --recv-keys XXX
How does the recipient of the e-mail make sure he can obtain the right key (by that hyperlink or the command) and be safe from DNS spoofing attacks?
That is, someone changes the IP address of keyserver.ubuntu.com
and point to its own server with its own key?